Skip to content

Commit

Permalink
Use iPhone 16 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 818f70a
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 16'

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

0 comments on commit 818f70a

Please sign in to comment.