QuickWho

Check-in [9a1b47f93c]
Login

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

Overview
Comment:Reinstate services from view field
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9a1b47f93cda868a0d6c13d2dfd194a6d51e8300
User & Date: kevin 2018-04-04 02:21:30
Context
2018-04-24
02:38
Fix typos in license check-in: 41a3123a7e user: kevin tags: trunk
2018-04-04
02:21
Reinstate services from view field check-in: 9a1b47f93c user: kevin tags: trunk
2018-03-21
03:22
Tweak for software update on win32 check-in: 553c1fc7d5 user: kevin tags: trunk
Changes
Hide Diffs Side-by-Side 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
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.dmg updates

upload quickwho-changes.tcl
#upload quickwho-changes.tcl

upload quickwho-version.tcl
#upload quickwho-version.tcl


cd ../

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

echo "Done."

Added maclibs/tclservices1.0/libtclservices1.0.dylib.

cannot compute difference between binary files

Added maclibs/tclservices1.0/pkgIndex.tcl.







1
2
3
4
5
6
+
+
+
+
+
+
#
# Tcl package index file
#
package ifneeded tclservices 1.0 "
    package require Tk 8.5-
     [list load [file join $dir libtclservices1.0.dylib] tclservices]"