Changes to make testing in macOS easier.
Previously, testing in macOS required running `make install`, switching over to the Finder, then double clicking TuxPaint.app, which was a time consuming process. This change allows the tuxpaint binary to be run directly from the command line (./tuxpaint) without `make install`, which makes it easier to test any small code change. Now `make install` is only required to build the TuxPaint.app bundle for execution from the Finder. FYI, `make install` also builds TuxPaint.dmg for distribution. A small change is included in this commit to allow TuxPaint.dmg to be built without building TuxPaint.app (if, for example, you delete TuxPaint.dmg by accident and need to rebuild it.) This is done via `make TuxPaint.dmg`.
This commit is contained in:
parent
1db3d431f5
commit
4231370205
4 changed files with 34 additions and 5 deletions
|
|
@ -23,6 +23,6 @@
|
|||
<key>CFBundleSignature</key>
|
||||
<string>TXPT</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2018-06-26</string>
|
||||
<string>2018-06-27</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue