File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 112112 name = Products;
113113 sourceTree = BUILT_PRODUCTS_DIR;
114114 };
115- OBJ_5 /* */ = {
115+ OBJ_5 = {
116116 isa = PBXGroup;
117117 children = (
118118 OBJ_6 /* Package.swift */,
119119 OBJ_7 /* Sources */,
120120 OBJ_13 /* Tests */,
121121 OBJ_19 /* Products */,
122122 );
123- name = "";
124123 sourceTree = "<group>";
125124 };
126125 OBJ_7 /* Sources */ = {
208207 knownRegions = (
209208 en,
210209 );
211- mainGroup = OBJ_5 /* */ ;
210+ mainGroup = OBJ_5;
212211 productRefGroup = OBJ_19 /* Products */;
213212 projectDirPath = "";
214213 projectRoot = "";
324323 DYLIB_INSTALL_NAME_BASE = "@rpath";
325324 ENABLE_NS_ASSERTIONS = YES;
326325 GCC_OPTIMIZATION_LEVEL = 0;
326+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
327327 MACOSX_DEPLOYMENT_TARGET = 10.10;
328328 ONLY_ACTIVE_ARCH = YES;
329329 OTHER_SWIFT_FLAGS = "-DXcode";
363363 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
364364 DYLIB_INSTALL_NAME_BASE = "@rpath";
365365 GCC_OPTIMIZATION_LEVEL = s;
366+ IPHONEOS_DEPLOYMENT_TARGET = 8.0;
366367 MACOSX_DEPLOYMENT_TARGET = 10.10;
367368 OTHER_SWIFT_FLAGS = "-DXcode";
368369 PRODUCT_NAME = "$(TARGET_NAME)";
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ $ brew install carthage
4747To integrate Swift-Concurrency into your Xcode project using Carthage, specify it in your ` Cartfile ` :
4848
4949``` ogdl
50- github "https://github.com/uber/swift-concurrency.git" ~> 0.2 .0
50+ github "https://github.com/uber/swift-concurrency.git" ~> 0.4 .0
5151```
5252
5353Run ` carthage update ` to build the framework and add the built ` Concurrency.framework ` into your Xcode project, by following the [ instructions] ( https://github.com/Carthage/Carthage#adding-frameworks-to-an-application )
You can’t perform that action at this time.
0 commit comments