From cfcd07b4fd95a24365a6b5b8390d37a07c6514c0 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Fri, 22 Jun 2018 16:20:51 +0300 Subject: [PATCH] Reverted --- xcode/commonFastfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/xcode/commonFastfile b/xcode/commonFastfile index e0740ff..4d1a77e 100644 --- a/xcode/commonFastfile +++ b/xcode/commonFastfile @@ -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"