pantograph/lib/pantograph/lane_manager.rb in pantograph-0.1.0 vs pantograph/lib/pantograph/lane_manager.rb in pantograph-0.1.1
- old
+ new
@@ -44,10 +44,10 @@
# xcodeproj has a bug in certain versions that causes it to change directories
# 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'
+ ENV["FORK_XCODE_WRITING"] = "true" if platform == 'ios'
Pantograph::Helper::DotenvHelper.load_dot_env(env)
started = Time.now
e = nil