Skip to content

Commit 63eabdc

Browse files
committed
Merge pull request #25 from Carthage/use-result
Use antitypical/Result
2 parents 3866cad + b6d85f6 commit 63eabdc

File tree

17 files changed

+66
-57
lines changed

17 files changed

+66
-57
lines changed

.gitmodules

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "Carthage.checkout/LlamaKit"]
2-
path = Carthage/Checkouts/LlamaKit
3-
url = https://github.com/LlamaKit/LlamaKit.git
41
[submodule "Carthage.checkout/Nimble"]
52
path = Carthage/Checkouts/Nimble
63
url = https://github.com/Quick/Nimble.git
@@ -10,3 +7,9 @@
107
[submodule "Carthage.checkout/xcconfigs"]
118
path = Carthage/Checkouts/xcconfigs
129
url = https://github.com/jspahrsummers/xcconfigs.git
10+
[submodule "Carthage/Checkouts/Box"]
11+
path = Carthage/Checkouts/Box
12+
url = https://github.com/robrix/Box.git
13+
[submodule "Carthage/Checkouts/Result"]
14+
path = Carthage/Checkouts/Result
15+
url = https://github.com/antitypical/Result.git

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "LlamaKit/LlamaKit" == 0.6
1+
github "antitypical/Result" ~> 0.4

Cartfile.private

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
github "Quick/Quick" "master"
2-
github "Quick/Nimble" "master"
3-
github "jspahrsummers/xcconfigs" >= 0.6
1+
github "Quick/Quick" ~> 0.3
2+
github "Quick/Nimble" ~> 0.4
3+
github "jspahrsummers/xcconfigs" ~> 0.8

Cartfile.resolved

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
github "LlamaKit/LlamaKit" "v0.6.0"
2-
github "Quick/Nimble" "6a679cbf20da3fe570c26296b3029dd168b72c00"
3-
github "Quick/Quick" "155f858bce082373fc60d0c0a63415bf336c676b"
4-
github "jspahrsummers/xcconfigs" "0.7.2"
1+
github "robrix/Box" "1.2.1"
2+
github "Quick/Nimble" "v0.4.2"
3+
github "Quick/Quick" "v0.3.1"
4+
github "jspahrsummers/xcconfigs" "0.8"
5+
github "antitypical/Result" "0.4"

Carthage/Checkouts/LlamaKit

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/Nimble

Carthage/Checkouts/xcconfigs

