.50 version

This commit is contained in:
BADIM-PC\Vadim
2017-11-24 14:26:48 +03:00
parent 92214f13b3
commit f7de8f0d61
80 changed files with 13829 additions and 912 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,10 +19,12 @@
<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>
<true/>
</dict>
</plist>

View File

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

BIN
build/macosx/tic80Icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB