Skip to content

Commit

Permalink
Merge pull request MacRuby#59 from noeticpenguin/xcode4.3-updates
Browse files Browse the repository at this point in the history
Xcode4.3 updates
  • Loading branch information
Watson1978 committed Feb 20, 2012
2 parents 45c20e0 + 3678705 commit 33f18a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rakelib/install.rake
Expand Up @@ -146,7 +146,7 @@ module Installer
end

def xcode4_template_dir
"#{xcode_dir}/Library/Xcode/Templates"
"~/Library/Developer/Xcode/Templates/Application"
end

def xcode_usr_bin
Expand Down Expand Up @@ -349,13 +349,13 @@ namespace :install do

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

task :xcode_templates do
# TODO only install templates for installed Xcodes
puts 'Installing XCode templates'
makedirs xcode4_template_dir
install_recursive 'misc/xcode4-templates', xcode4_template_dir, :mode => prog_mode
install_recursive 'misc/xcode-templates', xcode3_template_dir, :mode => prog_mode
end
Expand Down

0 comments on commit 33f18a3

Please sign in to comment.