Skip to content

Commit 5cc8829

Browse files
authored
Merge pull request #8 from sbarow/master
Add IPHONEOS_DEPLOYMENT_TARGET & Update README.md
2 parents 643360a + 1f08214 commit 5cc8829

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Concurrency.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,14 @@
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 */ = {
@@ -208,7 +207,7 @@
208207
knownRegions = (
209208
en,
210209
);
211-
mainGroup = OBJ_5 /* */;
210+
mainGroup = OBJ_5;
212211
productRefGroup = OBJ_19 /* Products */;
213212
projectDirPath = "";
214213
projectRoot = "";
@@ -324,6 +323,7 @@
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";
@@ -363,6 +363,7 @@
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)";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ brew install carthage
4747
To 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

5353
Run `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)

0 commit comments

Comments
 (0)