Skip to content

Commit

Permalink
Merge branch 'tic_0.47.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed Oct 20, 2017
2 parents cd101d4 + cb05dfb commit 5d50811
Show file tree
Hide file tree
Showing 35 changed files with 662 additions and 587 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*.ipch
*.opendb
*.suo
sexit
.vscode/
build/uwp/tic/Debug/
build/uwp/tic/Release/
build/uwp/tic/x64/
Expand Down
2 changes: 1 addition & 1 deletion bin/assets/config.tic.dat

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/assets/tic.js.dat

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nesbox.tic"
android:versionCode="4600"
android:versionName="0.46.0"
android:versionCode="4700"
android:versionName="0.47.0"
android:installLocation="auto">

<!-- Android 2.3.3 -->
Expand Down
11 changes: 0 additions & 11 deletions build/android/default.properties

This file was deleted.

4 changes: 2 additions & 2 deletions build/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.46.0</string>
<string>0.47.0</string>
<key>CFBundleVersion</key>
<string>0.46.0</string>
<string>0.47.0</string>
<key>NSHumanReadableCopyright</key>
<string>http://tic.computer © 2017</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion build/uwp/tic/Package.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" IgnorableNamespaces="uap mp">
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.46.0.0" />
<Identity Name="50446Nesbox.TICcomputer" Publisher="CN=1040DC4A-04A1-4B33-9107-C1A9D74775D4" Version="0.47.0.0" />
<mp:PhoneIdentity PhoneProductId="93515db0-8ee3-478b-933a-5776b58247b2" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>TIC-80</DisplayName>
Expand Down
2 changes: 1 addition & 1 deletion build/uwp/tic/tic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<PackageCertificateKeyFile>tic_StoreKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>FAF3D8EF7331C1BFD85A8A5CE536BBA943CFEF65</PackageCertificateThumbprint>
<PackageCertificateThumbprint>D14111A1389AE6F9821F879C5D6D066D87718B43</PackageCertificateThumbprint>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
<AppxBundlePlatforms>x86|x64|arm</AppxBundlePlatforms>
Expand Down
Binary file modified build/windows/tic80/tic80.aps
Binary file not shown.
Binary file modified build/windows/tic80/tic80.rc
Binary file not shown.
Binary file modified config.tic
Binary file not shown.
Binary file modified lib/windows/tic.rc
Binary file not shown.
Loading

0 comments on commit 5d50811

Please sign in to comment.