Skip to content

Commit

Permalink
updated to use xcode_dir so it should work with both 4.2 and 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Poorman committed Feb 19, 2012
1 parent b9d97e7 commit 3678705
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions rakelib/install.rake
Expand Up @@ -153,10 +153,6 @@ module Installer
"#{xcode_dir}/usr/bin"
end

def xcode4_3_rb_nibtool_bin
"/Application/Xcode.app/Contents/Developer/Tools/"
end

def dest_bin
"#{SYM_INSTDIR}/bin"
end
Expand Down Expand Up @@ -353,7 +349,7 @@ namespace :install do

task :nibtool do
puts 'Installing IB support'
ln_sfh "#{FRAMEWORK_USR_BIN}/rb_nibtool", xcode4_3_rb_nibtool_bin
ln_sfh "#{FRAMEWORK_USR_BIN}/rb_nibtool", "#{xcode_dir}/Tools/"
end

task :xcode_templates do
Expand Down

0 comments on commit 3678705

Please sign in to comment.