Xcode: Automatically suggested changes.

git-svn-id: https://svn.eduke32.com/eduke32@5559 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-01-12 10:31:24 +00:00
parent 2beee7056c
commit 334d5c1ef6
5 changed files with 31 additions and 4 deletions

View file

@ -1765,7 +1765,7 @@
0008E64119F1A5AA0091588D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
LastUpgradeCheck = 0720;
ORGANIZATIONNAME = Voidpoint;
};
buildConfigurationList = 0008E64419F1A5AA0091588D /* Build configuration list for PBXProject "EDuke32" */;
@ -2171,6 +2171,7 @@
0008E64519F1A5AA0091588D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ENABLE_TESTABILITY = YES;
GCC_OPTIMIZATION_LEVEL = 0;
ONLY_ACTIVE_ARCH = YES;
};
@ -2262,6 +2263,7 @@
"-DUSING_LTO",
"-DNOASM",
);
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.eduke32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
@ -2346,6 +2348,7 @@
"-DUSING_LTO",
"-DNOASM",
);
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.eduke32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
@ -2436,6 +2439,7 @@
"-DUSING_LTO",
"-DNOASM",
);
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.mapster32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
@ -2520,6 +2524,7 @@
"-DUSING_LTO",
"-DNOASM",
);
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.mapster32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = macosx;
SUPPORTED_PLATFORMS = macosx;
@ -3346,6 +3351,7 @@
);
OTHER_LDFLAGS = "";
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.eduke32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SEPARATE_STRIP = NO;
@ -3430,6 +3436,7 @@
);
OTHER_LDFLAGS = "";
PRESERVE_DEAD_CODE_INITS_AND_TERMS = YES;
PRODUCT_BUNDLE_IDENTIFIER = com.voidpoint.eduke32;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
SEPARATE_STRIP = NO;

View file

@ -13,7 +13,7 @@
<key>CFBundleIconFile</key>
<string>eduke32.icns</string>
<key>CFBundleIdentifier</key>
<string>com.voidpoint.eduke32</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View file

@ -13,7 +13,7 @@
<key>CFBundleIconFile</key>
<string>mapster32.icns</string>
<key>CFBundleIdentifier</key>
<string>com.voidpoint.mapster32</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View file

@ -5,16 +5,31 @@
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "29x29",
@ -44,6 +59,11 @@
"idiom" : "ipad",
"size" : "76x76",
"scale" : "2x"
},
{
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
}
],
"info" : {

View file

@ -13,7 +13,7 @@
<key>CFBundleIcons~ipad</key>
<dict/>
<key>CFBundleIdentifier</key>
<string>com.voidpoint.eduke32</string>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>