Skip to content

Commit cd77a5e

Browse files
committed
jailbreak: fix HV build detection for JIT enable
Forgot to rename the check after the last change.
1 parent a2d28e6 commit cd77a5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Platform/UTMJailbreak.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ bool jb_has_hypervisor(void) {
310310

311311
bool jb_has_container(void) {
312312
NSDictionary *entitlements = cached_app_entitlements();
313-
return ![entitlements[@"com.apple.private.security.no-container"] boolValue];
313+
return ![entitlements[@"com.apple.private.security.no-sandbox"] boolValue];
314314
}
315315
#endif
316316

0 commit comments

Comments
 (0)