From 366f6c6dadd338da3a44a2681cdc85d8cf368bdc Mon Sep 17 00:00:00 2001 From: Luc Dion Date: Sat, 6 Jan 2024 13:32:47 -0500 Subject: [PATCH] UPDATE --- fastlane/Fastfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 94acb98..c112172 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,7 +48,7 @@ platform :ios do configuration: "Release", build: true, clean: true, - destination: "platform=iOS Simulator,name=iPhone 15,OS=17." + destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2" ) # FlexLayoutSample from FlexLayout.xcworkspace @@ -58,7 +58,7 @@ platform :ios do configuration: "Release", build: true, # clean: true, - destination: "platform=iOS Simulator,name=iPhone 15,OS=17.0" + destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2" ) # Example Cocoapods @@ -68,7 +68,7 @@ platform :ios do configuration: "Release", build: true, # clean: true, - destination: "platform=iOS Simulator,name=iPhone 15,OS=17.0" + destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2" ) # Example SPM (Swift Package Manager) @@ -78,7 +78,7 @@ platform :ios do configuration: "Release", build: true, clean: true, - destination: "platform=iOS Simulator,name=iPhone 15,OS=17.0" + destination: "platform=iOS Simulator,name=iPhone 15,OS=17.2" ) end