Skip to content

Commit 89a8f4b

Browse files
committed
use OCMock from CocoaPods to make build pass, again
1 parent fc0a8c4 commit 89a8f4b

File tree

115 files changed

+5341
-365
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+5341
-365
lines changed

BeamMusicPlayerExample.xcodeproj/project.pbxproj

Lines changed: 38 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
97CA282B1577B68B003D8938 /* BeamMPMusicPlayerProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = 97CA282A1577B68B003D8938 /* BeamMPMusicPlayerProvider.m */; };
2929
97CA282D1577B6A9003D8938 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 97CA282C1577B6A9003D8938 /* MediaPlayer.framework */; };
3030
A3CD1673174BC6BD0043ACEE /* BeamMusicPlayerViewController~ipad.xib in Resources */ = {isa = PBXBuildFile; fileRef = A3CD1672174BC6BD0043ACEE /* BeamMusicPlayerViewController~ipad.xib */; };
31+
CAD8534D7F2E416582F6286D /* libPods-BeamMusicPlayerExampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 987337C95B38471493465F78 /* libPods-BeamMusicPlayerExampleTests.a */; };
3132
CB0DC57615B69ADE0045921A /* NSDateFormatter+Duration.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0DC57315B69ADE0045921A /* NSDateFormatter+Duration.m */; };
3233
CB0DC58F15B6AD300045921A /* BeamMusicPlayerViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = CB0DC58D15B6AD300045921A /* BeamMusicPlayerViewController.xib */; };
3334
CB0DC5AB15B71C940045921A /* BeamMPMusicPlayerProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CB0DC5AA15B71C940045921A /* BeamMPMusicPlayerProviderTests.m */; };
@@ -36,7 +37,6 @@
3637
CB35A6FF1576918F008318EE /* BeamMusicPlayerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CB35A6FE1576918F008318EE /* BeamMusicPlayerViewController.m */; };
3738
CB397C85165257B600A90C78 /* BeamAVMusicPlayerProvider.m in Sources */ = {isa = PBXBuildFile; fileRef = CB397C84165257B600A90C78 /* BeamAVMusicPlayerProvider.m */; };
3839
CB397C8A16525BD800A90C78 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB397C8916525BD800A90C78 /* AVFoundation.framework */; };
39-
CB46FE1415795405004BE46A /* libOCMock.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CB46FE1315795405004BE46A /* libOCMock.a */; };
4040
CB46FE17157955B7004BE46A /* BeamMusicPlayerViewControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CB46FE16157955B7004BE46A /* BeamMusicPlayerViewControllerTests.m */; };
4141
CB7723AF174E51ED0022EF58 /* BeamAVMusicPlayerProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = CB7723AE174E51ED0022EF58 /* BeamAVMusicPlayerProviderTests.m */; };
4242
CBCD885B15B44165001B7A1D /* BeamMusicPlayerController.bundle in Resources */ = {isa = PBXBuildFile; fileRef = CBCD885A15B44165001B7A1D /* BeamMusicPlayerController.bundle */; };
@@ -55,6 +55,7 @@
5555
/* End PBXContainerItemProxy section */
5656

