We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2900226 commit 6ec6420Copy full SHA for 6ec6420
Helper/uicache.m
@@ -52,7 +52,6 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
52
{
53
if(noContainer.boolValue)
54
55
- NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.no-container");
56
return NO;
57
}
58
@@ -62,12 +61,10 @@ BOOL constructContainerizationForEntitlements(NSDictionary* entitlements)
62
61
63
if(!containerRequired.boolValue)
64
65
- NSLog(@"constructContainerizationForEntitlements NO com.apple.private.security.container-required");
66
67
68
69
70
- NSLog(@"constructContainerizationForEntitlements YES");
71
return YES;
72
73
0 commit comments