From 921d8d3ea0b1aaba418c9336ca9807f148245fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Bu=CC=88nz?= Date: Sat, 28 Sep 2024 16:53:53 +0200 Subject: [PATCH] test iphone16 --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 45b579d9..001e4c93 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -13,7 +13,7 @@ platform :ios do scan( project: "CriticalMaps.xcodeproj", scheme: Scheme, - device: 'iPhone 15', + device: 'iPhone 16', result_bundle: true, xcargs: '-skipPackagePluginValidation -skipMacroValidation' )