Explorar o código

Upgrade build Xcode version

onevcat hai 1 ano
pai
achega
83e3cb4f25
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      fastlane/Fastfile

+ 2 - 2
fastlane/Fastfile

@@ -92,7 +92,7 @@ platform :ios do
     target_version = "Kingfisher-#{options[:version]}"
     
     swift_version = options[:swift_version] || "5.0"
-    xcode_version = options[:xcode_version] || "16.0"
+    xcode_version = options[:xcode_version] || "16.1"
 
     xcodes(version: xcode_version, select_for_current_build_only: true)
 
@@ -142,7 +142,7 @@ platform :ios do
   end
 
   before_all do |lane|
-    xcode_version = ENV["XCODE_VERSION"] || "16.0"
+    xcode_version = ENV["XCODE_VERSION"] || "16.1"
     xcodes(version: xcode_version, select_for_current_build_only: true)
   end