Merge pull request #58 from TouchInstinct/fix/fastlaneLocale

Fixed
This commit is contained in:
Alexey Gerasimov
2018-06-22 15:55:35 +03:00
committed by GitHub
+2
View File
@@ -1,6 +1,8 @@
$appName = File.basename(Dir['../*.xcworkspace'].first, '.*')
before_all do |lane, options|
sh("export LANG=en_US.UTF-8")
appName = options[:appName] || $appName
podsReposPath = File.expand_path "~/.cocoapods/repos/master/"
lockFilePath = "#{podsReposPath}/.git/index.lock"