[PR #827] [MERGED] Reinstate XCLT #1764

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/827
Author: @Depal1
Created: 3/1/2023
Status: Merged
Merged: 3/1/2023
Merged by: @Depal1

Base: xcltHead: xclt


📝 Commits (6)

📊 Changes

13 files changed (+258 additions, -393 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+16 -8)
📝 PlayCover/AppInstaller/Installer.swift (+1 -0)
📝 PlayCover/Model/PlayApp.swift (+1 -1)
📝 PlayCover/PlayCoverError.swift (+0 -3)
PlayCover/Utils/Extensions/DataExtensions.swift (+0 -29)
📝 PlayCover/Utils/Extensions/FileExtensions.swift (+1 -0)
📝 PlayCover/Utils/Extensions/URLExtensions.swift (+9 -5)
📝 PlayCover/Utils/PlayTools.swift (+59 -342)
📝 PlayCover/Utils/Shell.swift (+20 -0)
📝 PlayCover/Views/MainView.swift (+140 -3)
📝 PlayCover/Views/PlayCoverApp.swift (+3 -1)
📝 PlayCover/en.lproj/Localizable.strings (+8 -1)
scripts/xcode_install.scpt (+0 -0)

📄 Description

This PR brings XCLT back if we are to return to the former installation scheme since the current one is erratic and hindering testing.

A test for conflicts between the XCLT installation splash screen and the new 'no apps' slash is pending.


🔄 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/827 **Author:** [@Depal1](https://github.com/Depal1) **Created:** 3/1/2023 **Status:** ✅ Merged **Merged:** 3/1/2023 **Merged by:** [@Depal1](https://github.com/Depal1) **Base:** `xclt` ← **Head:** `xclt` --- ### 📝 Commits (6) - [`f4d7ee9`](https://github.com/PlayCover/PlayCover/commit/f4d7ee961b1555f9b5050cd386f5c6b856951b75) Revert "Add `install_name_tool` replacement (#794)" - [`8b5b101`](https://github.com/PlayCover/PlayCover/commit/8b5b101716b57c83f3eb0e629e7f240b257f2cce) Revert "Remove Xcode CLI UI" - [`25a7cce`](https://github.com/PlayCover/PlayCover/commit/25a7ccee63cf8e5dc1dd2d441212debbb4beb51a) Revert "Remove Xcode CLI Dependancy (#711)" - [`e3b6801`](https://github.com/PlayCover/PlayCover/commit/e3b6801b6c6a12768b038f5db2fa79d2556cdaed) Delete DataExtensions.swift - [`a997f1b`](https://github.com/PlayCover/PlayCover/commit/a997f1b374b491a57bfd50ac11bc09f6e25f6ff9) Update project.pbxproj - [`0e6957c`](https://github.com/PlayCover/PlayCover/commit/0e6957c5b6136dfd9302e273586ace1e40d86cfd) Fix project references ### 📊 Changes **13 files changed** (+258 additions, -393 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+16 -8) 📝 `PlayCover/AppInstaller/Installer.swift` (+1 -0) 📝 `PlayCover/Model/PlayApp.swift` (+1 -1) 📝 `PlayCover/PlayCoverError.swift` (+0 -3) ➖ `PlayCover/Utils/Extensions/DataExtensions.swift` (+0 -29) 📝 `PlayCover/Utils/Extensions/FileExtensions.swift` (+1 -0) 📝 `PlayCover/Utils/Extensions/URLExtensions.swift` (+9 -5) 📝 `PlayCover/Utils/PlayTools.swift` (+59 -342) 📝 `PlayCover/Utils/Shell.swift` (+20 -0) 📝 `PlayCover/Views/MainView.swift` (+140 -3) 📝 `PlayCover/Views/PlayCoverApp.swift` (+3 -1) 📝 `PlayCover/en.lproj/Localizable.strings` (+8 -1) ➕ `scripts/xcode_install.scpt` (+0 -0) </details> ### 📄 Description This PR brings XCLT back if we are to return to the former installation scheme since the current one is erratic and hindering testing. A test for conflicts between the XCLT installation splash screen and the new 'no apps' slash is pending. --- <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:48 +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#1764
No description provided.