From 6ec6420151713afb5d2542f8b92f3cf6962bc451 Mon Sep 17 00:00:00 2001 From: opa334 Date: Thu, 29 Sep 2022 21:01:53 +0200 Subject: [PATCH] 1.1.1 --- Helper/uicache.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Helper/uicache.m b/Helper/uicache.m index 4f388d8..f50e214 100644 --- a/Helper/uicache.m +++ b/Helper/uicache.m @@ -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; }