We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ac7f5e commit 06aebb2Copy full SHA for 06aebb2
1 file changed
package.json
@@ -8,7 +8,7 @@
8
"unpkg": "dist/plugin.js",
9
"scripts": {
10
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
11
- "verify:ios": "xcodebuild clean build test -scheme CapacitorCommunityBluetoothLe -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'",
+ "verify:ios": "xcodebuild clean build test -scheme CapacitorCommunityBluetoothLe -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5'",
12
"verify:android": "cd android && ./gradlew clean build test && cd ..",
13
"verify:web": "npm run test:coverage && npm run build",
14
"lint": "npm run eslint && npm run prettier -- --check && npm run lint:ios",
0 commit comments