[iOS] fix build architectures

This commit is contained in:
Aleksey Belouosv 2019-03-15 15:59:46 +03:00 committed by Zoia
parent 0c7b71fa98
commit 997e7af4e1

View file

@ -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