forked from realm/SwiftLint
-
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.
update dependencies, mostly for SourceKitten 0.18
- Loading branch information
Showing
26 changed files
with
55 additions
and
70 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,2 +1,2 @@ | ||
github "jpsim/SourceKitten" ~> 0.17 | ||
github "jpsim/SourceKitten" ~> 0.18 | ||
github "scottrhoyt/SwiftyTextTable" ~> 0.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,7 +1,7 @@ | ||
github "Carthage/Commandant" "16bcee12f48564c87bb13830f5320d21257e15b8" | ||
github "antitypical/Result" "3.2.2" | ||
github "drmohundro/SWXMLHash" "3.1.0" | ||
github "jpsim/SourceKitten" "0.17.6" | ||
github "jpsim/Yams" "0.3.2" | ||
github "jspahrsummers/xcconfigs" "2055f18efbe18e77408f7f43947f7ad92b2d4ff0" | ||
github "Carthage/Commandant" "9bce2e76cf7e0beb6aaa7db0738c6bea6633df30" | ||
github "antitypical/Result" "3.2.3" | ||
github "drmohundro/SWXMLHash" "4.1.0" | ||
github "jpsim/SourceKitten" "0.18.0" | ||
github "jpsim/Yams" "0.3.3" | ||
github "jspahrsummers/xcconfigs" "4ac967d12f72c2ccc7f34d163268d09296923a7c" | ||
github "scottrhoyt/SwiftyTextTable" "0.5.0" |
Submodule Commandant
updated
8 files
+14 −0 | .travis.yml | |
+1 −1 | Cartfile.private | |
+2 −2 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Result | |
+2 −2 | Package.pins | |
+3 −2 | Package.swift | |
+1 −1 | Tests/CommandantTests/CommandSpec.swift |
Submodule Result
updated
5 files
+1 −1 | Result.podspec | |
+1 −1 | Result/Info.plist | |
+3 −3 | Result/Result.swift | |
+8 −5 | Result/ResultProtocol.swift | |
+1 −1 | Tests/ResultTests/Info.plist |
Submodule SWXMLHash
updated
12 files
+24 −2 | .travis.yml | |
+11 −0 | CHANGELOG.md | |
+6 −14 | README.md | |
+1 −1 | Rakefile | |
+1 −1 | SWXMLHash.podspec | |
+1 −1 | Scripts/build.sh | |
+110 −89 | Source/SWXMLHash+TypeConversion.swift | |
+156 −132 | Source/SWXMLHash.swift | |
+4 −0 | Tests/SWXMLHashTests/LazyWhiteSpaceParsingTests.swift | |
+4 −5 | Tests/SWXMLHashTests/LazyXMLParsingTests.swift | |
+4 −0 | Tests/SWXMLHashTests/WhiteSpaceParsingTests.swift | |
+19 −9 | Tests/SWXMLHashTests/XMLParsingTests.swift |
Submodule SourceKitten
updated
41 files
Submodule Yams
updated
16 files
+35 −6 | .travis.yml | |
+15 −0 | [email protected] | |
+8 −12 | Sources/CYaml/src/parser.c | |
+1 −3 | Sources/CYaml/src/scanner.c | |
+1 −1 | Sources/Yams/Constructor.swift | |
+3 −3 | Sources/Yams/Emitter.swift | |
+1 −1 | Sources/Yams/Node.Mapping.swift | |
+10 −2 | Sources/Yams/Representer.swift | |
+1 −1 | Sources/Yams/Resolver.swift | |
+4 −4 | Sources/Yams/Tag.swift | |
+1 −1 | Tests/YamsTests/MarkTests.swift | |
+10 −10 | Tests/YamsTests/RepresenterTests.swift | |
+1 −1 | Yams.podspec | |
+1 −1 | Yams.xcodeproj/Yams_Info.plist | |
+63 −4 | Yams.xcodeproj/project.pbxproj | |
+1 −1 | Yams.xcodeproj/xcshareddata/xcschemes/Yams.xcscheme |
Submodule xcconfigs
updated
from 2055f1 to 4ac967
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
22 changes: 0 additions & 22 deletions
22
Source/SwiftLintFramework/Extensions/Collection+PrefixWhile.swift
This file was deleted.
Oops, something went wrong.
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
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
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