Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'xcode/common.xcconfig')
-rw-r--r--xcode/common.xcconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index 55477ccce0..251b14d6f0 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -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