We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2d28e6 commit cd77a5eCopy full SHA for cd77a5e
1 file changed
Platform/UTMJailbreak.m
@@ -310,7 +310,7 @@ bool jb_has_hypervisor(void) {
310
311
bool jb_has_container(void) {
312
NSDictionary *entitlements = cached_app_entitlements();
313
- return ![entitlements[@"com.apple.private.security.no-container"] boolValue];
+ return ![entitlements[@"com.apple.private.security.no-sandbox"] boolValue];
314
}
315
#endif
316
0 commit comments