Skip to content

Commit 06aebb2

Browse files
committed
chore(ci): Select valid iOS simulator
1 parent 5ac7f5e commit 06aebb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"unpkg": "dist/plugin.js",
99
"scripts": {
1010
"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'",
11+
"verify:ios": "xcodebuild clean build test -scheme CapacitorCommunityBluetoothLe -destination 'platform=iOS Simulator,name=iPhone 16,OS=18.5'",
1212
"verify:android": "cd android && ./gradlew clean build test && cd ..",
1313
"verify:web": "npm run test:coverage && npm run build",
1414
"lint": "npm run eslint && npm run prettier -- --check && npm run lint:ios",

0 commit comments

Comments
 (0)