5757
/* Begin PBXFileReference section */
58+
0AB0B18603F24A928F0C5160 /* Pods-BeamMusicPlayerExampleTests.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-BeamMusicPlayerExampleTests.xcconfig"; path = "Pods/Pods-BeamMusicPlayerExampleTests.xcconfig"; sourceTree = SOURCE_ROOT; };
5859
35DB90F5177BB2750039B53D /* BeamPlaylistTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamPlaylistTableViewCell.h; sourceTree = "<group>"; };
5960
35DB90F6177BB2750039B53D /* BeamPlaylistTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamPlaylistTableViewCell.m; sourceTree = "<group>"; };
6061
35DB90F7177BB2750039B53D /* BeamRadialGradientView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamRadialGradientView.h; sourceTree = "<group>"; };
@@ -86,6 +87,7 @@
8687
97CA28291577B68B003D8938 /* BeamMPMusicPlayerProvider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamMPMusicPlayerProvider.h; sourceTree = "<group>"; };
8788
97CA282A1577B68B003D8938 /* BeamMPMusicPlayerProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamMPMusicPlayerProvider.m; sourceTree = "<group>"; };
8889
97CA282C1577B6A9003D8938 /* MediaPlayer.framework */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
90+
987337C95B38471493465F78 /* libPods-BeamMusicPlayerExampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-BeamMusicPlayerExampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
8991
A3CD1672174BC6BD0043ACEE /* BeamMusicPlayerViewController~ipad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = "BeamMusicPlayerViewController~ipad.xib"; sourceTree = "<group>"; };
9092
CB0DC57215B69ADE0045921A /* NSDateFormatter+Duration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDateFormatter+Duration.h"; sourceTree = "<group>"; };
9193
CB0DC57315B69ADE0045921A /* NSDateFormatter+Duration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDateFormatter+Duration.m"; sourceTree = "<group>"; };
@@ -104,13 +106,6 @@
104106
CB397C84165257B600A90C78 /* BeamAVMusicPlayerProvider.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamAVMusicPlayerProvider.m; sourceTree = "<group>"; };
105107
CB397C8716525BBF00A90C78 /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
106108
CB397C8916525BD800A90C78 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
107-
CB46FE0D157953AD004BE46A /* NSNotificationCenter+OCMAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSNotificationCenter+OCMAdditions.h"; sourceTree = "<group>"; };
108-
CB46FE0E157953AD004BE46A /* OCMArg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMArg.h; sourceTree = "<group>"; };
109-
CB46FE0F157953AD004BE46A /* OCMConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMConstraint.h; sourceTree = "<group>"; };
110-
CB46FE10157953AD004BE46A /* OCMock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMock.h; sourceTree = "<group>"; };
111-
CB46FE11157953AD004BE46A /* OCMockObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMockObject.h; sourceTree = "<group>"; };
112-
CB46FE12157953AD004BE46A /* OCMockRecorder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCMockRecorder.h; sourceTree = "<group>"; };
113-
CB46FE1315795405004BE46A /* libOCMock.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libOCMock.a; sourceTree = "<group>"; };
114109
CB46FE15157955B7004BE46A /* BeamMusicPlayerViewControllerTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BeamMusicPlayerViewControllerTests.h; sourceTree = "<group>"; };
115110
CB46FE16157955B7004BE46A /* BeamMusicPlayerViewControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamMusicPlayerViewControllerTests.m; sourceTree = "<group>"; };
116111
CB7723AE174E51ED0022EF58 /* BeamAVMusicPlayerProviderTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BeamAVMusicPlayerProviderTests.m; sourceTree = "<group>"; };
@@ -142,7 +137,7 @@
142137
97B7AA5415760AAF0014E693 /* SenTestingKit.framework in Frameworks */,
143138
97B7AA5515760AAF0014E693 /* UIKit.framework in Frameworks */,
144139
97B7AA5615760AAF0014E693 /* Foundation.framework in Frameworks */,
145-
CB46FE1415795405004BE46A /* libOCMock.a in Frameworks */,
140+
CAD8534D7F2E416582F6286D /* libPods-BeamMusicPlayerExampleTests.a in Frameworks */,
146141
);
147142
runOnlyForDeploymentPostprocessing = 0;
148143
};
@@ -180,6 +175,7 @@
180175
97B7AA3115760AAF0014E693 /* Frameworks */,
181176
97B7AA2F15760AAF0014E693 /* Products */,
182177
92FDA17ACE6F4C928D2E08D9 /* Pods.xcconfig */,
178+
0AB0B18603F24A928F0C5160 /* Pods-BeamMusicPlayerExampleTests.xcconfig */,
183179
);
184180
sourceTree = "<group>";
185181
};
@@ -200,6 +196,7 @@
200196
97B7AA3615760AAF0014E693 /* CoreGraphics.framework */,
201197
97B7AA5315760AAF0014E693 /* SenTestingKit.framework */,
202198
D255CDAD8A6E4F49A1799F78 /* libPods.a */,
199+
987337C95B38471493465F78 /* libPods-BeamMusicPlayerExampleTests.a */,
203200
);
204201
name = Frameworks;
205202
sourceTree = "<group>";
@@ -234,7 +231,6 @@
234231
isa = PBXGroup;
235232
children = (
236233
97B7AA5A15760AAF0014E693 /* Supporting Files */,
237-
CB46FE0A1579539B004BE46A /* 3rd Party */,
238234
97B7AA5F15760AAF0014E693 /* BeamMusicPlayerExampleTests.h */,
239235
97B7AA6015760AAF0014E693 /* BeamMusicPlayerExampleTests.m */,
240236
CB7723AE174E51ED0022EF58 /* BeamAVMusicPlayerProviderTests.m */,
@@ -302,28 +298,6 @@
302298
path = ../Source;
303299
sourceTree = "<group>";
304300
};
305-
CB46FE0A1579539B004BE46A /* 3rd Party */ = {
306-
isa = PBXGroup;
307-
children = (
308-
CB46FE0C157953AD004BE46A /* OCMock */,
309-
);
310-
name = "3rd Party";
311-
sourceTree = "<group>";
312-
};
313-
CB46FE0C157953AD004BE46A /* OCMock */ = {
314-
isa = PBXGroup;
315-
children = (
316-
CB46FE1315795405004BE46A /* libOCMock.a */,
317-
CB46FE0D157953AD004BE46A /* NSNotificationCenter+OCMAdditions.h */,
318-
CB46FE0E157953AD004BE46A /* OCMArg.h */,
319-
CB46FE0F157953AD004BE46A /* OCMConstraint.h */,
320-
CB46FE10157953AD004BE46A /* OCMock.h */,
321-
CB46FE11157953AD004BE46A /* OCMockObject.h */,
322-
CB46FE12157953AD004BE46A /* OCMockRecorder.h */,
323-
);
324-
path = OCMock;
325-
sourceTree = "<group>";
326-
};
327301
/* End PBXGroup section */
328302

