mirror of
https://github.com/opa334/TrollStore.git
synced 2025-01-19 05:25:41 +08:00
1.1.1
This commit is contained in:
parent
2900226770
commit
6ec6420151
@ -52,7 +52,6 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
|
||||
{
|
||||
if(noContainer.boolValue)
|
||||
{
|
||||
NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.no-container");
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
@ -62,12 +61,10 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
|
||||
{
|
||||
if(!containerRequired.boolValue)
|
||||
{
|
||||
NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.container-required");
|
||||
return NO;
|
||||
}
|
||||
}
|
||||
|
||||
NSLog(@"constructContainerizationForEntitlements YES");
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user