This commit is contained in:
Alexey Gerasimov 2018-06-22 16:20:51 +03:00
parent ad01e169e5
commit cfcd07b4fd
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"