Increment Mac version number, update project for latest Xcode

This commit is contained in:
kreatordxx 2008-12-27 09:19:19 +00:00
parent 3420d76931
commit 30f05a912f
6 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,9 @@
D2X-Rebirth Changelog
20081227
--------
arch/carbon/conf.h, d2x-Info.plist, d2x-rebirth.xcodeproj/project.pbxproj, d2xgl-Info.plist, English.lproj/InfoPlist.strings: Increment Mac version number, update project for latest Xcode
20081226
--------
main/netdrv_udp.c: Fixed segfault via buffer overflow when attempting to start or join a UDP/IP netgame.

Binary file not shown.

View file

@ -12,7 +12,7 @@
#define D2XMINOR "5"
/* d2x micro version */
#define D2XMICRO "4"
#define D2XMICRO "5"
/* Define if you want to build the editor */
/* #undef EDITOR */

View file

@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>DCT2</string>
<key>CFBundleVersion</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CSResourcesFileMapped</key>
<false/>
<key>LSPrefersCarbon</key>

View file

@ -2210,9 +2210,9 @@
MACOSX_DEPLOYMENT_TARGET = 10.1;
MACOSX_DEPLOYMENT_TARGET_i386 = 10.4;
MACOSX_DEPLOYMENT_TARGET_ppc = 10.2;
SDKROOT = /Developer/SDKs/MacOSX10.2.8.sdk;
SDKROOT = /Developer/SDKs/MacOSX10.3.9.sdk;
SDKROOT_i386 = /Developer/SDKs/MacOSX10.4u.sdk;
SDKROOT_ppc = /Developer/SDKs/MacOSX10.2.8.sdk;
SDKROOT_ppc = /Developer/SDKs/MacOSX10.3.9.sdk;
};
name = Deployment;
};

View file

@ -15,7 +15,7 @@
<key>CFBundleSignature</key>
<string>DCT2</string>
<key>CFBundleVersion</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CSResourcesFileMapped</key>
<false/>
<key>LSPrefersCarbon</key>