Skip to content

Commit

Permalink
Use iPhone 15 for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Sep 24, 2024
1 parent 9ac8b95 commit f8809ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test_unit:
deno test

test_ui:
xcodebuild test -project Hush.xcodeproj -scheme 'Hush iOS' -destination 'platform=iOS Simulator,name=iPhone 8'
xcodebuild test -project Hush.xcodeproj -scheme 'Hush iOS' -destination 'platform=iOS Simulator,name=iPhone 15'

fetch_external:
deno run --allow-write=./data --allow-net scripts/fetch-external.js
Expand Down

0 comments on commit f8809ee

Please sign in to comment.