ios-sim-portable
Advanced tools
Comparing version 4.4.2 to 4.5.0
@@ -183,3 +183,5 @@ "use strict"; | ||
const majorVersion = deviceVersion.split(".")[0]; | ||
if (majorVersion && parseInt(majorVersion) >= 11) { | ||
const isVisionOS = device.platform === "visionOS"; | ||
const isSupportediOSVersion = majorVersion && parseInt(majorVersion) >= 11; | ||
if (isVisionOS || isSupportediOSVersion) { | ||
timer = setTimeout(() => { | ||
@@ -186,0 +188,0 @@ fulfillSafe(); |
{ | ||
"name": "ios-sim-portable", | ||
"version": "4.4.2", | ||
"version": "4.5.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ios-sim.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103459
1290