[PR #365] [CLOSED] Reimplement optool in Swift #1592

Closed
opened 2026-03-03 19:07:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/PlayCover/PlayCover/pull/365
Author: @IsaacMarovitz
Created: 9/20/2022
Status: Closed

Base: developHead: swift-optool


📝 Commits (2)

📊 Changes

17 files changed (+363 additions, -1386 deletions)

View changed files

📝 PlayCover.xcodeproj/project.pbxproj (+16 -30)
PlayCover/AppInstaller/optool/Headers.swift (+51 -0)
PlayCover/AppInstaller/optool/NSData+Reading.h (+0 -47)
PlayCover/AppInstaller/optool/NSData+Reading.m (+0 -130)
PlayCover/AppInstaller/optool/OffsetNSData.swift (+26 -0)
PlayCover/AppInstaller/optool/Operations.swift (+192 -0)
PlayCover/AppInstaller/optool/Patch.swift (+76 -0)
PlayCover/AppInstaller/optool/defines.h (+0 -102)
PlayCover/AppInstaller/optool/headers.h (+0 -32)
PlayCover/AppInstaller/optool/headers.m (+0 -104)
PlayCover/AppInstaller/optool/main.m (+0 -259)
PlayCover/AppInstaller/optool/operations.h (+0 -38)
PlayCover/AppInstaller/optool/operations.m (+0 -567)
PlayCover/AppInstaller/optool/patch.h (+0 -18)
PlayCover/AppInstaller/optool/patch.m (+0 -56)
📝 PlayCover/PlayCover-Bridging-Header.h (+0 -1)
📝 PlayCover/Utils/PlayTools.swift (+2 -2)

📄 Description

No description provided


🔄 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/365 **Author:** [@IsaacMarovitz](https://github.com/IsaacMarovitz) **Created:** 9/20/2022 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `swift-optool` --- ### 📝 Commits (2) - [`59da0e5`](https://github.com/PlayCover/PlayCover/commit/59da0e5754faefd981187d758a1d7018f0f4a403) Strip optool - [`9da0371`](https://github.com/PlayCover/PlayCover/commit/9da03715492754ce4647f85a353a753a0cec983a) Swift Implementation (not working yet) ### 📊 Changes **17 files changed** (+363 additions, -1386 deletions) <details> <summary>View changed files</summary> 📝 `PlayCover.xcodeproj/project.pbxproj` (+16 -30) ➕ `PlayCover/AppInstaller/optool/Headers.swift` (+51 -0) ➖ `PlayCover/AppInstaller/optool/NSData+Reading.h` (+0 -47) ➖ `PlayCover/AppInstaller/optool/NSData+Reading.m` (+0 -130) ➕ `PlayCover/AppInstaller/optool/OffsetNSData.swift` (+26 -0) ➕ `PlayCover/AppInstaller/optool/Operations.swift` (+192 -0) ➕ `PlayCover/AppInstaller/optool/Patch.swift` (+76 -0) ➖ `PlayCover/AppInstaller/optool/defines.h` (+0 -102) ➖ `PlayCover/AppInstaller/optool/headers.h` (+0 -32) ➖ `PlayCover/AppInstaller/optool/headers.m` (+0 -104) ➖ `PlayCover/AppInstaller/optool/main.m` (+0 -259) ➖ `PlayCover/AppInstaller/optool/operations.h` (+0 -38) ➖ `PlayCover/AppInstaller/optool/operations.m` (+0 -567) ➖ `PlayCover/AppInstaller/optool/patch.h` (+0 -18) ➖ `PlayCover/AppInstaller/optool/patch.m` (+0 -56) 📝 `PlayCover/PlayCover-Bridging-Header.h` (+0 -1) 📝 `PlayCover/Utils/PlayTools.swift` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:07:52 +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#1592
No description provided.