Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Sep 29, 2022
1 parent 2900226 commit 6ec6420
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Helper/uicache.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
{
if(noContainer.boolValue)
{
NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.no-container");
return NO;
}
}
Expand All @@ -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;
}

Expand Down

0 comments on commit 6ec6420

Please sign in to comment.