Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tweak build |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
24bd7be4139f238853ceac2d7128addc |
User & Date: | kevin 2018-04-25 03:01:59 |
Context
2018-04-26
| ||
03:10 | Fix DMG corruption in software update package check-in: 79d360d6dd user: kevin tags: trunk | |
2018-04-25
| ||
03:01 | Tweak build check-in: 24bd7be413 user: kevin tags: trunk | |
03:01 | Refine listing of files to elimimnate binary non-text files check-in: 2e6360a121 user: kevin tags: trunk | |
Changes
Changes to buildapp.
︙ | ︙ | |||
158 159 160 161 162 163 164 | hdiutil create -srcfolder build -fs HFS+ -volname TextSweep TextSweep.dmg codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 TextSweep.dmg echo "Uploading DMG..." | | | | | 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 | hdiutil create -srcfolder build -fs HFS+ -volname TextSweep TextSweep.dmg codesign --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2 TextSweep.dmg echo "Uploading DMG..." upload TextSweep.dmg updates upload textsweep-changes.tcl upload textsweep-version.tcl cd ../ #create archive of entire source tree tar cvfz TextSweep-$1.tgz TextSweep echo "Done." |