Update main.m

This commit is contained in:
Nebula 2022-09-03 10:49:53 -04:00 committed by GitHub
parent 15b8fbd6f2
commit f1fb843e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,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);