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