Sfoglia il codice sorgente

Use Xcode 13 for xcframework bundle

onevcat 4 anni fa
parent
commit
78bbf797ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      fastlane/Fastfile

+ 1 - 1
fastlane/Fastfile

@@ -93,7 +93,7 @@ platform :ios do
     target_version = "Kingfisher-#{options[:version]}"
     supporting_root = "../build/#{target_version}/Supporting Files"
     
-    xcversion(version: "~> 12.0")
+    xcversion(version: "~> 13.0")
     FileUtils.rm_rf '../build'
     
     frameworks = []