Updated XCode 2.0 Project Stationary Script

I don’t know if anyone else has done this, but I searched my archives
and didn’t find it, so I figured I’d post it. The XCode script in CVS
that creates project stationary doesn’t work right now…I think I’ve
got it updated…

– Begin Paste –

#!/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”
"/Library/Application Support/Apple/Developer Tools/Project
Templates/Application/"

sudo /Developer/Tools/CpMac -r “Project Stationary/SDL Cocoa
Application” “/Library/Application Support/Apple/Developer
Tools/Project Templates/Application/”

sudo /Developer/Tools/CpMac -r “Project Stationary/SDL Custom Cocoa
Application” “/Library/Application Support/Apple/Developer
Tools/Project Templates/Application/”

sudo /Developer/Tools/CpMac -r “Project Stationary/SDL OpenGL
Application” “/Library/Application Support/Apple/Developer
Tools/Project Templates/Application/”

target templates

sudo mkdir -p “/Library/Application Support/Apple/Developer
Tools/Target Templates/SDL”

sudo /Developer/Tools/CpMac -r “Project
Stationary/Application.trgttmpl” “/Library/Application
Support/Apple/Developer Tools/Target Templates/SDL”


Casey O’Donnell
RPI STS Department - Graduate Student

http://homepage.mac.com/codonnell/
http://homepage.mac.com/codonnell/wxsync/
http://homepage.mac.com/codonnell/wxblogger/

I don’t know if anyone else has done this, but I searched my archives
and didn’t find it, so I figured I’d post it. The XCode script in CVS
that creates project stationary doesn’t work right now…I think I’ve
got it updated…

Can anyone confirm that it’s currently broken and that this fixes it?

Thanks!
-Sam Lantinga, Software Engineer, Blizzard Entertainment