Skip to content

Commit

Permalink
Give RCL fixture its own copies of Quick & Nimble
Browse files Browse the repository at this point in the history
Avoids Xcode barfing on dependency resolution while running
Carthage's tests with the workspace open.
  • Loading branch information
jspahrsummers committed Dec 20, 2014
1 parent d986585 commit 2b8b0d4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
[submodule "Carthage/Checkouts/ReactiveTask"]
path = Carthage/Checkouts/ReactiveTask
url = https://github.com/Carthage/ReactiveTask.git
[submodule "Source/CarthageKitTests/fixtures/ReactiveCocoaLayout/Quick"]
path = Source/CarthageKitTests/fixtures/ReactiveCocoaLayout/Quick
url = https://github.com/Quick/Quick.git
1 change: 1 addition & 0 deletions Source/CarthageKitTests/fixtures/ReactiveCocoaLayout/Quick
Submodule Quick added at 315ae2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2b8b0d4

Please sign in to comment.