fastlane/lib/fastlane/lane_manager.rb in fastlane-2.86.0.beta.20180313050023 vs fastlane/lib/fastlane/lane_manager.rb in fastlane-2.86.0.beta.20180314050053

- old
+ new

@@ -47,10 +47,10 @@ # and not return to the original working directory # https://github.com/CocoaPods/Xcodeproj/issues/426 # Setting this environment variable causes xcodeproj to work around the problem ENV["FORK_XCODE_WRITING"] = "true" unless platform == 'android' - load_dot_env(env) + Fastlane::Helper::DotenvHelper.load_dot_env(env) started = Time.now e = nil begin ff.runner.execute(lane, platform, parameters)