We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 879ace7 commit 252eb1aCopy full SHA for 252eb1a
fastlane/Fastfile
@@ -7,13 +7,13 @@ fastlane_version "1.39.0"
7
default_platform :ios
8
9
10
-import_build_tools(
11
- url: '[email protected]:mozilla/firefox-ios-build-tools.git',
12
- clone_folder: "../build-tools",
13
-)
+#import_build_tools(
+# url: '[email protected]:mozilla/firefox-ios-build-tools.git',
+# clone_folder: "../build-tools",
+#)
14
15
#move all the build tools to the right places
16
-clone_folder = "../../build-tools"
+clone_folder = "../../firefox-ios-build-tools"
17
sh("rsync -a #{clone_folder}/scripts ../")
18
sh("rsync -a #{clone_folder}/fastlane/Appfile Appfile")
19
sh("rsync -a #{clone_folder}/fastlane/Snapfile Snapfile")
0 commit comments