Skip to content

Commit

Permalink
Apply swift version
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jun 11, 2024
1 parent bff604a commit 5d9b0d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ platform :ios do
scan(
scheme: "Kingfisher",
clean: true,
xcargs: "SWIFT_VERSION=#{options[:swift_version]}",
destination: options[:destination]
)
end
Expand All @@ -33,6 +34,7 @@ platform :ios do
workspace: "Kingfisher.xcworkspace",
configuration: "Debug",
scheme: "Kingfisher",
xcargs: "SWIFT_VERSION=#{options[:swift_version]}",
destination: options[:destination]
)
end
Expand Down

0 comments on commit 5d9b0d8

Please sign in to comment.