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.
- Loading branch information
1 parent
18bc70c
commit fe9f64a
Showing
7 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
github "jpsim/SourceKitten" "0.11.0" | ||
github "scottrhoyt/SwiftyTextTable" "0.3.0" | ||
github "jpsim/SourceKitten" "master" | ||
github "scottrhoyt/SwiftyTextTable" |
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 "antitypical/Result" "1.0.2" | ||
github "drmohundro/SWXMLHash" "2.1.0" | ||
github "antitypical/Result" "2.0.0" | ||
github "drmohundro/SWXMLHash" "2.2.0" | ||
github "scottrhoyt/SwiftyTextTable" "0.3.0" | ||
github "behrang/YamlSwift" "1.4.2" | ||
github "behrang/YamlSwift" "1.4.3" | ||
github "jspahrsummers/xcconfigs" "0.9" | ||
github "Carthage/Commandant" "0.8.3" | ||
github "jpsim/SourceKitten" "0.11.0" | ||
github "Carthage/Commandant" "0.10.0" | ||
github "jpsim/SourceKitten" "78bdfb6567bdbcc8ce0943f19247000ea1ae8b58" |
Submodule Commandant
updated
19 files
+1 −0 | .swift-version | |
+18 −9 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+4 −4 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/Result | |
+1 −1 | Carthage/Checkouts/xcconfigs | |
+4 −4 | Commandant.xcodeproj/project.pbxproj | |
+1 −1 | Package.swift | |
+7 −7 | Sources/Commandant/ArgumentParser.swift | |
+8 −8 | Sources/Commandant/Command.swift | |
+16 −27 | Sources/Commandant/Errors.swift | |
+4 −4 | Sources/Commandant/HelpCommand.swift | |
+1 −1 | Sources/Commandant/Info.plist | |
+23 −23 | Sources/Commandant/Option.swift | |
+70 −0 | Sources/Commandant/Swift3to22.swift | |
+17 −13 | Tests/OptionSpec.swift |
Submodule Result
updated
8 files
+28 −10 | .travis.yml | |
+1 −1 | README.md | |
+9 −9 | Result.xcodeproj/project.pbxproj | |
+32 −13 | Result/Result.swift | |
+12 −6 | Result/ResultType.swift | |
+7 −0 | Tests/LinuxMain.swift | |
+0 −0 | Tests/Result/Info.plist | |
+74 −17 | Tests/Result/ResultTests.swift |
Submodule SWXMLHash
updated
13 files
+1 −1 | .gitignore | |
+4 −0 | .swiftlint.yml | |
+5 −0 | CHANGELOG.md | |
+41 −0 | CONTRIBUTING.md | |
+2 −2 | Cartfile.resolved | |
+65 −7 | README.md | |
+1 −0 | Rakefile | |
+2 −2 | SWXMLHash.podspec | |
+10 −0 | SWXMLHash.xcodeproj/project.pbxproj | |
+45 −0 | SWXMLHashPlayground.playground/section-1.swift | |
+327 −0 | Source/SWXMLHash+TypeConversion.swift | |
+110 −33 | Source/SWXMLHash.swift | |
+490 −2 | Tests/SWXMLHashSpecs.swift |
Submodule SourceKitten
updated
33 files
Submodule YamlSwift
updated
3 files
+2 −1 | Yaml.podspec | |
+336 −1 | Yaml.xcodeproj/project.pbxproj | |
+99 −0 | Yaml.xcodeproj/xcshareddata/xcschemes/Yaml tvOS.xcscheme |