Skip to content

Commit 15dcfb5

Browse files
committed
Add Quick as a private dependency
1 parent ff1c9b5 commit 15dcfb5

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "Carthage/Checkouts/RxSwift"]
22
path = Carthage/Checkouts/RxSwift
33
url = https://github.com/ReactiveX/RxSwift.git
4+
[submodule "Carthage/Checkouts/Quick"]
5+
path = Carthage/Checkouts/Quick
6+
url = https://github.com/Quick/Quick.git

Action.xcworkspace/contents.xcworkspacedata

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

Cartfile.private

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github "Quick/Quick" ~> 0.9.3

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
github "Quick/Quick" "v0.9.3"
12
github "ReactiveX/RxSwift" "2.6.0"

Carthage/Checkouts/Quick

Submodule Quick added at faa6056

0 commit comments

Comments
 (0)