There was an error while loading. Please reload this page.
1 parent 5679b96 commit bf4cfb2Copy full SHA for bf4cfb2
1 file changed
fastlane/Fastfile
@@ -20,8 +20,7 @@ platform :ios do
20
scan(
21
scheme: "Example-iOS",
22
clean: true,
23
- xcargs: "SWIFT_VERSION=#{options[:swift_version]}",
24
- destination: options[:destination]
+ xcargs: "SWIFT_VERSION=#{options[:swift_version]}"
25
)
26
end
27
@@ -30,8 +29,7 @@ platform :ios do
30
29
workspace: "ZonPlayer.xcworkspace",
31
configuration: "Debug",
32
33
34
35
36
37
0 commit comments