mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #1983] [CLOSED] Fix fork crash #1937
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#1937
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/1983
Author: @veskoap
Created: 9/26/2025
Status: ❌ Closed
Base:
develop← Head:fix-fork-crash📝 Commits (9)
b13bacbchore(gitignore): ignore Carthage checkouts, SPM, bundler, editors, macOS metadata, and Xcode artifactsf07975fRefactor: Update code signing settings for automatic management601975fFeat: Add process-fork denial to default rules and to the bypasse54f9f0Fix: Update PlayTools dependency to specific commit hash6772efaChore: Update .bundle/config to include retry and jobsed66906Chore: Add universal-darwin-24 to Gemfile.lock3cff912Setup for local testing98b0cb4feat: Skip certain Xcode build phasesd7f6403feat: Support more Mach-O platforms inMacho.swift📊 Changes
9 files changed (+61 additions, -25 deletions)
View changed files
📝
.bundle/config(+2 -0)📝
.gitignore(+25 -4)📝
Cartfile.resolved(+1 -1)📝
Gemfile.lock(+1 -0)📝
PlayCover.xcodeproj/project.pbxproj(+15 -17)📝
PlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme(+8 -1)📝
PlayCover/Rules/default.yaml(+0 -1)📝
PlayCover/Utils/Entitlements.swift(+1 -0)📝
PlayCover/Utils/Macho.swift(+8 -1)📄 Description
This pull request introduces several configuration and build system updates aimed at improving maintainability and compatibility of the project. The most notable changes include updating code signing and provisioning profiles to use automatic settings, simplifying build scripts by skipping certain steps, and refining platform detection logic. Additionally, there are minor dependency and environment configuration updates.
Build and Code Signing Configuration
PlayCover.xcodeproj/project.pbxproj. Also, removed specific provisioning profile specifiers and updated the development team identifier. [1] [2] [3] [4] [5] [6]Build Script Simplification
PlayCover.xcodeproj/project.pbxproj. [1] [2] [3] [4]Platform Compatibility
PlayCover/Utils/Macho.swiftto accept multiple valid platforms (Mac Catalyst, macOS, iOS, iOS Simulator) instead of only Mac Catalyst.Dependency and Environment Updates
PlayToolsinCartfile.resolved.FASTLANE=1to the launch action inPlayCover.xcodeproj/xcshareddata/xcschemes/PlayCover.xcscheme.BUNDLE_RETRYandBUNDLE_JOBSto.bundle/configfor improved bundler reliability and performance.Sandbox Rule Adjustments
process-forkis explicitly denied in the sandbox profile by moving the rule fromdefault.yamlto runtime generation inEntitlements.swift. [1] [2]🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.