macOS clean up and documentation update. Describe how to build macOS 10.13 High Sierra binary without the mouse cursor bug. Instruct git to ignore mac-specific build files, Makefile to clean up mac-specific build files.

This commit is contained in:
Mark K. Kim 2018-05-21 17:02:28 -04:00
parent 9144ebd705
commit 2aa7f4d2ae
4 changed files with 19 additions and 9 deletions

View file

@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>tuxpaint</string>
<key>CFBundleGetInfoString</key>
<string>0.9.23, Copyright 2009-2017, Tux Paint Development Team</string>
<string>0.9.23, Copyright 2009-2018, Tux Paint Development Team</string>
<key>CFBundleIconFile</key>
<string>tuxpaint.icns</string>
<key>CFBundleIdentifier</key>
@ -23,6 +23,6 @@
<key>CFBundleSignature</key>
<string>TXPT</string>
<key>CFBundleVersion</key>
<string>2017-12-24</string>
<string>2018-05-21</string>
</dict>
</plist>