forked from ReSwift/ReSwift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve Xcode 10.2 warnings with Swift 4.2.2 and 5.0 (ReSwift#397)
Resolves ReSwift#396 * Resolve Xcode 10.2 Warnings with Swift 4.2.2 * Resolve Xcode 10.2 Warnings with Swift 5.0 * Update Changelog * Update supported swift versions in README Due to conditional conformance the latest ReSwift still works great going all the way back to Swift 3.2. * Configure Travis CI to validate Swift 4.2.2 & 5.0 compatibility Only adds jobs for the macOS tests, since Xcode 10.2 is still in beta. Once released, we'll migrate our cross-platform tests up to 10.2, leaving in a compatibility test for 10.1. * Configure Travis CI to use Xcode 10.2 as primary Since Xcode 10.2 is now out of beta, we can switch our primary tests over to it. (even though travis is still using the beta, it will update automatically when they switch) * Update local Swiftlint version, resolve warnings. Pins swiftlint to the same version hound ci supports. http://help.houndci.com/configuration/supported-linters
- Loading branch information
Showing
14 changed files
with
71 additions
and
59 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
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,12 +1,16 @@ | ||
PODS: | ||
- SwiftLint (0.22.0) | ||
- SwiftLint (0.27.0) | ||
|
||
DEPENDENCIES: | ||
- SwiftLint | ||
- SwiftLint (~> 0.27.0) | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- SwiftLint | ||
|
||
SPEC CHECKSUMS: | ||
SwiftLint: 1134786caedd2caab0560d2f36b76414a5a56808 | ||
SwiftLint: 3207c1faa2240bf8973b191820a116113cd11073 | ||
|
||
PODFILE CHECKSUM: 937d436496e317ef5f238fab841c0529d8f5d201 | ||
PODFILE CHECKSUM: 7bbdd45b8293c884aa09eb64369012f08940f4f7 | ||
|
||
COCOAPODS: 1.3.1 | ||
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
2 changes: 1 addition & 1 deletion
2
ReSwift.xcodeproj/xcshareddata/xcschemes/ReSwift-macOS.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
2 changes: 1 addition & 1 deletion
2
ReSwift.xcodeproj/xcshareddata/xcschemes/ReSwift-watchOS.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