This commit is contained in:
opa334 2022-09-04 00:53:23 +02:00
commit 4ea445f0ec
1 changed files with 1 additions and 1 deletions

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);