[PR #342] [MERGED] Support dynamic-less PlayTools #1583

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/342
Author: @IsaacMarovitz
Created: 9/14/2022
Status: Merged
Merged: 9/15/2022
Merged by: @Depal1

Base: developHead: no-dynamic


📝 Commits (4)

  • bd5e030 Remove Temp Dir Allocation, Fix Plugin install
  • c3e365c SwiftLint + Fix typo
  • ec0a22b Plug-in check
  • cd417ff Re-install plugin on launch

📊 Changes

16 files changed (+179 additions, -177 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+0 -4)
📝 PlayCover/AppInstaller/Installer.swift (+7 -5)
📝 PlayCover/AppInstaller/Utils/Entitlements.swift (+5 -3)
📝 PlayCover/AppInstaller/Utils/IPA.swift (+6 -8)
PlayCover/AppInstaller/Utils/TempAllocator.swift (+0 -47)
📝 PlayCover/AppInstaller/optool/patch.h (+0 -7)
📝 PlayCover/Model/AppContainer.swift (+2 -2)
📝 PlayCover/Model/AppSettings.swift (+4 -2)
📝 PlayCover/Model/Keymapping.swift (+4 -2)
📝 PlayCover/Model/PlayApp.swift (+10 -3)
📝 PlayCover/Utils/AppIntegrity.swift (+4 -4)
📝 PlayCover/Utils/FileExtensions.swift (+5 -8)
📝 PlayCover/Utils/PlayTools.swift (+129 -74)
📝 PlayCover/Utils/URLExtensions.swift (+1 -1)
📝 PlayCover/ViewModel/AppsVM.swift (+2 -3)
📝 PlayCover/Views/PlayCoverApp.swift (+0 -4)

📄 Description

  • Refactor temporary directory allocation
  • Refactor PlayTools.swift

🔄 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/342 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 9/14/2022 **Status:** ✅ Merged **Merged:** 9/15/2022 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `develop` ← **Head:** `no-dynamic` --- ### 📝 Commits (4) - [`bd5e030`](https://github.com/PlayCover/PlayCover/commit/bd5e030d3e42cb719d0dd500ecac7e31da056ba2) Remove Temp Dir Allocation, Fix Plugin install - [`c3e365c`](https://github.com/PlayCover/PlayCover/commit/c3e365c48fb39c3ec29a1c47de1e1e442e00cccc) SwiftLint + Fix typo - [`ec0a22b`](https://github.com/PlayCover/PlayCover/commit/ec0a22bbdecf2e3cb6b0ed4a0a884c56c4df7936) Plug-in check - [`cd417ff`](https://github.com/PlayCover/PlayCover/commit/cd417fffef8367962cdc11a865ad8cbc9a5c365f) Re-install plugin on launch ### 📊 Changes **16 files changed** (+179 additions, -177 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+0 -4) 📝 `PlayCover/AppInstaller/Installer.swift` (+7 -5) 📝 `PlayCover/AppInstaller/Utils/Entitlements.swift` (+5 -3) 📝 `PlayCover/AppInstaller/Utils/IPA.swift` (+6 -8) ➖ `PlayCover/AppInstaller/Utils/TempAllocator.swift` (+0 -47) 📝 `PlayCover/AppInstaller/optool/patch.h` (+0 -7) 📝 `PlayCover/Model/AppContainer.swift` (+2 -2) 📝 `PlayCover/Model/AppSettings.swift` (+4 -2) 📝 `PlayCover/Model/Keymapping.swift` (+4 -2) 📝 `PlayCover/Model/PlayApp.swift` (+10 -3) 📝 `PlayCover/Utils/AppIntegrity.swift` (+4 -4) 📝 `PlayCover/Utils/FileExtensions.swift` (+5 -8) 📝 `PlayCover/Utils/PlayTools.swift` (+129 -74) 📝 `PlayCover/Utils/URLExtensions.swift` (+1 -1) 📝 `PlayCover/ViewModel/AppsVM.swift` (+2 -3) 📝 `PlayCover/Views/PlayCoverApp.swift` (+0 -4) </details> ### 📄 Description - Refactor temporary directory allocation - Refactor `PlayTools.swift` --- <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:49 +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#1583
No description provided.