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-18 13:39:04 +0300
committerZoia <niakris90@gmail.com>2019-03-18 18:34:33 +0300
commit781a24ea68adeb75958455a1907e8fabfe14933e (patch)
tree7b1be8d9c18d62bbbb12cd03715403cfc6bb32cc /xcode
parent997e7af4e13b60305a9688cc5709019873757e0a (diff)
[iOS] retrun armv7 support
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 62374d2929..8cc82a3027 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
-ARCHS = armv7s arm64
+VALID_ARCHS = armv7 armv7s arm64
VALID_ARCHS[sdk=iphonesimulator*] = x86_64
VALID_ARCHS[sdk=macosx*] = x86_64