Update main.m

This commit is contained in:
Nebula
2022-09-03 10:49:53 -04:00
committed by GitHub
parent 15b8fbd6f2
commit f1fb843e27
+1 -1
View File
@@ -229,7 +229,7 @@ BOOL signApp(NSString* appPath, NSError** error)
else
{
// 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);