diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d06b43f..21fff87 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -28,7 +28,7 @@ platform :ios do scheme: "Example", configuration: "Debug", build: true, - destination: "platform=iOS Simulator,name=iPhone SE (2nd generation)" + destination: "platform=iOS Simulator,name=iPhone SE (3rd generation)" ) end end