From ffecd1d9c17f682d374cc0cc39a409e0edbe5588 Mon Sep 17 00:00:00 2001 From: Vlad Mihaylenko Date: Mon, 19 Dec 2016 12:44:50 +0300 Subject: [PATCH] Revert "[swift] [ios] Update project settings to speed up swift compilation." --- xcode/common.xcconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/xcode/common.xcconfig b/xcode/common.xcconfig index e768d2fb8c..0907d7926f 100644 --- a/xcode/common.xcconfig +++ b/xcode/common.xcconfig @@ -61,4 +61,3 @@ GCC_PRECOMPILE_PREFIX_HEADER = YES ONLY_ACTIVE_ARCH = YES VALID_ARCHS = i386 x86_64 armv7 armv7s arm64 PRODUCT_NAME = $(TARGET_NAME) -USE_HEADERMAP = NO