Skip to content

Commit

Permalink
Update to Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pietbrauer committed Sep 21, 2016
1 parent 03d8707 commit 39e0d1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions JSDiff.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,11 @@
TargetAttributes = {
2380771E1CB94D9600415155 = {
CreatedOnToolsVersion = 7.3;
LastSwiftMigration = 0800;
};
238077271CB94D9700415155 = {
CreatedOnToolsVersion = 7.3;
LastSwiftMigration = 0800;
};
23A4A1531CB93D6500A3DEE3 = {
CreatedOnToolsVersion = 7.3;
Expand Down Expand Up @@ -415,6 +417,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
Expand All @@ -431,6 +434,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
SDKROOT = appletvos;
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
TARGETED_DEVICE_FAMILY = 3;
TVOS_DEPLOYMENT_TARGET = 9.0;
};
Expand All @@ -444,6 +448,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.JSDiffTests;
PRODUCT_NAME = JSDiffTests;
SDKROOT = appletvos;
SWIFT_VERSION = 2.3;
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Debug;
Expand All @@ -456,6 +461,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.nerdishbynature.JSDiffTests;
PRODUCT_NAME = JSDiffTests;
SDKROOT = appletvos;
SWIFT_VERSION = 2.3;
TVOS_DEPLOYMENT_TARGET = 9.2;
};
name = Release;
Expand Down

0 comments on commit 39e0d1c

Please sign in to comment.