mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #1986] [MERGED] Fix build steps by rebundling PlayTools to deep framework #1936
Labels
No labels
UI
app-support
bug
bug
documentation
duplicate
enhancement
game-support
good first issue
help wanted / caution
inactive
invalid
macos-beta
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/PlayCover#1936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/PlayCover/PlayCover/pull/1986
Author: @JoseMoreville
Created: 9/26/2025
Status: ✅ Merged
Merged: 10/15/2025
Merged by: @TheMoonThatRises
Base:
develop← Head:build-steps-fix📝 Commits (2)
d9b34c4Fix compiling by rebundling PlayTools from shallow to deep fw087508bfix script typo📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+2 -2)📄 Description
Recent macOS/Xcode versions enforce proper deep framework structure.
We were embedding a shallow framework, which now triggers a complaint with the compiler
This PR adds a build-phase script that:
Copies PlayTools.framework (iOS slice we currently ship using Carthage with xcframeworks param).
Repackages it into a macOS deep framework.
Codesign the new PlayTools.framework
Disclaimer: This is hacky as is. We need to find a way to fix Playtools so that it can build a deep framework layout by default.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.