diff --git a/bin/xcodeproj b/bin/xcodeproj index 3d4598e2b..5d163fe38 100755 --- a/bin/xcodeproj +++ b/bin/xcodeproj @@ -2,10 +2,7 @@ if $PROGRAM_NAME == __FILE__ ENV['BUNDLE_GEMFILE'] = File.expand_path('../../Gemfile', __FILE__) - require 'rubygems' require 'bundler/setup' - $LOAD_PATH.unshift File.expand_path('../../ext', __FILE__) - $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) end require 'xcodeproj'