This commit is contained in:
opa334
2022-09-04 00:53:23 +02:00
+1 -1
View File
@@ -357,7 +357,7 @@ BOOL signApp(NSString* appPath, NSError** error)
else else
{ {
// app has entitlements, keep them // app has entitlements, keep them
ldidRet = runLdid(@[@"-S", @"-M", certArg, appPath], nil, &errorOutput); ldidRet = runLdid(@[@"-s", certArg, appPath], nil, &errorOutput);
} }
NSLog(@"ldid exited with status %d", ldidRet); NSLog(@"ldid exited with status %d", ldidRet);