mirror of
https://github.com/opa334/TrollStore.git
synced 2026-07-02 03:00:39 +08:00
Fix signing unsupported MachO types
This commit is contained in:
@@ -709,6 +709,8 @@ int signApp(NSString* appPath)
|
||||
// If not, we can continue but want to show a warning after the app is installed
|
||||
hasAdditionalEncryptedBinaries = YES;
|
||||
}
|
||||
} else if (r == 3) { // Non-fatal - unsupported MachO type
|
||||
NSLog(@"[%@] Cannot apply CoreTrust bypass on an unsupported MachO type!", filePath);
|
||||
}
|
||||
else {
|
||||
NSLog(@"[%@] CoreTrust bypass failed!!! :(", filePath);
|
||||
|
||||
Reference in New Issue
Block a user