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' )