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
20
Xcode/mkxcode.csh
Executable file
20
Xcode/mkxcode.csh
Executable file
|
@ -0,0 +1,20 @@
|
|||
#!/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