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
Showing
44 changed files
with
230 additions
and
176 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "jpsim/SourceKitten" ~> 0.4 | ||
github "jpsim/SourceKitten" "swift-2.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,2 +1,2 @@ | ||
github "Carthage/Commandant" ~> 0.5 | ||
github "Carthage/Commandant" "swift-2.0" | ||
github "jspahrsummers/xcconfigs" >= 0.8 |
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 @@ | ||
github "LlamaKit/LlamaKit" "v0.6.0" | ||
github "drmohundro/SWXMLHash" "1.0.0" | ||
github "jpsim/SwiftXPC" "1.0.0" | ||
github "jspahrsummers/xcconfigs" "0.8" | ||
github "Carthage/Commandant" "0.5" | ||
github "jpsim/SourceKitten" "0.4.5" | ||
github "antitypical/Result" "0.6-beta.1" | ||
github "drmohundro/SWXMLHash" "2203b05b1e093b1dc3e32114953f937a6e7aa5f5" | ||
github "jpsim/SwiftXPC" "d32e70f1b35cfa833be85fd40e70401f4190f5b0" | ||
github "jspahrsummers/xcconfigs" "0.8.1" | ||
github "Carthage/Commandant" "cc47af4a9e7a7d56bd1202d52762c1c66184c936" | ||
github "jpsim/SourceKitten" "4906120ed45b09d9720718bf666eab1e7ef30b31" |
Submodule Commandant
updated
22 files
+3 −3 | .gitmodules | |
+1 −1 | Cartfile | |
+3 −3 | Cartfile.private | |
+4 −4 | Cartfile.resolved | |
+0 −1 | Carthage/Checkouts/LlamaKit | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −0 | Carthage/Checkouts/Result | |
+1 −1 | Carthage/Checkouts/xcconfigs | |
+22 −7 | Commandant.xcodeproj/project.pbxproj | |
+4 −1 | Commandant.xcodeproj/xcshareddata/xcschemes/Commandant.xcscheme | |
+3 −3 | Commandant.xcworkspace/contents.xcworkspacedata | |
+51 −0 | Commandant.xcworkspace/xcshareddata/Commandant.xcscmblueprint | |
+9 −9 | Commandant/ArgumentParser.swift | |
+5 −5 | Commandant/Command.swift | |
+11 −11 | Commandant/Errors.swift | |
+8 −9 | Commandant/HelpCommand.swift | |
+1 −1 | Commandant/Info.plist | |
+20 −20 | Commandant/Option.swift | |
+4 −4 | Commandant/Switch.swift | |
+1 −1 | CommandantTests/Info.plist | |
+5 −5 | CommandantTests/OptionSpec.swift |
Submodule SWXMLHash
updated
19 files
+2 −0 | .gitignore | |
+0 −6 | .gitmodules | |
+20 −1 | CHANGELOG.md | |
+2 −0 | Cartfile.private | |
+2 −0 | Cartfile.resolved | |
+73 −3 | README.md | |
+2 −2 | SWXMLHash.podspec | |
+72 −182 | SWXMLHash.xcodeproj/project.pbxproj | |
+4 −1 | SWXMLHash.xcodeproj/xcshareddata/xcschemes/SWXMLHash.xcscheme | |
+4 −1 | SWXMLHash.xcodeproj/xcshareddata/xcschemes/SWXMLHashOSX.xcscheme | |
+2 −1 | SWXMLHashPlayground.playground/contents.xcplayground | |
+1 −1 | SWXMLHashPlayground.playground/section-1.swift | |
+6 −0 | SWXMLHashPlayground.playground/timeline.xctimeline | |
+1 −1 | Source/Info.plist | |
+198 −157 | Source/SWXMLHash.swift | |
+1 −1 | Tests/Info.plist | |
+36 −9 | Tests/SWXMLHashSpecs.swift | |
+0 −1 | Vendor/Nimble | |
+0 −1 | Vendor/Quick |
Submodule SourceKitten
updated
67 files
Submodule SwiftXPC
updated
3 files
+3 −0 | SwiftXPC.xcodeproj/project.pbxproj | |
+48 −48 | SwiftXPC/SwiftXPC.swift | |
+3 −3 | SwiftXPC/XPCType.swift |
Submodule xcconfigs
updated
from 813127 to 99624a
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
Oops, something went wrong.