Updated Xcode project from Eric Wing

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403893
This commit is contained in:
Sam Lantinga 2009-09-24 07:13:02 +00:00
parent 4fc2b759c2
commit e5ae941a74
51 changed files with 9334 additions and 0 deletions

25
Xcode/stationary.csh Executable file
View file

@ -0,0 +1,25 @@
#!/bin/csh
###
## This script installs the stationary
###
sudo -v -p "Please enter the administrator password: "
# project templates
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL Custom Cocoa Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
sudo /Developer/Tools/CpMac -r "Project Stationary/SDL OpenGL Application" "/Developer/ProjectBuilder Extras/Project Templates/Application/"
# target templates
sudo mkdir -p "/Developer/ProjectBuilder Extras/Target Templates/SDL"
sudo /Developer/Tools/CpMac -r "Project Stationary/Application.trgttmpl" "/Developer/ProjectBuilder Extras/Target Templates/SDL"