[PR #270] [CLOSED] 2.0 UI #1544

Closed
opened 2026-03-03 19:07:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/270
Author: @Depal1
Created: 8/29/2022
Status: Closed

Base: developHead: 2.0-UI


📝 Commits (10+)

📊 Changes

96 files changed (+3238 additions, -2575 deletions)

View changed files

.github/ISSUE_TEMPLATE/APP-SUPPORT.yml (+46 -0)
📝 Cartfile (+1 -1)
📝 Cartfile.resolved (+1 -1)
Documentation.docc/Documentation.md (+13 -0)
📝 PlayCover.xcodeproj/project.pbxproj (+115 -104)
📝 PlayCover/AppInstaller/Installer.swift (+46 -46)
📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+130 -99)
📝 PlayCover/AppInstaller/Utils/IPA.swift (+7 -5)
📝 PlayCover/AppInstaller/Utils/Unarchiver.swift (+13 -14)
PlayCover/Assets.xcassets/AppIcon.appiconset/128@2x.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/128R128x1.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/16@2x.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/16R64x1.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/256@2x.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/256R256x1.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/32@2x.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/32R64x1.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/512@2x.png (+0 -0)
PlayCover/Assets.xcassets/AppIcon.appiconset/512R512x1.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/Contents.json (+10 -10)

...and 76 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/PlayCover/PlayCover/pull/270 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `2.0-UI` --- ### 📝 Commits (10+) - [`b701fad`](https://github.com/PlayCover/PlayCover/commit/b701fad5434ada20c9c419817f31e167b5b07e90) Updated version number - [`dece805`](https://github.com/PlayCover/PlayCover/commit/dece805fac51913b90791e247cb1a262d6e35977) Byebye Colors.swift - [`4b75737`](https://github.com/PlayCover/PlayCover/commit/4b75737fd486b163fd4e5439a7c88dd288c52d33) Byebye AlertToast - [`01c5f1d`](https://github.com/PlayCover/PlayCover/commit/01c5f1d9335de0582e6b18b603924195c0a9f914) Point Documentation button to right place - [`3a65e9b`](https://github.com/PlayCover/PlayCover/commit/3a65e9b9ee63e2d7c7e4f9cd2a9c8c8f4bb95677) Move crash button to menu bar - [`76ae7cd`](https://github.com/PlayCover/PlayCover/commit/76ae7cdfc62def2e75f546bcf89cbb7b7b5321ab) Remove notices bar - [`dd68fe1`](https://github.com/PlayCover/PlayCover/commit/dd68fe18cfb3c50df7bcaa8644c074c470bf3116) Byebye SearchView - [`f3dbffa`](https://github.com/PlayCover/PlayCover/commit/f3dbffa2233a5670bfe302ac3e6d17fdb4255c0a) Merge branch 'PlayCover:develop' into sidebar-ui - [`660e4a9`](https://github.com/PlayCover/PlayCover/commit/660e4a9d452b7ba831c8758e0d02c30fa6ccdac5) Remove SetupView - [`f80898e`](https://github.com/PlayCover/PlayCover/commit/f80898e47b38006c46a3ba0e804b08dc1cdbe544) Merge branch 'sidebar-ui' of https://github.com/IsaacMarovitz/PlayCover into sidebar-ui ### 📊 Changes **96 files changed** (+3238 additions, -2575 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/APP-SUPPORT.yml` (+46 -0) 📝 `Cartfile` (+1 -1) 📝 `Cartfile.resolved` (+1 -1) ➕ `Documentation.docc/Documentation.md` (+13 -0) 📝 `PlayCover.xcodeproj/project.pbxproj` (+115 -104) 📝 `PlayCover/AppInstaller/Installer.swift` (+46 -46) 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+130 -99) 📝 `PlayCover/AppInstaller/Utils/IPA.swift` (+7 -5) 📝 `PlayCover/AppInstaller/Utils/Unarchiver.swift` (+13 -14) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/128@2x.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/128R128x1.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/16@2x.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/16R64x1.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/256@2x.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/256R256x1.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/32@2x.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/32R64x1.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/512@2x.png` (+0 -0) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/512R512x1.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/Contents.json` (+10 -10) _...and 76 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/PlayCover#1544
No description provided.