Skip to content

Commit

Permalink
UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
lucdion committed Jan 6, 2024
1 parent e453a57 commit 366f6c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 366f6c6

Please sign in to comment.