Fix signing unsupported MachO types

This commit is contained in:
alfiecg24
2024-02-01 21:40:23 +00:00
parent ac24773858
commit 11eb142d3b
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -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);