Skip to content

Commit

Permalink
Upgrade default to Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jun 10, 2024
1 parent 34ef37c commit 8ac677f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ platform :ios do
lane :xcframework do |options|
target_version = "Kingfisher-#{options[:version]}"

xcversion(version: "~> 15.2")
xcversion(version: "~> 15.4")
FileUtils.rm_rf '../build'

frameworks = {}
Expand Down Expand Up @@ -131,7 +131,7 @@ platform :ios do
end

before_all do |lane|
xcode_version = ENV["XCODE_VERSION"] || "15.3"
xcode_version = ENV["XCODE_VERSION"] || "15.4"
xcodes(version: xcode_version, select_for_current_build_only: true)
end

Expand Down

0 comments on commit 8ac677f

Please sign in to comment.