1
0
mirror of https://github.com/opa334/TrollStore.git synced 2025-01-31 11:05:42 +08:00

Merge pull request #27 from itsnebulalol/patch-1

Use -s to keep entitlements when they're present
This commit is contained in:
Lars Fröder 2022-09-04 00:51:07 +02:00 committed by GitHub
commit 990ad15074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);