Commandant.xcodeproj/project.pbxproj

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
/* Begin PBXBuildFile section */
1010
D00CCDDF1A20717400109F8C /* Commandant.h in Headers */ = {isa = PBXBuildFile; fileRef = D00CCDDE1A20717400109F8C /* Commandant.h */; settings = {ATTRIBUTES = (Public, ); }; };
1111
D00CCDE51A20717400109F8C /* Commandant.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCDD91A20717400109F8C /* Commandant.framework */; };
12-
D00CCE201A2073CE00109F8C /* LlamaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCE1F1A2073CE00109F8C /* LlamaKit.framework */; };
13-
D00CCE211A2073D200109F8C /* LlamaKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCE1F1A2073CE00109F8C /* LlamaKit.framework */; };
1412
D00CCE241A2073DA00109F8C /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCE221A2073DA00109F8C /* Nimble.framework */; };
1513
D00CCE251A2073DA00109F8C /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D00CCE231A2073DA00109F8C /* Quick.framework */; };
1614
D00CCE271A20741300109F8C /* Command.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE261A20741300109F8C /* Command.swift */; };
1715
D00CCE291A20741C00109F8C /* OptionSpec.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE281A20741C00109F8C /* OptionSpec.swift */; };
1816
D00CCE2B1A20748500109F8C /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE2A1A20748500109F8C /* Errors.swift */; };
1917
D00CCE2D1A2075ED00109F8C /* ArgumentParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE2C1A2075ED00109F8C /* ArgumentParser.swift */; };
2018
D00CCE2F1A2075F700109F8C /* Option.swift in Sources */ = {isa = PBXBuildFile; fileRef = D00CCE2E1A2075F700109F8C /* Option.swift */; };
19+
D02130991AF87D6E00B9EC20 /* Box.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D02130971AF87D6E00B9EC20 /* Box.framework */; };
20+
D021309A1AF87D6E00B9EC20 /* Result.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D02130981AF87D6E00B9EC20 /* Result.framework */; };
2121
D0BF14FB1A4C8957003147BC /* HelpCommand.swift in Sources */ = {isa = PBXBuildFile; fileRef = D0BF14FA1A4C8957003147BC /* HelpCommand.swift */; };
2222
D8169D871ACB942D00923FB0 /* Switch.swift in Sources */ = {isa = PBXBuildFile; fileRef = D8169D861ACB942D00923FB0 /* Switch.swift */; };
2323
/* End PBXBuildFile section */
@@ -56,14 +56,15 @@
5656
D00CCE0B1A20719500109F8C /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = "<group>"; };
5757
D00CCE0C1A20719500109F8C /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = "<group>"; };
5858
D00CCE0D1A20719500109F8C /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
59-
D00CCE1F1A2073CE00109F8C /* LlamaKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = LlamaKit.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6059
D00CCE221A2073DA00109F8C /* Nimble.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6160
D00CCE231A2073DA00109F8C /* Quick.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6261
D00CCE261A20741300109F8C /* Command.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Command.swift; sourceTree = "<group>"; };
6362
D00CCE281A20741C00109F8C /* OptionSpec.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = OptionSpec.swift; sourceTree = "<group>"; };
6463
D00CCE2A1A20748500109F8C /* Errors.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Errors.swift; sourceTree = "<group>"; };
6564
D00CCE2C1A2075ED00109F8C /* ArgumentParser.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ArgumentParser.swift; sourceTree = "<group>"; };
6665
D00CCE2E1A2075F700109F8C /* Option.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Option.swift; sourceTree = "<group>"; };
66+
D02130971AF87D6E00B9EC20 /* Box.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Box.framework; sourceTree = BUILT_PRODUCTS_DIR; };
67+
D02130981AF87D6E00B9EC20 /* Result.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Result.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6768
D0BF14FA1A4C8957003147BC /* HelpCommand.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HelpCommand.swift; sourceTree = "<group>"; };
6869
D8169D861ACB942D00923FB0 /* Switch.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Switch.swift; sourceTree = "<group>"; };
6970
/* End PBXFileReference section */
@@ -73,7 +74,8 @@
7374
isa = PBXFrameworksBuildPhase;
7475
buildActionMask = 2147483647;
7576
files = (
76-
D00CCE201A2073CE00109F8C /* LlamaKit.framework in Frameworks */,
77+
D02130991AF87D6E00B9EC20 /* Box.framework in Frameworks */,
78+
D021309A1AF87D6E00B9EC20 /* Result.framework in Frameworks */,
7779
);
7880
runOnlyForDeploymentPostprocessing = 0;
7981
};
@@ -84,7 +86,6 @@
8486
D00CCE251A2073DA00109F8C /* Quick.framework in Frameworks */,
8587
D00CCE241A2073DA00109F8C /* Nimble.framework in Frameworks */,
8688
D00CCDE51A20717400109F8C /* Commandant.framework in Frameworks */,
87-
D00CCE211A2073D200109F8C /* LlamaKit.framework in Frameworks */,
8889
);
8990
runOnlyForDeploymentPostprocessing = 0;
9091
};
@@ -125,7 +126,8 @@
125126
D00CCDDC1A20717400109F8C /* Supporting Files */ = {
126127
isa = PBXGroup;
127128
children = (
128-
D00CCE1F1A2073CE00109F8C /* LlamaKit.framework */,
129+
D02130971AF87D6E00B9EC20 /* Box.framework */,
130+
D02130981AF87D6E00B9EC20 /* Result.framework */,
129131
D00CCDDD1A20717400109F8C /* Info.plist */,
130132
);
131133
name = "Supporting Files";

Commandant.xcworkspace/contents.xcworkspacedata

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)