Getting ready for a new Xcode project from Eric Wing
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403892
This commit is contained in:
parent
8c7dddc113
commit
4fc2b759c2
146 changed files with 0 additions and 29526 deletions
|
@ -1,20 +0,0 @@
|
|||
#!/bin/csh
|
||||
|
||||
###
|
||||
## This script creates "Xcode.tar.gz" in the parent directory
|
||||
###
|
||||
|
||||
# remove build products
|
||||
rm -rf SDL/build
|
||||
rm -rf SDLTest/build
|
||||
|
||||
# remove Finder info files
|
||||
find . -name ".DS_Store" -exec rm "{}" ";"
|
||||
|
||||
# remove user project prefs
|
||||
find . -name "*.pbxuser" -exec rm "{}" ";"
|
||||
find . -name "*.mode1" -exec rm "{}" ";"
|
||||
find . -name "*.perspective" -exec rm "{}" ";"
|
||||
|
||||
# create the archive
|
||||
(cd .. && gnutar -zcvf Xcode.tar.gz Xcode)
|
Loading…
Add table
Add a link
Reference in a new issue