Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Final release for macOS 4.0 |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
5fa494e0a108e01dddb875074c3b50fd |
User & Date: | kevin 2017-12-29 13:15:53 |
Context
2018-02-19
| ||
21:13 | Update for 4.1 check-in: c5726998aa user: kevin tags: trunk | |
2017-12-29
| ||
13:15 | Final release for macOS 4.0 check-in: 5fa494e0a1 user: kevin tags: trunk | |
03:42 | Final tweaks for Windows check-in: 91c323d64c user: kevin tags: trunk | |
Changes
Changes to Info-cbk.plist.
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | - + | <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>TextSweep</string> <key>CFBundleGetInfoString</key> |
︙ | |||
56 57 58 59 60 61 62 | 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 | - + - + | <key>CFBundleDisplayName</key> <string>TextSweep</string> <key>CFBundleIdentifier</key> <string>com.codebykevin.com.textsweep-cbk</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |
Changes to buildapp.
︙ | |||
158 159 160 161 162 163 164 | 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | - + | 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..." |
︙ |
Changes to textsweep-changes.tcl.
| 1 2 | - - + + |
|
Changes to textsweep-version.tcl.
| 1 | - + |
|