Skip to content

Commit

Permalink
fix: use iPhone 16 Pro in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Sep 26, 2024
1 parent dff020b commit 0252425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set -o pipefail && \
xcrun xcodebuild test \
-project Multisig.xcodeproj \
-scheme "$XCODE_SCHEME" \
-destination "platform=iOS Simulator,name=iPhone 15 Pro" \
-destination "platform=iOS Simulator,name=iPhone 16 Pro" \
-resultBundlePath "$TEST_BUNDLE_PATH" \
| tee "$OUTPUT_DIR/xcodebuild-test.log" | xcpretty -c -r junit

Expand Down

0 comments on commit 0252425

Please sign in to comment.