mirror of
https://github.com/UrbanApps/Armchair.git
synced 2026-03-17 23:14:10 +01:00
Fixed issue with Carthage building project using the wrong toolchain
This commit is contained in:
committed by
Mohammad Asgharneya
parent
2389058301
commit
14c89be4b9
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user