File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ function test_watchos {
9191 run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -destination " generic/platform=watchOS" OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build | xcpretty
9292
9393 run osascript -e ' tell app "Simulator" to quit'
94- run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " watchsimulator$BUILD_WATCHOS_SDK_VERSION " -destination " name=Apple Watch Series 6 (40mm),OS=$RUNTIME_WATCHOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
94+ run set -o pipefail && xcodebuild -project Nimble.xcodeproj -scheme " Nimble" -configuration " Debug" -sdk " watchsimulator$BUILD_WATCHOS_SDK_VERSION " -destination " name=Apple Watch SE (40mm) (2nd generation ),OS=$RUNTIME_WATCHOS_VERSION " OTHER_SWIFT_FLAGS=' $(inherited) -suppress-warnings' build-for-testing test-without-building | xcpretty
9595}
9696
9797function test_visionos {
You can’t perform that action at this time.
0 commit comments