32bit target is no more supported in Mojave

Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
Sergey Isakov 2019-09-09 07:34:41 +03:00
parent 62f7ae6ead
commit e38ac68c9f
3 changed files with 9 additions and 2 deletions

View File

@ -117,6 +117,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 126151231A151CCF00903E7B;
@ -230,6 +231,7 @@
126151341A151CCF00903E7B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
DEAD_CODE_STRIPPING = YES;
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
GCC_USE_STANDARD_INCLUDE_SEARCHING = YES;
@ -243,6 +245,7 @@
126151351A151CCF00903E7B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD)";
DEAD_CODE_STRIPPING = YES;
DEBUG_INFORMATION_FORMAT = dwarf;
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;

View File

@ -113,6 +113,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 12F2E53E1A30F7E70058A333;
@ -215,6 +216,7 @@
12F2E54F1A30F7E70058A333 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = "";
};
@ -223,6 +225,7 @@
12F2E5501A30F7E70058A333 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(NATIVE_ARCH_ACTUAL)";
GCC_OPTIMIZATION_LEVEL = s;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = "";

View File

@ -117,6 +117,7 @@
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
English,
en,
);
mainGroup = 12F2E53E1A30F7E70058A333;
@ -220,7 +221,7 @@
A3A609211A50539800A95E01 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_DYNAMIC_NO_PIC = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
@ -234,7 +235,7 @@
A3A609221A50539800A95E01 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
ARCHS = "$(ARCHS_STANDARD)";
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
"PROGNAME=$(TARGET_NAME)",