Skip to content

Commit 4b8a170

Browse files
committed
Add OCMock checkout via Carthage.
1 parent dc2a32b commit 4b8a170

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "Carthage/Checkouts/Bolts-iOS"]
88
path = Carthage/Checkouts/Bolts-iOS
99
url = https://github.com/BoltsFramework/Bolts-iOS.git
10+
[submodule "Carthage/Checkouts/OCMock"]
11+
path = Carthage/Checkouts/OCMock
12+
url = https://github.com/erikdoe/OCMock.git

Cartfile.private

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

Cartfile.resolved

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
github "BoltsFramework/Bolts-iOS" "1.5.1"
2+
github "erikdoe/OCMock" "v3.2"

Carthage/Checkouts/OCMock

Submodule OCMock added at 9ba612d

0 commit comments

Comments
 (0)