diff --git a/Helper/main.m b/Helper/main.m index 2daa446..f3af391 100644 --- a/Helper/main.m +++ b/Helper/main.m @@ -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);