From f8809ee2b24e8d5b2fc2bd4e280413dbe2518d5f Mon Sep 17 00:00:00 2001 From: Joel Arvidsson Date: Tue, 24 Sep 2024 20:41:37 +0200 Subject: [PATCH] Use iPhone 15 for UI tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 09942ac..61ea136 100644 --- a/Makefile +++ b/Makefile @@ -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