Kaynağa Gözat

Upgrade default to Xcode 15.4

onevcat 1 yıl önce
ebeveyn
işleme
8ac677ff27
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      fastlane/Fastfile

+ 2 - 2
fastlane/Fastfile

@@ -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 = {}
@@ -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