Unpacked project archives to get individual file history in subversion
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402564
This commit is contained in:
parent
98ce0f8871
commit
316a61731f
199 changed files with 90702 additions and 16 deletions
25
Xcode/stationary.csh
Executable file
25
Xcode/stationary.csh
Executable 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"
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue