mirror of
https://github.com/PlayCover/PlayCover.git
synced 2026-04-26 08:15:56 +03:00
[PR #149] [MERGED] Fixed Encrypted Mach-O detection #1485
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#1485
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/149
Author: @ohaiibuzzle
Created: 8/11/2022
Status: ✅ Merged
Merged: 8/11/2022
Merged by: @Depal1
Base:
develop← Head:fix/detect-encryption📝 Commits (1)
ea92602fix: Correcting encrypted IPA detection📊 Changes
1 file changed (+3 additions, -6 deletions)
View changed files
📝
PlayCover/Utils/PlayTools.swift(+3 -6)📄 Description
The old function splits the output content with a newline, which essentially make the second
containsto always befalse, as they are not on the same line invtool's output, so this check will always returnfalse, even for IPAs that are encrypted🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.