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

View File

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

View File

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