[PR #446] [MERGED] Pre-release 2.0.0-alpha.1 #1622

Closed
opened 2026-03-03 19:08:02 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/446
Author: @Depal1
Created: 10/25/2022
Status: Merged
Merged: 10/26/2022
Merged by: @JoseMoreville

Base: stableHead: develop


📝 Commits (10+)

  • 980dbd8 Improved app & ipa library UI
  • 543febe Fix for MacBook 14" with notch
  • 5a91046 Adding case for fit with notch screen on getScreenSizeSelector
  • 80cf770 Merge pull request #248 from JoseMoreville/hades-dev
  • 9098413 Merge pull request #243 from IsaacMarovitz/2.0-UI
  • 6646f8d Translated using Weblate (Chinese (Traditional))
  • 21a898b Translated using Weblate (Chinese (Simplified))
  • f619159 Update translation files
  • b4a7fad Merge pull request #246 from Wind-Explorer/2.0-UI
  • 1b6a088 Improve Xcode cli detection

📊 Changes

143 files changed (+9406 additions, -4079 deletions)

View changed files

.github/ISSUE_TEMPLATE/APP-SUPPORT.yml (+43 -0)
.github/ISSUE_TEMPLATE/BUG-REPORT.yml (+57 -0)
.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml (+33 -0)
.github/ISSUE_TEMPLATE/GAME-SUPPORT.yml (+43 -0)
.github/ISSUE_TEMPLATE/config.yml (+8 -0)
📝 .github/workflows/1.build_release.yml (+6 -2)
📝 .github/workflows/2.nightly_release.yml (+8 -4)
📝 .github/workflows/SwiftLint.yml (+1 -1)
📝 Cartfile (+1 -1)
📝 Cartfile.resolved (+1 -1)
Documentation.docc/Documentation.md (+13 -0)
📝 PlayCover.xcodeproj/project.pbxproj (+245 -158)
📝 PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme (+1 -1)
📝 PlayCover/AppInstaller/Installer.swift (+71 -61)
📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+142 -99)
📝 PlayCover/AppInstaller/Utils/IPA.swift (+20 -15)
PlayCover/AppInstaller/Utils/TempAllocator.swift (+0 -47)
PlayCover/AppInstaller/Utils/Unarchiver.swift (+0 -57)
📝 PlayCover/AppInstaller/optool/patch.h (+0 -7)
PlayCover/Assets.xcassets/AppIcon.appiconset/128@2x.png (+0 -0)

...and 80 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/446 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 10/25/2022 **Status:** ✅ Merged **Merged:** 10/26/2022 **Merged by:** [@JoseMoreville](https://github.com/JoseMoreville) **Base:** `stable` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`980dbd8`](https://github.com/PlayCover/PlayCover/commit/980dbd86e99f32d47e0e7edd4067c819f06109b2) Improved app & ipa library UI - [`543febe`](https://github.com/PlayCover/PlayCover/commit/543febed1038a2e3a8e7c2f0b40cf039eb26ab1d) Fix for MacBook 14" with notch - [`5a91046`](https://github.com/PlayCover/PlayCover/commit/5a9104680506e1a6f254b318b37b742c595dfe2f) Adding case for fit with notch screen on getScreenSizeSelector - [`80cf770`](https://github.com/PlayCover/PlayCover/commit/80cf7701254078b9be2fcef2c0b2eea9550304db) Merge pull request #248 from JoseMoreville/hades-dev - [`9098413`](https://github.com/PlayCover/PlayCover/commit/909841378be812fe0340785859dd57952be598d3) Merge pull request #243 from IsaacMarovitz/2.0-UI - [`6646f8d`](https://github.com/PlayCover/PlayCover/commit/6646f8d4a41b386960ea824fec896d10fea80a10) Translated using Weblate (Chinese (Traditional)) - [`21a898b`](https://github.com/PlayCover/PlayCover/commit/21a898b22fdd880ba28934ac7a924386952ae2bd) Translated using Weblate (Chinese (Simplified)) - [`f619159`](https://github.com/PlayCover/PlayCover/commit/f6191590fb1261515d3f98d67a22640a1fde250e) Update translation files - [`b4a7fad`](https://github.com/PlayCover/PlayCover/commit/b4a7fad9c1c130971151aca66ddcae1de0fcdeca) Merge pull request #246 from Wind-Explorer/2.0-UI - [`1b6a088`](https://github.com/PlayCover/PlayCover/commit/1b6a088a6b629e2e5e95402edcd685806a8c73cd) Improve Xcode cli detection ### 📊 Changes **143 files changed** (+9406 additions, -4079 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/APP-SUPPORT.yml` (+43 -0) ➕ `.github/ISSUE_TEMPLATE/BUG-REPORT.yml` (+57 -0) ➕ `.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml` (+33 -0) ➕ `.github/ISSUE_TEMPLATE/GAME-SUPPORT.yml` (+43 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+8 -0) 📝 `.github/workflows/1.build_release.yml` (+6 -2) 📝 `.github/workflows/2.nightly_release.yml` (+8 -4) 📝 `.github/workflows/SwiftLint.yml` (+1 -1) 📝 `Cartfile` (+1 -1) 📝 `Cartfile.resolved` (+1 -1) ➕ `Documentation.docc/Documentation.md` (+13 -0) 📝 `PlayCover.xcodeproj/project.pbxproj` (+245 -158) 📝 `PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme` (+1 -1) 📝 `PlayCover/AppInstaller/Installer.swift` (+71 -61) 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+142 -99) 📝 `PlayCover/AppInstaller/Utils/IPA.swift` (+20 -15) ➖ `PlayCover/AppInstaller/Utils/TempAllocator.swift` (+0 -47) ➖ `PlayCover/AppInstaller/Utils/Unarchiver.swift` (+0 -57) 📝 `PlayCover/AppInstaller/optool/patch.h` (+0 -7) ➕ `PlayCover/Assets.xcassets/AppIcon.appiconset/128@2x.png` (+0 -0) _...and 80 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:08:02 +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#1622
No description provided.