Skip to content

Commit

Permalink
Remove cruft from the executable
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed Jul 7, 2015
1 parent a25a580 commit f8bc5ba
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/xcodeproj
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f8bc5ba

Please sign in to comment.