Skip to content

Commit

Permalink
Update fastfile xcode version to 15.2 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ifosli committed Feb 6, 2024
1 parent 8062d9a commit 83683e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ platform :ios do
end

private_lane :xcode_check do
xcodes(version: "14.2", select_for_current_build_only: true)
xcodes(version: "15.2", select_for_current_build_only: true)
end

private_lane :build_the_app do |options|
Expand Down

0 comments on commit 83683e6

Please sign in to comment.