From 314121f01f1c3a1e8bc7b1149afa3617a2cd46f5 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Thu, 28 Sep 2023 16:19:46 -0700 Subject: [PATCH] Update Tests --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 718f244..76fb46f 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -20,7 +20,7 @@ platform :ios do skip_build: true, derived_data_path: ".derivedData", code_coverage: true, - devices: ["iPhone 15 Pro", "Apple Watch Series 9 (45mm)"], + devices: ["iPhone 15 Pro"], force_quit_simulator: true, reset_simulator: true, prelaunch_simulator: false,