Skip to content

Commit

Permalink
Update to support Swift 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Baggley committed Sep 30, 2016
1 parent c2fc599 commit 2322514
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
github "ReactiveCocoa/ReactiveCocoa" ~> 4.0
github "Quick/Nimble" ~> 4.0
github "ReactiveCocoa/ReactiveCocoa" ~> 4.2.2
1 change: 0 additions & 1 deletion Cartfile.private

This file was deleted.

6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
github "Quick/Nimble" "v4.0.1"
github "antitypical/Result" "2.0.0"
github "ReactiveCocoa/ReactiveCocoa" "v4.1.0"
github "Quick/Nimble" "v4.1.0"
github "antitypical/Result" "2.1.3"
github "ReactiveCocoa/ReactiveCocoa" "v4.2.2"
12 changes: 12 additions & 0 deletions TheDistanceComponents.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,19 @@
TargetAttributes = {
A5501ACD1CF361F100022D04 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
A5501AD61CF361F100022D04 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
A5501AE91CF361FD00022D04 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
A5501AF21CF361FD00022D04 = {
CreatedOnToolsVersion = 7.3.1;
LastSwiftMigration = 0800;
};
};
};
Expand Down Expand Up @@ -639,6 +643,7 @@
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCAppDependencies;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -660,6 +665,7 @@
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCAppDependencies;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -670,6 +676,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCAppDependenciesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -680,6 +687,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCAppDependenciesTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -703,6 +711,7 @@
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -725,6 +734,7 @@
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCContentLoading;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand All @@ -739,6 +749,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCContentLoadingTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Debug;
};
Expand All @@ -753,6 +764,7 @@
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = uk.co.thedistance.TDCContentLoadingTests;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 2.3;
};
name = Release;
};
Expand Down

0 comments on commit 2322514

Please sign in to comment.