329303
/* Begin PBXLegacyTarget section */
@@ -366,10 +340,12 @@
366340
isa = PBXNativeTarget;
367341
buildConfigurationList = 97B7AA6715760AAF0014E693 /* Build configuration list for PBXNativeTarget "BeamMusicPlayerExampleTests" */;
368342
buildPhases = (
343+
3512CD7B141C47FB9A10148F /* Check Pods Manifest.lock */,
369344
97B7AA4D15760AAF0014E693 /* Sources */,
370345
97B7AA4E15760AAF0014E693 /* Frameworks */,
371346
97B7AA4F15760AAF0014E693 /* Resources */,
372347
97B7AA5015760AAF0014E693 /* ShellScript */,
348+
1EE4C0C43A0F4680B1AC6E0F /* Copy Pods Resources */,
373349
);
374350
buildRules = (
375351
);
@@ -434,6 +410,34 @@
434410
/* End PBXResourcesBuildPhase section */
435411

436412
/* Begin PBXShellScriptBuildPhase section */
413+
1EE4C0C43A0F4680B1AC6E0F /* Copy Pods Resources */ = {
414+
isa = PBXShellScriptBuildPhase;
415+
buildActionMask = 2147483647;
416+
files = (
417+
);
418+
inputPaths = (
419+
);
420+
name = "Copy Pods Resources";
421+
outputPaths = (
422+
);
423+
runOnlyForDeploymentPostprocessing = 0;
424+
shellPath = /bin/sh;
425+
shellScript = "\"${SRCROOT}/Pods/Pods-BeamMusicPlayerExampleTests-resources.sh\"\n";
426+
};
427+
3512CD7B141C47FB9A10148F /* Check Pods Manifest.lock */ = {
428+
isa = PBXShellScriptBuildPhase;
429+
buildActionMask = 2147483647;
430+
files = (
431+
);
432+
inputPaths = (
433+
);
434+
name = "Check Pods Manifest.lock";
435+
outputPaths = (
436+
);
437+
runOnlyForDeploymentPostprocessing = 0;
438+
shellPath = /bin/sh;
439+
shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [[ $? != 0 ]] ; then\n cat << EOM\nerror: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\nEOM\n exit 1\nfi\n";
440+
};
437441
97B7AA5015760AAF0014E693 /* ShellScript */ = {
438442
isa = PBXShellScriptBuildPhase;
439443
buildActionMask = 2147483647;
@@ -606,6 +610,7 @@
606610
};
607611
97B7AA6815760AAF0014E693 /* Debug */ = {
608612
isa = XCBuildConfiguration;
613+
baseConfigurationReference = 0AB0B18603F24A928F0C5160 /* Pods-BeamMusicPlayerExampleTests.xcconfig */;
609614
buildSettings = {
610615
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/BeamMusicPlayerExample.app/BeamMusicPlayerExample";
611616
FRAMEWORK_SEARCH_PATHS = (
@@ -614,22 +619,7 @@
614619
);
615620
GCC_PRECOMPILE_PREFIX_HEADER = YES;
616621
GCC_PREFIX_HEADER = "BeamMusicPlayerExample/BeamMusicPlayerExample-Prefix.pch";
617-
HEADER_SEARCH_PATHS = (
618-
"\"${PODS_ROOT}/Headers\"",
619-
"\"${PODS_ROOT}/Headers/OBSlider\"",
620-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock\"",
621-
);
622622
INFOPLIST_FILE = "BeamMusicPlayerExampleTests/BeamMusicPlayerExampleTests-Info.plist";
623-
LIBRARY_SEARCH_PATHS = (
624-
"$(inherited)",
625-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock\"",
626-
);
627-
OTHER_LDFLAGS = (
628-
"-force_load",
629-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock/libOCMock.a\"",
630-
"-ObjC",
631-
);
632-
PODS_ROOT = "${SRCROOT}/Pods";
633623
PRODUCT_NAME = "$(TARGET_NAME)";
634624
TEST_HOST = "$(BUNDLE_LOADER)";
635625
WRAPPER_EXTENSION = octest;
@@ -638,6 +628,7 @@
638628
};
639629
97B7AA6915760AAF0014E693 /* Release */ = {
640630
isa = XCBuildConfiguration;
631+
baseConfigurationReference = 0AB0B18603F24A928F0C5160 /* Pods-BeamMusicPlayerExampleTests.xcconfig */;
641632
buildSettings = {
642633
BUNDLE_LOADER = "$(BUILT_PRODUCTS_DIR)/BeamMusicPlayerExample.app/BeamMusicPlayerExample";
643634
FRAMEWORK_SEARCH_PATHS = (
@@ -646,22 +637,7 @@
646637
);
647638
GCC_PRECOMPILE_PREFIX_HEADER = YES;
648639
GCC_PREFIX_HEADER = "BeamMusicPlayerExample/BeamMusicPlayerExample-Prefix.pch";
649-
HEADER_SEARCH_PATHS = (
650-
"\"${PODS_ROOT}/Headers\"",
651-
"\"${PODS_ROOT}/Headers/OBSlider\"",
652-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock\"",
653-
);
654640
INFOPLIST_FILE = "BeamMusicPlayerExampleTests/BeamMusicPlayerExampleTests-Info.plist";
655-
LIBRARY_SEARCH_PATHS = (
656-
"$(inherited)",
657-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock\"",
658-
);
659-
OTHER_LDFLAGS = (
660-
"-force_load",
661-
"\"$(SRCROOT)/BeamMusicPlayerExampleTests/OCMock/libOCMock.a\"",
662-
"-ObjC",
663-
);
664-
PODS_ROOT = "${SRCROOT}/Pods";
665641
PRODUCT_NAME = "$(TARGET_NAME)";
666642
TEST_HOST = "$(BUNDLE_LOADER)";
667643
WRAPPER_EXTENSION = octest;

BeamMusicPlayerExample.xcodeproj/xcshareddata/xcschemes/BeamMusicPlayerExample.xcscheme

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,65 @@
22
<Scheme
33
version = "1.3">
44
<BuildAction
5-
parallelizeBuildables = "YES"
6-
buildImplicitDependencies = "YES">
5+
parallelizeBuildables = "NO"
6+
buildImplicitDependencies = "NO">
77
<BuildActionEntries>
8+
<BuildActionEntry
9+
buildForTesting = "YES"
10+
buildForRunning = "YES"
11+
buildForProfiling = "YES"
12+
buildForArchiving = "YES"
13+
buildForAnalyzing = "YES">
14+
<BuildableReference
15+
BuildableIdentifier = "primary"
16+
BlueprintIdentifier = "95D169E59DFF45CC9DD1F704"
17+
BuildableName = "libPods-OBSlider.a"
18+
BlueprintName = "Pods-OBSlider"
19+
ReferencedContainer = "container:Pods/Pods.xcodeproj">
20+
</BuildableReference>
21+
</BuildActionEntry>
22+
<BuildActionEntry
23+
buildForTesting = "YES"
24+
buildForRunning = "YES"
25+
buildForProfiling = "YES"
26+
buildForArchiving = "YES"
27+
buildForAnalyzing = "YES">
28+
<BuildableReference
29+
BuildableIdentifier = "primary"
30+
BlueprintIdentifier = "57A654E741BD44D58A1F51E4"
31+
BuildableName = "libPods.a"
32+
BlueprintName = "Pods"
33+
ReferencedContainer = "container:Pods/Pods.xcodeproj">
34+
</BuildableReference>
35+
</BuildActionEntry>
36+
<BuildActionEntry
37+
buildForTesting = "YES"
38+
buildForRunning = "YES"
39+
buildForProfiling = "YES"
40+
buildForArchiving = "YES"
41+
buildForAnalyzing = "YES">
42+
<BuildableReference
43+
BuildableIdentifier = "primary"
44+
BlueprintIdentifier = "8A0A029AA37B4F6C81BF0F8E"
45+
BuildableName = "libPods-BeamMusicPlayerExampleTests-OCMock.a"
46+
BlueprintName = "Pods-BeamMusicPlayerExampleTests-OCMock"
47+
ReferencedContainer = "container:Pods/Pods.xcodeproj">
48+
</BuildableReference>
49+
</BuildActionEntry>
50+
<BuildActionEntry
51+
buildForTesting = "YES"
52+
buildForRunning = "YES"
53+
buildForProfiling = "YES"
54+
buildForArchiving = "YES"
55+
buildForAnalyzing = "YES">
56+
<BuildableReference
57+
BuildableIdentifier = "primary"
58+
BlueprintIdentifier = "0B8B6842A5864DA99DB2E852"
59+
BuildableName = "libPods-BeamMusicPlayerExampleTests.a"
60+
BlueprintName = "Pods-BeamMusicPlayerExampleTests"
61+
ReferencedContainer = "container:Pods/Pods.xcodeproj">
62+
</BuildableReference>
63+
</BuildActionEntry>
864
<BuildActionEntry
965
buildForTesting = "YES"
1066
buildForRunning = "YES"
-444 KB
Binary file not shown.

Podfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
platform :ios
2-
pod 'OBSlider', '~> 1.1.0'
2+
pod 'OBSlider', '~> 1.1.0'
3+
4+
target :BeamMusicPlayerExampleTests, :exclusive => true do
5+
pod 'OCMock'
6+
end

Podfile.lock

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
PODS:
22
- OBSlider (1.1.0)
3+
- OCMock (2.1.1)
34

45
DEPENDENCIES:
56
- OBSlider (~> 1.1.0)
7+
- OCMock
68

79
SPEC CHECKSUMS:
810
OBSlider: 1eae1ad6fea0af687f7dde0366003044c4ba3d27
11+
OCMock: 79212e5e328378af5cfd6edb5feacfd6c49cd8a3
912

10-
COCOAPODS: 0.19.1
13+
COCOAPODS: 0.21.0

Pods/BuildHeaders/OCMock/NSInvocation+OCMAdditions.h

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

Pods/BuildHeaders/OCMock/NSMethodSignature+OCMAdditions.h

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

Pods/BuildHeaders/OCMock/NSNotificationCenter+OCMAdditions.h

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

Pods/BuildHeaders/OCMock/OCClassMockObject.h

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

Pods/BuildHeaders/OCMock/OCMArg.h

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

0 commit comments

Comments
 (0)