From 7fec47f57bb4aa1dc363737f4758120327a89f5b Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 10 May 2017 15:58:54 +0300 Subject: [PATCH] Redundant compilation flag removed --- LeadKitAdditions/LeadKitAdditions.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LeadKitAdditions/LeadKitAdditions.xcodeproj/project.pbxproj b/LeadKitAdditions/LeadKitAdditions.xcodeproj/project.pbxproj index 02ddf72..a371be2 100644 --- a/LeadKitAdditions/LeadKitAdditions.xcodeproj/project.pbxproj +++ b/LeadKitAdditions/LeadKitAdditions.xcodeproj/project.pbxproj @@ -705,7 +705,7 @@ PRODUCT_NAME = LeadKitAdditions; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "DEBUG LEADKIT_EXTENSION_TARGET"; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_VERSION = 3.0; }; name = Debug; @@ -729,7 +729,7 @@ PRODUCT_NAME = LeadKitAdditions; PROVISIONING_PROFILE_SPECIFIER = ""; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = LEADKIT_EXTENSION_TARGET; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = ""; SWIFT_VERSION = 3.0; }; name = Release;