Fixed issue with Carthage building project using the wrong toolchain

This commit is contained in:
Mohammad Asgharneya
2017-03-16 14:59:04 -04:00
committed by Mohammad Asgharneya
parent 2389058301
commit 14c89be4b9

View File

@@ -725,7 +725,6 @@
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 3.0;
};
name = Debug;
};
@@ -747,7 +746,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OBJC_BRIDGING_HEADER = "";
SWIFT_VERSION = 2.3;
SWIFT_VERSION = 3.0;
};
name = Release;
};