From 5d9b0d8768c8e2b3620ab0991792b6fb16e89544 Mon Sep 17 00:00:00 2001 From: onevcat Date: Tue, 11 Jun 2024 22:26:40 +0900 Subject: [PATCH] Apply swift version --- fastlane/Fastfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index dbfb6a5e4..78807023e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -24,6 +24,7 @@ platform :ios do scan( scheme: "Kingfisher", clean: true, + xcargs: "SWIFT_VERSION=#{options[:swift_version]}", destination: options[:destination] ) end @@ -33,6 +34,7 @@ platform :ios do workspace: "Kingfisher.xcworkspace", configuration: "Debug", scheme: "Kingfisher", + xcargs: "SWIFT_VERSION=#{options[:swift_version]}", destination: options[:destination] ) end