.50 build

This commit is contained in:
BADIM-PC\Vadim
2017-11-24 11:01:03 +03:00
parent 9abc3633b3
commit a694999c19
10 changed files with 14 additions and 13 deletions

View File

@@ -7,9 +7,9 @@
<key>CFBundleDisplayName</key>
<string>TIC-80</string>
<key>CFBundleExecutable</key>
<string>tic</string>
<string>tic80</string>
<key>CFBundleIconFile</key>
<string>tic.icns</string>
<string>tic80.icns</string>
<key>CFBundleIdentifier</key>
<string>com.nesbox.tic</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.47.0</string>
<string>0.50.0</string>
<key>CFBundleVersion</key>
<string>0.47.0</string>
<string>0.50.0</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
<key>NSHighResolutionCapable</key>

View File

@@ -1,4 +1,4 @@
APPNAME=tic
APPNAME=tic80
APPBUNDLE=$(APPNAME).app
APPBUNDLECONTENTS=$(APPBUNDLE)/Contents
APPBUNDLEEXE=$(APPBUNDLECONTENTS)/MacOS