comparison mac/finishup.sh @ 879:6382fd88b49a

Removed old carbon resource file and line from the Mac shell script.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 06 Apr 2011 08:30:28 +0000
parents 06be879f5137
children 1a196ada0bc9
comparison
equal deleted inserted replaced
878:4f1228efbdca 879:6382fd88b49a
7 mkdir -p dwtest.app/Contents/Resources 7 mkdir -p dwtest.app/Contents/Resources
8 8
9 cp -f $1/mac/Info.plist dwtest.app/Contents 9 cp -f $1/mac/Info.plist dwtest.app/Contents
10 cp -f $1/mac/PkgInfo dwtest.app/Contents 10 cp -f $1/mac/PkgInfo dwtest.app/Contents
11 cp -f dwtest dwtest.app/Contents/MacOS 11 cp -f dwtest dwtest.app/Contents/MacOS
12 /Developer/Tools/Rez -o dwtest.app/Contents/Resources/dwtest.rsrc -d "SystemSevenOrLater=1" -useDF $1/mac/dwtest.r
13 fi 12 fi