From f8bc5ba80b50b36c90c19967303e60a55acca70a Mon Sep 17 00:00:00 2001 From: "Samuel E. Giddins" Date: Mon, 6 Jul 2015 17:03:49 -0700 Subject: [PATCH] Remove cruft from the executable --- bin/xcodeproj | 3 --- 1 file changed, 3 deletions(-) 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'