[PR #30] [MERGED] Release 1.0.7 #1417

Closed
opened 2026-03-03 19:06:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/30
Author: @lixin9311
Created: 7/14/2022
Status: Merged
Merged: 7/14/2022
Merged by: @lixin9311

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

26 files changed (+275 additions, -358 deletions)

View changed files

📝 .github/workflows/1.build_release.yml (+1 -6)
📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+8 -103)
📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+1 -1)
📝 PlayCover/Assets.xcassets/AccentColor.colorset/Contents.json (+8 -8)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/1024.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/128.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/16.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/256.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/32.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/512.png (+0 -0)
📝 PlayCover/Assets.xcassets/AppIcon.appiconset/64.png (+0 -0)
PlayCover/GoogleService-Info.plist (+0 -34)
📝 PlayCover/Rules/com.YostarJP.BlueArchive.yaml (+1 -2)
📝 PlayCover/Rules/com.nexon.bluearchive.yaml (+1 -2)
📝 PlayCover/Rules/default.yaml (+1 -2)
📝 PlayCover/Utils/PlayTools.swift (+75 -64)
📝 PlayCover/Utils/Shell.swift (+38 -6)
📝 PlayCover/Utils/SystemConfig.swift (+2 -2)
📝 PlayCover/View/AppsView.swift (+72 -29)

...and 6 more files

📄 Description


🔄 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/30 **Author:** [@lixin9311](https://github.com/lixin9311) **Created:** 7/14/2022 **Status:** ✅ Merged **Merged:** 7/14/2022 **Merged by:** [@lixin9311](https://github.com/lixin9311) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`0250d3b`](https://github.com/PlayCover/PlayCover/commit/0250d3bc6d64860dec904266a1b154b3a0cddb74) fix typo in README.md - [`cb09b71`](https://github.com/PlayCover/PlayCover/commit/cb09b71c814593a2c20012952cfe3c6b8d1291cd) fix grammar in README.md - [`a039163`](https://github.com/PlayCover/PlayCover/commit/a03916382f90878b47683b3a82ab03fa8b401367) Update README.md - [`21083a8`](https://github.com/PlayCover/PlayCover/commit/21083a8c1f65db3b33167a3ce4d2efed99dff2ab) Update README.md - [`e2abf20`](https://github.com/PlayCover/PlayCover/commit/e2abf200bcab8621b5e7f6f8d3fb09c5d41824f9) correct CI name - [`4afd6da`](https://github.com/PlayCover/PlayCover/commit/4afd6da36720c505501656bef69b29821c3539e3) Minor UI improvements - [`697c13a`](https://github.com/PlayCover/PlayCover/commit/697c13a488549583833b6a06b256e00e35855f2f) remove firebase sdk - [`e1ddaa1`](https://github.com/PlayCover/PlayCover/commit/e1ddaa1e70bdd051fedc90e558bfe08c8717081f) fix log crash - [`84ce798`](https://github.com/PlayCover/PlayCover/commit/84ce798269a80aa7f39b7be6b4a57b53e3af693e) drop dependency on ldid - [`3eb0170`](https://github.com/PlayCover/PlayCover/commit/3eb01709930a51d7f96ea28fbf733633d4a650ed) Merge pull request #19 from wenqingl/master ### 📊 Changes **26 files changed** (+275 additions, -358 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/1.build_release.yml` (+1 -6) 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+8 -103) 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+1 -1) 📝 `PlayCover/Assets.xcassets/AccentColor.colorset/Contents.json` (+8 -8) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/1024.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/128.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/16.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/256.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/32.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/512.png` (+0 -0) 📝 `PlayCover/Assets.xcassets/AppIcon.appiconset/64.png` (+0 -0) ➖ `PlayCover/GoogleService-Info.plist` (+0 -34) 📝 `PlayCover/Rules/com.YostarJP.BlueArchive.yaml` (+1 -2) 📝 `PlayCover/Rules/com.nexon.bluearchive.yaml` (+1 -2) 📝 `PlayCover/Rules/default.yaml` (+1 -2) 📝 `PlayCover/Utils/PlayTools.swift` (+75 -64) 📝 `PlayCover/Utils/Shell.swift` (+38 -6) 📝 `PlayCover/Utils/SystemConfig.swift` (+2 -2) 📝 `PlayCover/View/AppsView.swift` (+72 -29) _...and 6 more files_ </details> ### 📄 Description - [x] Remove Firebase SDK - No more crashlytics - [x] Fix notarization - No more codesign / extra security setting step - [x] Stability fixes - App installation crashes - Weird Log crashes - [x] Revert PlayTools iPad identifier - Possibly fixed https://github.com/PlayCover/PlayCover/issues/24 - [x] Remove `ldid` dependency - Why need it while `codesign` is enough - [x] UI Improvements - [x] New Logo - Need to resolve https://github.com/PlayCover/PlayCover/pull/25 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:06:57 +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#1417
No description provided.