Merge pull request #59 from TouchInstinct/fix/fastlaneLocale

Reverted
This commit is contained in:
Alexey Gerasimov 2018-06-22 16:21:54 +03:00 committed by GitHub
commit 6fdf8400b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
$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"