Skip to content

Commit

Permalink
Use Xcode 13 for xcframework bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 21, 2021
1 parent 7da0f4d commit 78bbf79
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 @@ -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 = []
Expand Down

0 comments on commit 78bbf79

Please sign in to comment.