-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from mdiep/xcode8-swift2.3
Support Xcode 8/Swift 2.3
- Loading branch information
Showing
18 changed files
with
90 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 4.2.1 | ||
github "thoughtbot/Argo" ~> 3.0 | ||
github "thoughtbot/Curry" ~> 2.1 | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 4.2.2 | ||
github "thoughtbot/Argo" ~> 3.0.3 | ||
github "thoughtbot/Curry" ~> 2.3.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "AliSoftware/OHHTTPStubs" ~> 5.0 | ||
github "AliSoftware/OHHTTPStubs" "4995ecd" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
github "thoughtbot/Argo" "v3.0.1" | ||
github "thoughtbot/Curry" "v2.2.0" | ||
github "AliSoftware/OHHTTPStubs" "5.0.0" | ||
github "antitypical/Result" "2.1.1" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.2.1" | ||
github "thoughtbot/Argo" "v3.0.3" | ||
github "thoughtbot/Curry" "v2.3.3" | ||
github "AliSoftware/OHHTTPStubs" "4995ecd762abdd81227d14faf65fde003fbbe789" | ||
github "antitypical/Result" "2.1.3" | ||
github "ReactiveCocoa/ReactiveCocoa" "v4.2.2" |
Submodule Argo
updated
14 files
Submodule Curry
updated
9 files
Submodule OHHTTPStubs
updated
136 files
Submodule ReactiveCocoa
updated
38 files
Submodule Result
updated
5 files
+10 −1 | .travis.yml | |
+2 −1 | Result.podspec | |
+14 −16 | Result.xcodeproj/project.pbxproj | |
+1 −1 | Result/Info.plist | |
+1 −1 | Tests/Result/Info.plist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tentacle.xcodeproj/xcshareddata/xcschemes/Tentacle-OSX.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tentacle.xcodeproj/xcshareddata/xcschemes/Tentacle-iOS.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
Tentacle.xcodeproj/xcshareddata/xcschemes/update-test-fixtures.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters