Index: buildapp ================================================================== --- buildapp +++ buildapp @@ -33,10 +33,11 @@ find dist/QuickWho.app -type f -name "*.dylib" -exec codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" {} \; codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" dist/QuickWho.app/Contents/Frameworks/Tk.framework/Versions/8.6/Resources/Wish.app/Contents/MacOS/Wish codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" dist/QuickWho.app/Contents/Frameworks/Tk.framework/Versions/Current codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" dist/QuickWho.app/Contents/Frameworks/Tcl.framework/Versions/Current +codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" dist/QuickWho.app/Contents/Frameworks/Python.framework/Versions/Current codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" dist/QuickWho.app/Contents/MacOS/python codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 dist/QuickWho.app @@ -101,18 +102,18 @@ cp -f QuickWho.tgz /Users/kevin/share/kevin/Sites/codebykevin/updates/QuickWho.tgz cp -f quickwho.xml /Users/kevin/share/kevin/Sites/codebykevin/quickwho.xml echo "Copying zip to Amazon S3..." -aws s3 cp dist/QuickWho.zip s3://codebykevin/FileMorph.zip --acl public-read +aws s3 cp dist/QuickWho.zip s3://codebykevin/QuickWho.zip --acl public-read cd ../ #create archive of entire source tree -tar cvfz FileMorph-$1.tgz FileMorph +tar cvfz QuickWho-$1.tgz QuickWho fi echo "Done."