Skip to content

Commit

Permalink
Updated build settings for 1.4.0 and OSX 10.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
alinebee committed Feb 16, 2016
1 parent f70717a commit 62c65ec
Showing 1 changed file with 14 additions and 65 deletions.
79 changes: 14 additions & 65 deletions Boxer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3386,72 +3386,20 @@
/* End PBXVariantGroup section */

/* Begin XCBuildConfiguration section */
9F83F93A145DFCA000860733 /* Legacy Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = (
i386,
x86_64,
ppc,
);
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.3.3;
CURRENT_PROJECT_VERSION = "20160216-1.3.3";
GCC_PREPROCESSOR_DEFINITIONS = USE_PRIVATE_APIS;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx10.6;
VALID_ARCHS = "i386 x86_64 ppc";
};
name = "Legacy Release";
};
9F83F93B145DFCA000860733 /* Legacy Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = (
i386,
ppc,
);
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Frameworks\"",
);
GCC_MODEL_TUNING = G5;
GCC_VERSION = com.apple.compilers.llvmgcc42;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_CHECK_SWITCH_STATEMENTS = NO;
GCC_WARN_SHADOW = YES;
GCC_WARN_SIGN_COMPARE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_LABEL = YES;
GCC_WARN_UNUSED_VALUE = NO;
GCC_WARN_UNUSED_VARIABLE = YES;
INFOPLIST_FILE = Info.plist;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"\"$(SRCROOT)/Other Sources/JoypadCocoaSDK\"",
);
"OTHER_CFLAGS[arch=i386]" = "-mstackrealign";
PRODUCT_NAME = Boxer;
VALID_ARCHS = "i386 ppc";
};
name = "Legacy Release";
};
9FE76B331139A11A005EF7B1 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.3.3;
CURRENT_PROJECT_VERSION = "20160216-1.3.3";
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.4.0;
CURRENT_PROJECT_VERSION = "20160216-1.4.0";
GCC_PREPROCESSOR_DEFINITIONS = USE_PRIVATE_APIS;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
MACOSX_DEPLOYMENT_TARGET = 10.6;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx10.6;
SDKROOT = macosx;
VALID_ARCHS = i386;
};
name = Debug;
};
Expand Down Expand Up @@ -3482,6 +3430,7 @@
"$(inherited)",
"\"$(SRCROOT)/Other Sources/JoypadCocoaSDK\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = Boxer;
VALID_ARCHS = i386;
Expand Down Expand Up @@ -3511,6 +3460,7 @@
"$(inherited)",
"\"$(SRCROOT)/Other Sources/JoypadCocoaSDK\"",
);
MACOSX_DEPLOYMENT_TARGET = 10.6;
OTHER_CFLAGS = "-mstackrealign";
PRODUCT_NAME = Boxer;
VALID_ARCHS = i386;
Expand All @@ -3521,14 +3471,15 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.3.3;
CURRENT_PROJECT_VERSION = "20160216-1.3.3";
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CURRENT_PROJECT_SHORT_VERSION_STRING = 1.4.0;
CURRENT_PROJECT_VERSION = "20160216-1.4.0";
GCC_PREPROCESSOR_DEFINITIONS = USE_PRIVATE_APIS;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
MACOSX_DEPLOYMENT_TARGET = 10.5;
SDKROOT = macosx10.6;
MACOSX_DEPLOYMENT_TARGET = 10.6;
SDKROOT = macosx;
VALID_ARCHS = i386;
};
name = Release;
};
Expand All @@ -3540,7 +3491,6 @@
buildConfigurations = (
9FE76B341139A11A005EF7B1 /* Debug */,
C01FCF4C08A954540054247B /* Release */,
9F83F93B145DFCA000860733 /* Legacy Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
Expand All @@ -3550,7 +3500,6 @@
buildConfigurations = (
9FE76B331139A11A005EF7B1 /* Debug */,
C01FCF5008A954540054247B /* Release */,
9F83F93A145DFCA000860733 /* Legacy Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Debug;
Expand Down

0 comments on commit 62c65ec

Please sign in to comment.