-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to use Swift 4.2 and Xcode 10.2 (#42)
* Update to use Swift 4.2 and Xcode 10.2 * Updated Podspec and Podfile Locked all the dependencies to use Swift 4.2. * Update the Swift version in the different targets * Updated the actual example * Unsure why these weren't set. * There's hope. * Updated SPM file * Let's try something else * Trying a different approach * Revert "Trying a different approach" This reverts commit 1c16e1c. * This should fix this issue from carthage SwipeCellKit/SwipeCellKit#297
- Loading branch information
1 parent
b74d3a7
commit 2b3ae69
Showing
14 changed files
with
76 additions
and
67 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 +1 @@ | ||
4.0 | ||
4.2 |
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 "ReactiveCocoa/ReactiveSwift" ~> 4.0 | ||
github "ReactiveCocoa/ReactiveSwift" ~> 5.0 |
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,6 +1,6 @@ | ||
# Example app. | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 8.0 | ||
github "onevcat/Kingfisher" ~> 4.0 | ||
github "ReactiveCocoa/ReactiveCocoa" ~> 9.0.0 | ||
github "onevcat/Kingfisher" ~> 5.2 | ||
|
||
# Tests | ||
github "Quick/Nimble" ~> 7.0 | ||
github "Quick/Nimble" ~> 8.0 |
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 "Quick/Nimble" "v7.3.1" | ||
github "ReactiveCocoa/ReactiveCocoa" "8.0.2" | ||
github "ReactiveCocoa/ReactiveSwift" "4.0.0" | ||
github "antitypical/Result" "4.0.0" | ||
github "onevcat/Kingfisher" "4.10.0" | ||
github "Quick/Nimble" "v8.0.1" | ||
github "ReactiveCocoa/ReactiveCocoa" "9.0.0" | ||
github "ReactiveCocoa/ReactiveSwift" "5.0.1" | ||
github "antitypical/Result" "4.1.0" | ||
github "onevcat/Kingfisher" "5.3.1" |
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,4 +1,4 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'xcpretty' | ||
gem 'cocoapods', '~> 1.5.0' | ||
gem 'cocoapods', '~> 1.6.1' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,28 @@ | ||
PODS: | ||
- Kingfisher (4.1.0) | ||
- Nimble (7.0.2) | ||
- ReactiveCocoa (8.0.0): | ||
- ReactiveSwift (~> 4.0) | ||
- ReactiveSwift (4.0.0): | ||
- Result (~> 4.0) | ||
- Result (4.0.0) | ||
- Kingfisher (4.10.1) | ||
- Nimble (8.0.1) | ||
- ReactiveSwift (5.0.1): | ||
- Result (~> 4.1) | ||
- Result (4.1.0) | ||
|
||
DEPENDENCIES: | ||
- Kingfisher (~> 4.0) | ||
- Nimble (~> 7.0) | ||
- ReactiveCocoa (~> 8.0) | ||
- ReactiveSwift (~> 4.0) | ||
- Kingfisher | ||
- Nimble (~> 8.0) | ||
- ReactiveSwift (~> 5.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Kingfisher | ||
- Nimble | ||
- ReactiveCocoa | ||
- ReactiveSwift | ||
- Result | ||
|
||
SPEC CHECKSUMS: | ||
Kingfisher: f14df8cbe576bf55f211fa589e9869bceb4ea87d | ||
Nimble: bfe1f814edabba69ff145cb1283e04ed636a67f2 | ||
ReactiveCocoa: 87cb64d78424d749a0bbfd9b07e4825e8d834066 | ||
ReactiveSwift: a2bb9ace428a109e9c0209615645d9d286c8c433 | ||
Result: 7645bb3f50c2ce726dd0ff2fa7b6f42bbe6c3713 | ||
Kingfisher: c148cd7b47ebde9989f6bc7c27dcaa79d81279a0 | ||
Nimble: 45f786ae66faa9a709624227fae502db55a8bdd0 | ||
ReactiveSwift: cac20a5bbe560c5806bd29c0fccf90d03b996ac1 | ||
Result: bd966fac789cc6c1563440b348ab2598cc24d5c7 | ||
|
||
PODFILE CHECKSUM: cb3e36c06f0aad276b3bae5804f78b4c467c2030 | ||
PODFILE CHECKSUM: c48887843d650c5ab915d0ed50cb30912a276222 | ||
|
||
COCOAPODS: 1.5.3 | ||
COCOAPODS: 1.6.1 |
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