mirror of https://github.com/opa334/TrollStore.git
Update main.m
This commit is contained in:
parent
15b8fbd6f2
commit
f1fb843e27
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue