Skip to content

Commit d3ffc3e

Browse files
committed
Support Swift 2.3 and Xcode 8
1 parent 4a41663 commit d3ffc3e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ReactiveTask.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,9 +274,11 @@
274274
TargetAttributes = {
275275
D0BFEA571A2D1E5E00E23194 = {
276276
CreatedOnToolsVersion = 6.1.1;
277+
LastSwiftMigration = 0800;
277278
};
278279
D0BFEA621A2D1E5E00E23194 = {
279280
CreatedOnToolsVersion = 6.1.1;
281+
LastSwiftMigration = 0800;
280282
};
281283
};
282284
};
@@ -354,6 +356,7 @@
354356
MACOSX_DEPLOYMENT_TARGET = 10.9;
355357
ONLY_ACTIVE_ARCH = YES;
356358
SDKROOT = macosx;
359+
SWIFT_VERSION = 2.3;
357360
VERSIONING_SYSTEM = "apple-generic";
358361
VERSION_INFO_PREFIX = "";
359362
};
@@ -367,6 +370,7 @@
367370
GCC_NO_COMMON_BLOCKS = YES;
368371
MACOSX_DEPLOYMENT_TARGET = 10.9;
369372
SDKROOT = macosx;
373+
SWIFT_VERSION = 2.3;
370374
VERSIONING_SYSTEM = "apple-generic";
371375
VERSION_INFO_PREFIX = "";
372376
};
@@ -434,6 +438,7 @@
434438
GCC_NO_COMMON_BLOCKS = YES;
435439
MACOSX_DEPLOYMENT_TARGET = 10.9;
436440
SDKROOT = macosx;
441+
SWIFT_VERSION = 2.3;
437442
VERSIONING_SYSTEM = "apple-generic";
438443
VERSION_INFO_PREFIX = "";
439444
};
@@ -474,6 +479,7 @@
474479
GCC_NO_COMMON_BLOCKS = YES;
475480
MACOSX_DEPLOYMENT_TARGET = 10.9;
476481
SDKROOT = macosx;
482+
SWIFT_VERSION = 2.3;
477483
VERSIONING_SYSTEM = "apple-generic";
478484
VERSION_INFO_PREFIX = "";
479485
};

0 commit comments

Comments
 (0)