[PR #840] [CLOSED] Fix XCLT-less Installer #1770

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/840
Author: @IsaacMarovitz
Created: 3/5/2023
Status: Closed

Base: developHead: test-xcode-less-installer


📝 Commits (7)

  • 1955f32 Fix XCLT-less Installer (#830)
  • 54aafa7 Fix space check
  • af4163e Xyct suggestion not sure if this is necessary
  • 6053373 Who needs error checking anyways
  • eb91176 Fix PT failing to install first time in FAT binaries
  • 07a045a Merge pull request #841 from IsaacMarovitz/xcode-less-installer
  • f6ff252 xclt less installer macho converter code cleanup (#851)

📊 Changes

6 files changed (+332 additions, -364 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+4 -0)
📝 PlayCover/AppInstaller/Installer.swift (+9 -9)
📝 PlayCover/Model/PlayApp.swift (+1 -1)
📝 PlayCover/Utils/Extensions/DataExtensions.swift (+5 -2)
PlayCover/Utils/Macho.swift (+288 -0)
📝 PlayCover/Utils/PlayTools.swift (+25 -352)

📄 Description

Fix XCLT-less installer for realsies.

Tested apps (all working):

  • Genshin Impact
  • Payback2
  • Eversoul
  • Geometry Dash
  • Duolingo
  • Netflix
  • Where's My Water 2
  • Most Wanted
  • Aidoku
  • Angry Birds
  • Crunchyroll
  • Dadish 1, 2, 3
  • Deltroid
  • Disney+
  • LIFX
  • NIKKE
  • PvZ 1, 2
  • Turnip Boy
  • Twitch

🔄 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/840 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 3/5/2023 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `test-xcode-less-installer` --- ### 📝 Commits (7) - [`1955f32`](https://github.com/PlayCover/PlayCover/commit/1955f32d61bb31fb80bc491295b6c9ee2bb95481) Fix XCLT-less Installer (#830) - [`54aafa7`](https://github.com/PlayCover/PlayCover/commit/54aafa79314612e9b6c2e8d256ce0a8a4b01cbb3) Fix space check - [`af4163e`](https://github.com/PlayCover/PlayCover/commit/af4163e6ebf569dff2249c564fcfd09e9bb0d450) Xyct suggestion not sure if this is necessary - [`6053373`](https://github.com/PlayCover/PlayCover/commit/6053373e5a21bdd30d65821168955344a2106ffb) Who needs error checking anyways - [`eb91176`](https://github.com/PlayCover/PlayCover/commit/eb9117645a8ccfd644e4ca47141f13fbfb389855) Fix PT failing to install first time in FAT binaries - [`07a045a`](https://github.com/PlayCover/PlayCover/commit/07a045acc0954f18b131c7bd87ff3cb129a17eb8) Merge pull request #841 from IsaacMarovitz/xcode-less-installer - [`f6ff252`](https://github.com/PlayCover/PlayCover/commit/f6ff25258d2070d39fd4cf041e83fd3b58e89139) xclt less installer macho converter code cleanup (#851) ### 📊 Changes **6 files changed** (+332 additions, -364 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+4 -0) 📝 `PlayCover/AppInstaller/Installer.swift` (+9 -9) 📝 `PlayCover/Model/PlayApp.swift` (+1 -1) 📝 `PlayCover/Utils/Extensions/DataExtensions.swift` (+5 -2) ➕ `PlayCover/Utils/Macho.swift` (+288 -0) 📝 `PlayCover/Utils/PlayTools.swift` (+25 -352) </details> ### 📄 Description Fix XCLT-less installer for realsies. Tested apps (all working): - Genshin Impact - Payback2 - Eversoul - Geometry Dash - Duolingo - Netflix - Where's My Water 2 - Most Wanted - Aidoku - Angry Birds - Crunchyroll - Dadish 1, 2, 3 - Deltroid - Disney+ - LIFX - NIKKE - PvZ 1, 2 - Turnip Boy - Twitch --- <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:53 +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#1770
No description provided.