[PR #794] [MERGED] Add install_name_tool replacement #1757

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

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/794
Author: @IsaacMarovitz
Created: 2/8/2023
Status: Merged
Merged: 2/10/2023
Merged by: @IsaacMarovitz

Base: developHead: installer-fix


📝 Commits (1)

  • 65394d3 Add install_name_tool replacement

📊 Changes

1 file changed (+30 additions, -0 deletions)

View changed files

📝 PlayCover/Utils/PlayTools.swift (+30 -0)

📄 Description

Also allows for easy extension for other dylibs that prove problematic

  • Assumes LC_LOAD_DYLIB command (would need to be extended for weak dylibs)
  • Assumes @rpath, /usr/lib/swift/ dylib locations

🔄 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/794 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 2/8/2023 **Status:** ✅ Merged **Merged:** 2/10/2023 **Merged by:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Base:** `develop` ← **Head:** `installer-fix` --- ### 📝 Commits (1) - [`65394d3`](https://github.com/PlayCover/PlayCover/commit/65394d3d0c9185a288b449c37d0243d2e8572d2c) Add `install_name_tool` replacement ### 📊 Changes **1 file changed** (+30 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover/Utils/PlayTools.swift` (+30 -0) </details> ### 📄 Description Also allows for easy extension for other `dylib`s that prove problematic - Assumes `LC_LOAD_DYLIB` command (would need to be extended for weak dylibs) - Assumes `@rpath`, `/usr/lib/swift/` dylib locations --- <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:46 +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#1757
No description provided.