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:
authorAleksey Belouosv <aleksey@maps.me>2019-03-15 15:59:46 +0300
committerZoia <niakris90@gmail.com>2019-03-18 18:34:33 +0300
commit997e7af4e13b60305a9688cc5709019873757e0a (patch)
treed7f8ab225ceb66b31492bd9c03ed84f0d894e8ce /xcode
parent0c7b71fa9875c86421b30fcdcdb6b568f3aeac16 (diff)
[iOS] fix build architectures
Diffstat (limited to 'xcode')
-rw-r--r--xcode/common.xcconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig
index 5416e7bb8e..62374d2929 100644
--- a/xcode/common.xcconfig
+++ b/xcode/common.xcconfig
@@ -73,6 +73,6 @@ ONLY_ACTIVE_ARCH = YES
PRODUCT_NAME = $(TARGET_NAME)
SKIP_INSTALL = YES
SWIFT_VERSION = 4.0
-VALID_ARCHS = armv7s arm64
+ARCHS = armv7s arm64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64
VALID_ARCHS[sdk=macosx*] = x86_64