From 2f12d9c1ab54b81aa8b0a3aa0f46bacbd69d40e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20Bu=CC=88nz?= Date: Mon, 5 Aug 2024 10:07:47 +0200 Subject: [PATCH] update test device --- fastlane/Fastfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 80d2c570..9b8a2d5d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -13,7 +13,7 @@ platform :ios do scan( project: "CriticalMaps.xcodeproj", scheme: Scheme, - device: 'iPhone 12', + device: 'iPhone 13', result_bundle: true, xcargs: '-skipPackagePluginValidation -skipMacroValidation' )