mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 00:05:52 +03:00
[PR #851] [MERGED] xclt less installer macho converter code cleanup #1776
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#1776
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/851
Author: @XuYicong
Created: 3/9/2023
Status: ✅ Merged
Merged: 3/9/2023
Merged by: @Depal1
Base:
test-xcode-less-installer← Head:xclt-less📝 Commits (6)
ed32aa2macho converter code cleanup05f0842lint lc iterate in playtools8b12f56add back enough space checkea14cc3Update Macho.swifta056d57Add Macho.swift to project6108f27Indentation adjustments📊 Changes
6 files changed (+314 additions, -334 deletions)
View changed files
📝
PlayCover.xcodeproj/project.pbxproj(+4 -0)📝
PlayCover/AppInstaller/Installer.swift(+2 -2)📝
PlayCover/Model/PlayApp.swift(+1 -1)📝
PlayCover/Utils/Extensions/DataExtensions.swift(+5 -2)➕
PlayCover/Utils/Macho.swift(+288 -0)📝
PlayCover/Utils/PlayTools.swift(+14 -329)📄 Description
Created a new file
Macho.swiftto put macho-related code, so thatPlayToolshas less lines thanswiftlint's upper boundAdded sanity checks while iterating load commands.
Added byte order checks while replacing load commands.
Variable names changed to more meaningful ones.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.