Index: buildapp ================================================================== --- buildapp +++ buildapp @@ -104,21 +104,14 @@ cp -R -f Wish.app TextSweep.app rm -rf TextSweep.app/Contents/Frameworks mv TextSweep.app/Contents/MacOS/Wish TextSweep.app/Contents/MacOS/TextSweep -#change linking of main binary to point to system frameworks -echo "Changing linked frameworks..." -install_name_tool -change @executable_path/../Frameworks/Tk.framework/Versions/8.5/Tk /System/Library/Frameworks/Tk.framework/Versions/8.5/Tk TextSweep.app/Contents/MacOS/TextSweep -install_name_tool -change @executable_path/../Frameworks/Tcl.framework/Versions/8.5/Tcl /System/Library/Frameworks/Tcl.framework/Versions/8.5/Tcl TextSweep.app/Contents/MacOS/TextSweep - #copy additional files, resources to app bundle cp -f textsweep.icns TextSweep.app/Contents/Resources/textsweep.icns mkdir TextSweep.app/Contents/lib - - cp -R -f Scripts TextSweep.app/Contents/Resources/Scripts #copy the supporting libraries for lib in scriptlibs/* @@ -142,11 +135,11 @@ find build/TextSweep.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" build/TextSweep.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" build/TextSweep.app/Contents/Frameworks/Tk.framework/Versions/Current codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" build/TextSweep.app/Contents/Frameworks/Tcl.framework/Versions/Current -codesign --verbose --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" build/TextSweep.app/Contents/MacOS/python +codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 build/TextSweep.app #create tarball for update from website echo "Compressing application..." Index: textsweep.xml ================================================================== --- textsweep.xml +++ textsweep.xml @@ -6,11 +6,11 @@ en TextSweep 3.0.0 10.11 - Sun, 04 Sep 2016 22:07:59 -0400 + Sun, 04 Sep 2016 22:11:53 -0400 Code by Kevin http://www.codebykevin.com/textsweep.html