Skip to content

Commit

Permalink
Merge pull request #436 from sleekbyte/ak-435-ruby-230-xcode
Browse files Browse the repository at this point in the history
#435: Fix automatic Xcode integration for Ruby 2.3.0+
  • Loading branch information
alykhank committed Aug 24, 2016
2 parents f98da46 + 3d760a1 commit 9cc2ea2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -18,6 +18,7 @@ def find_tailor()
tailor_cache_dir = find_tailor + 'gems/vendor/cache'
ENV['GEM_HOME'] = tailor_gems_dir.to_s
ENV['GEM_PATH'] = tailor_gems_dir.to_s
Gem.use_paths(ENV['GEM_HOME'], ENV['GEM_PATH'])
cmd = "gem install --local --no-rdoc --no-ri xcodeproj-*.gem"
Dir.chdir(tailor_cache_dir.to_s){ %%x[#{cmd}] }
require 'xcodeproj'
Expand Down

0 comments on commit 9cc2ea2

Please sign in to comment.