Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/opa334/TrollStore
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Sep 3, 2022
2 parents 57d18dd + 990ad15 commit 4ea445f
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 4ea445f

Please sign in to comment.