[xcode-9] [ios] Updated supported architectures.

This commit is contained in:
Ilya Grechuhin 2017-09-21 14:11:42 +03:00 committed by Vladimir Byko-Ianko
parent 9a70b67794
commit a0f0b12426
2 changed files with 2 additions and 10 deletions

View file

@ -6694,7 +6694,6 @@
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "xc dbg";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Debug;
};
@ -6721,7 +6720,6 @@
);
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_NAME = "xc rel";
VALID_ARCHS = "arm64 armv7 armv7s i386 x86_64";
};
name = Release;
};
@ -7101,7 +7099,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "i386 x86_64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Simulator;
@ -7207,7 +7204,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = On;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
@ -7297,7 +7293,6 @@
"$(inherited)",
"$(PROJECT_DIR)/3party/Flurry",
);
ONLY_ACTIVE_ARCH = NO;
OTHER_CFLAGS = (
"$(inherited)",
"-Wall",
@ -7316,7 +7311,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = AdHoc;
@ -7425,7 +7419,6 @@
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = "Production Full";
@ -7534,7 +7527,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "armv7 armv7s arm64";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
@ -7644,7 +7636,6 @@
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
SWIFT_VERSION = 4.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALID_ARCHS = "i386 x86_64";
VERSIONING_SYSTEM = "apple-generic";
};
name = "Simulator Release";

View file

@ -60,4 +60,5 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES
ONLY_ACTIVE_ARCH = YES
OTHER_SWIFT_FLAGS = -Xfrontend -warn-long-function-bodies=400
PRODUCT_NAME = $(TARGET_NAME)
VALID_ARCHS = i386 x86_64 armv7 armv7s arm64
VALID_ARCHS = arm64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64