QuickWho

Check-in [a1f7c70549]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Finalize build for Mac
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a1f7c70549b082c8c73ea24c562c7145c7c099a8
User & Date: kevin 2018-03-19 00:17:37
Context
2018-03-19
02:32
Update bits for Windows build check-in: c9fdf8509d user: kevin tags: trunk
00:17
Finalize build for Mac check-in: a1f7c70549 user: kevin tags: trunk
2018-03-18
12:04
Update for migration to new server check-in: 7348a0c4fa user: kevin tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to buildapp.

147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166

hdiutil create  -srcfolder dist -fs HFS+ -volname QuickWho QuickWho.dmg

codesign  --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2  QuickWho.dmg

echo "Uploading DMG..."

#upload QuickWho.dmg updates

#upload quickwho-changes.tcl

#upload quickwho-version.tcl


cd ../

#create archive of entire source tree
tar cvfz QuickWho-$1.tgz QuickWho

echo "Done."







|

|

|








147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166

hdiutil create  -srcfolder dist -fs HFS+ -volname QuickWho QuickWho.dmg

codesign  --signature-size 9400 -f -s "Developer ID Application: Kevin Walzer" --verbose=2  QuickWho.dmg

echo "Uploading DMG..."

upload QuickWho.dmg updates

upload quickwho-changes.tcl

upload quickwho-version.tcl


cd ../

#create archive of entire source tree
tar cvfz QuickWho-$1.tgz QuickWho

echo "Done."