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
path: root/xcode
diff options
context:
space:
mode:
authorIlya Grechuhin <i.grechuhin@gmail.com>2017-09-21 14:11:42 +0300
committerVladimir Byko-Ianko <bykoianko@gmail.com>2017-09-27 19:04:41 +0300
commita0f0b12426e13101da5557ec7f11c1b95649eb6b (patch)
treef3f15be63c44939ef05364276f5cde64a8a2cada /xcode
parent9a70b67794a7c2d17476f80b4aa1d622a0906ea0 (diff)
[xcode-9] [ios] Updated supported architectures.
Diffstat (limited to 'xcode')
-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