Skip to content

Commit

Permalink
Merge pull request #27 from itsnebulalol/patch-1
Browse files Browse the repository at this point in the history
Use -s to keep entitlements when they're present
  • Loading branch information
opa334 authored Sep 3, 2022
2 parents e2fd951 + f1fb843 commit 990ad15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helper/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,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);
Expand Down

0 comments on commit 990ad15

Please sign in to comment.