Skip to content

Commit 5eab93a

Browse files
committed
Merge pull request #706 from ParsePlatform/nlutsenko.carthage.ocmock
Use OCMock checkout via Carthage.
2 parents dc2a32b + 81ee0e2 commit 5eab93a

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
[submodule "Vendor/OCMock"]
2-
path = Vendor/OCMock
3-
url = https://github.com/erikdoe/ocmock.git
41
[submodule "Vendor/xctoolchain"]
52
path = Vendor/xctoolchain
63
url = https://github.com/ParsePlatform/xctoolchain.git
74
[submodule "Carthage/Checkouts/Bolts-iOS"]
85
path = Carthage/Checkouts/Bolts-iOS
96
url = https://github.com/BoltsFramework/Bolts-iOS.git
7+
[submodule "Carthage/Checkouts/OCMock"]
8+
path = Carthage/Checkouts/OCMock
9+
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

Parse.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2120,7 +2120,7 @@
21202120
81A245F11B1FB188006A6953 /* PFDataProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFDataProvider.h; sourceTree = "<group>"; };
21212121
81A715A21B423A4100A504FC /* PFObjectUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFObjectUtilities.h; sourceTree = "<group>"; };
21222122
81A715A31B423A4100A504FC /* PFObjectUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PFObjectUtilities.m; sourceTree = "<group>"; };
2123-
81AB68AE1B7E7ECC0053210E /* OCMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OCMock.xcodeproj; path = Vendor/OCMock/Source/OCMock.xcodeproj; sourceTree = "<group>"; };
2123+
81AB68AE1B7E7ECC0053210E /* OCMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = OCMock.xcodeproj; path = Carthage/Checkouts/OCMock/Source/OCMock.xcodeproj; sourceTree = "<group>"; };
21242124
81ABC0FC1B5427EC00BA9009 /* PFUserController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFUserController.h; sourceTree = "<group>"; };
21252125
81ABC0FD1B5427EC00BA9009 /* PFUserController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PFUserController.m; sourceTree = "<group>"; };
21262126
81AFE0E51A1FDB7900AB6CB3 /* PFRESTUserCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PFRESTUserCommand.h; sourceTree = "<group>"; };

Parse.xcworkspace/contents.xcworkspacedata

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Vendor/OCMock

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

0 commit comments

Comments
 (0)