[PR #1256] [MERGED] RC2 #1833

Closed
opened 2026-03-03 19:09:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/1256
Author: @JoseMoreville
Created: 12/10/2023
Status: Merged
Merged: 12/12/2023
Merged by: @XuYicong

Base: stableHead: develop


📝 Commits (10+)

  • 4bafc7a PlayTools v2.0.7
  • 089fc46 Remove Xcode CLI Dependancy (#711)
  • 19a3948 Remove Xcode CLI UI
  • a15fbb0 Merge pull request #729 from IsaacMarovitz/xcode-cli-ui
  • 39a149d PlayTools 3.0.0-staging branch
  • 882733d PlayChain keychain emulation support (#710)
  • de56cfc Report as built from PlayTools 3.0.0-staging
  • c2a32a0 Update 2.nightly_release.yml
  • 8b1b858 Update 1.build_release.yml
  • 1f5f939 Merge pull request #733 from PlayCover/IsaacMarovitz-patch-1

📊 Changes

84 files changed (+4325 additions, -2436 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/APP-SUPPORT.yml (+22 -0)
📝 .github/ISSUE_TEMPLATE/BUG-REPORT.yml (+10 -4)
📝 .github/ISSUE_TEMPLATE/GAME-SUPPORT.yml (+22 -0)
📝 .github/workflows/1.build_release.yml (+15 -60)
📝 .github/workflows/2.nightly_release.yml (+2 -53)
📝 .swiftlint.yml (+2 -2)
📝 Cartfile.resolved (+1 -1)
📝 PlayCover.xcodeproj/project.pbxproj (+60 -68)
📝 PlayCover/AppInstaller/Downloader.swift (+80 -31)
📝 PlayCover/AppInstaller/Installer.swift (+19 -22)
PlayCover/IntentFlow/UserIntentFlow.swift (+0 -15)
📝 PlayCover/Model/AppContainer.swift (+14 -27)
📝 PlayCover/Model/AppInfo.swift (+80 -13)
📝 PlayCover/Model/AppSettings.swift (+33 -9)
📝 PlayCover/Model/ITunesResponse.swift (+64 -58)
📝 PlayCover/Model/Keymapping.swift (+1 -3)
📝 PlayCover/Model/PlayApp.swift (+180 -58)
📝 PlayCover/Model/PlayRules.swift (+2 -2)
📝 PlayCover/PlayCoverError.swift (+3 -0)
📝 PlayCover/Utils/AppIntegrity.swift (+9 -7)

...and 64 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/1256 **Author:** [@JoseMoreville](https://github.com/JoseMoreville) **Created:** 12/10/2023 **Status:** ✅ Merged **Merged:** 12/12/2023 **Merged by:** [@XuYicong](https://github.com/XuYicong) **Base:** `stable` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`4bafc7a`](https://github.com/PlayCover/PlayCover/commit/4bafc7a02796de774b85253baea1e88c75165cab) PlayTools v2.0.7 - [`089fc46`](https://github.com/PlayCover/PlayCover/commit/089fc462317c61111aade248f51c1ef633248b96) Remove Xcode CLI Dependancy (#711) - [`19a3948`](https://github.com/PlayCover/PlayCover/commit/19a3948ea502dabcf2f883c6c4b88bdfc9cb5854) Remove Xcode CLI UI - [`a15fbb0`](https://github.com/PlayCover/PlayCover/commit/a15fbb0f5b64e3ccc4af04b907e75a0c86606ad9) Merge pull request #729 from IsaacMarovitz/xcode-cli-ui - [`39a149d`](https://github.com/PlayCover/PlayCover/commit/39a149da10ec2b77e48a81971f3a44d6210df750) PlayTools 3.0.0-staging branch - [`882733d`](https://github.com/PlayCover/PlayCover/commit/882733d8e0116c18bee296007aa101d471496921) PlayChain keychain emulation support (#710) - [`de56cfc`](https://github.com/PlayCover/PlayCover/commit/de56cfc7f8ef1a47130562c80a07a6defdf401cc) Report as built from PlayTools 3.0.0-staging - [`c2a32a0`](https://github.com/PlayCover/PlayCover/commit/c2a32a0ac7f2900072bfeca20727526d2ff0bc46) Update 2.nightly_release.yml - [`8b1b858`](https://github.com/PlayCover/PlayCover/commit/8b1b858be05bbc8343d0b6be0112ed6315e2e1d0) Update 1.build_release.yml - [`1f5f939`](https://github.com/PlayCover/PlayCover/commit/1f5f9393bd15b5fd371275b5a0091e165a98872a) Merge pull request #733 from PlayCover/IsaacMarovitz-patch-1 ### 📊 Changes **84 files changed** (+4325 additions, -2436 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/APP-SUPPORT.yml` (+22 -0) 📝 `.github/ISSUE_TEMPLATE/BUG-REPORT.yml` (+10 -4) 📝 `.github/ISSUE_TEMPLATE/GAME-SUPPORT.yml` (+22 -0) 📝 `.github/workflows/1.build_release.yml` (+15 -60) 📝 `.github/workflows/2.nightly_release.yml` (+2 -53) 📝 `.swiftlint.yml` (+2 -2) 📝 `Cartfile.resolved` (+1 -1) 📝 `PlayCover.xcodeproj/project.pbxproj` (+60 -68) 📝 `PlayCover/AppInstaller/Downloader.swift` (+80 -31) 📝 `PlayCover/AppInstaller/Installer.swift` (+19 -22) ➖ `PlayCover/IntentFlow/UserIntentFlow.swift` (+0 -15) 📝 `PlayCover/Model/AppContainer.swift` (+14 -27) 📝 `PlayCover/Model/AppInfo.swift` (+80 -13) 📝 `PlayCover/Model/AppSettings.swift` (+33 -9) 📝 `PlayCover/Model/ITunesResponse.swift` (+64 -58) 📝 `PlayCover/Model/Keymapping.swift` (+1 -3) 📝 `PlayCover/Model/PlayApp.swift` (+180 -58) 📝 `PlayCover/Model/PlayRules.swift` (+2 -2) 📝 `PlayCover/PlayCoverError.swift` (+3 -0) 📝 `PlayCover/Utils/AppIntegrity.swift` (+9 -7) _...and 64 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:09:12 +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#1833
No description provided.