-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #832 from realm/swift3.0
Migrate to Swift 3.0
- Loading branch information
Showing
135 changed files
with
1,369 additions
and
1,375 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,2 +1,2 @@ | ||
github "jpsim/SourceKitten" "master" | ||
github "scottrhoyt/SwiftyTextTable" ~> 0.3.1 | ||
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,3 +1,3 @@ | ||
github "Carthage/Commandant" ~> 0.10.1 | ||
github "Carthage/Commandant" ~> 0.11 | ||
github "jspahrsummers/xcconfigs" "master" | ||
github "behrang/YamlSwift" ~> 1.5 | ||
github "behrang/YamlSwift" ~> 3.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 "antitypical/Result" "2.1.3" | ||
github "drmohundro/SWXMLHash" "2.5.1" | ||
github "scottrhoyt/SwiftyTextTable" "0.3.1" | ||
github "behrang/YamlSwift" "1.5.0" | ||
github "jspahrsummers/xcconfigs" "e2d4f524ab910fc4211ded76d090cc86df361ebb" | ||
github "Carthage/Commandant" "0.10.1" | ||
github "jpsim/SourceKitten" "798ce07577c2f192ea150ddfee83499bccfdd538" | ||
github "antitypical/Result" "3.0.0" | ||
github "drmohundro/SWXMLHash" "3.0.2" | ||
github "scottrhoyt/SwiftyTextTable" "0.5.0" | ||
github "behrang/YamlSwift" "3.1.0" | ||
github "jspahrsummers/xcconfigs" "cc451b08e052b6146f5caf66bc1120420c529c7b" | ||
github "Carthage/Commandant" "0.11.1" | ||
github "jpsim/SourceKitten" "4e17c83ba08a07d8f992bcac67140d7b5cbb0e77" |
Submodule Commandant
updated
27 files
+1 −1 | .gitmodules | |
+1 −1 | .swift-version | |
+3 −11 | .travis.yml | |
+1 −1 | Cartfile | |
+2 −2 | Cartfile.private | |
+3 −3 | Cartfile.resolved | |
+1 −1 | Carthage/Checkouts/Nimble | |
+1 −1 | Carthage/Checkouts/Quick | |
+1 −1 | Carthage/Checkouts/Result | |
+20 −17 | Commandant.xcodeproj/project.pbxproj | |
+14 −4 | Package.swift | |
+22 −22 | Sources/Commandant/Argument.swift | |
+28 −28 | Sources/Commandant/ArgumentParser.swift | |
+41 −0 | Sources/Commandant/ArgumentProtocol.swift | |
+0 −32 | Sources/Commandant/ArgumentType.swift | |
+42 −31 | Sources/Commandant/Command.swift | |
+29 −31 | Sources/Commandant/Errors.swift | |
+8 −8 | Sources/Commandant/HelpCommand.swift | |
+1 −1 | Sources/Commandant/Info.plist | |
+14 −0 | Sources/Commandant/LinuxSupport.swift | |
+47 −48 | Sources/Commandant/Option.swift | |
+0 −70 | Sources/Commandant/Swift3to22.swift | |
+6 −6 | Sources/Commandant/Switch.swift | |
+3 −3 | Tests/CommandantTests/CommandSpec.swift | |
+1 −1 | Tests/CommandantTests/Info.plist | |
+7 −7 | Tests/CommandantTests/OptionSpec.swift | |
+9 −0 | Tests/LinuxMain.swift |
Submodule Result
updated
11 files
+1 −1 | .swift-version | |
+11 −19 | .travis.yml | |
+2 −2 | Result.podspec | |
+51 −25 | Result.xcodeproj/project.pbxproj | |
+1 −1 | Result/Info.plist | |
+48 −123 | Result/Result.swift | |
+182 −0 | Result/ResultProtocol.swift | |
+0 −264 | Result/ResultType.swift | |
+1 −1 | Tests/LinuxMain.swift | |
+1 −1 | Tests/ResultTests/Info.plist | |
+35 −52 | Tests/ResultTests/ResultTests.swift |
Submodule SWXMLHash
updated
28 files
Submodule SourceKitten
updated
133 files
Submodule SwiftyTextTable
updated
9 files
+4 −11 | .travis.yml | |
+48 −2 | CHANGELOG.md | |
+46 −10 | README.md | |
+75 −71 | Source/SwiftyTextTable/TextTable.swift | |
+8 −5 | SwiftyTextTable.xcodeproj/project.pbxproj | |
+1 −1 | Tests/LinuxMain.swift | |
+0 −130 | Tests/SwiftyTextTable/SwiftyTextTableTests.swift | |
+0 −0 | Tests/SwiftyTextTableTests/Supporting Files/Info.plist | |
+221 −0 | Tests/SwiftyTextTableTests/SwiftyTextTableTests.swift |
Submodule YamlSwift
updated
21 files
+1 −0 | .swift-version | |
+5 −0 | .travis.yml | |
+40 −35 | Readme.md | |
+8 −0 | Tests/LinuxMain.swift | |
+0 −359 | Tests/YamlTests.swift | |
+106 −65 | Tests/YamlTests/ExampleTests.swift | |
+388 −0 | Tests/YamlTests/YamlTests.swift | |
+1 −1 | Yaml.podspec | |
+55 −54 | Yaml.xcodeproj/project.pbxproj | |
+2 −1 | Yaml.xcodeproj/xcshareddata/xcschemes/Yaml iOS.xcscheme | |
+0 −8 | Yaml/Operators.swift | |
+0 −605 | Yaml/Parser.swift | |
+0 −107 | Yaml/Regex.swift | |
+0 −77 | Yaml/Result.swift | |
+0 −255 | Yaml/Tokenizer.swift | |
+6 −0 | Yaml/YAMLOperators.swift | |
+632 −0 | Yaml/YAMLParser.swift | |
+133 −0 | Yaml/YAMLRegex.swift | |
+86 −0 | Yaml/YAMLResult.swift | |
+265 −0 | Yaml/YAMLTokenizer.swift | |
+116 −101 | Yaml/Yaml.swift |
Submodule xcconfigs
updated
from e2d4f5 to cc451b
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.