@capacitor/screen-orientation
Advanced tools
Comparing version 7.0.0-dev-2245-20241113T162435.0 to 7.0.0-dev-2245-20241115T152928.0
{ | ||
"name": "@capacitor/screen-orientation", | ||
"version": "7.0.0-dev-2245-20241113T162435.0", | ||
"version": "7.0.0-dev-2245-20241115T152928.0", | ||
"description": "The Screen Orientation API provides methods to lock and unlock the screen orientation.", | ||
@@ -34,3 +34,3 @@ "main": "dist/plugin.cjs.js", | ||
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web", | ||
"verify:ios": "xcodebuild build -scheme CapacitorScreenOrientation -sdk iphonesimulator18.0 -destination 'OS=18.0,name=iPhone 16'", | ||
"verify:ios": "xcodebuild build -scheme CapacitorScreenOrientation -destination generic/platform=iOS", | ||
"verify:android": "cd android && ./gradlew clean build test && cd ..", | ||
@@ -37,0 +37,0 @@ "verify:web": "npm run build", |
51231