Skip to content

Commit 41c559a

Browse files
added OCMock
1 parent 1b5bf8e commit 41c559a

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

InstabugSample/ios/InstabugSample.xcodeproj/project.pbxproj

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
1313
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
1414
5614D013CB1F880181CC6385 /* libPods-InstabugSample-InstabugSampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 195CA9739B516DE1C316BC72 /* libPods-InstabugSample-InstabugSampleTests.a */; };
15+
63D4BF6E2715AA740039BE63 /* InstabugChatsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF662715AA740039BE63 /* InstabugChatsTests.m */; };
16+
63D4BF6F2715AA740039BE63 /* InstabugSurveysTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF682715AA740039BE63 /* InstabugSurveysTests.m */; };
17+
63D4BF702715AA740039BE63 /* InstabugFeatureRequestsTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF692715AA740039BE63 /* InstabugFeatureRequestsTests.m */; };
18+
63D4BF712715AA740039BE63 /* InstabugAPMTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF6A2715AA740039BE63 /* InstabugAPMTests.m */; };
19+
63D4BF722715AA740039BE63 /* InstabugRepliesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF6B2715AA740039BE63 /* InstabugRepliesTests.m */; };
20+
63D4BF732715AA740039BE63 /* InstabugBugReportingTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF6C2715AA740039BE63 /* InstabugBugReportingTests.m */; };
21+
63D4BF742715AA740039BE63 /* IBGConstants.m in Sources */ = {isa = PBXBuildFile; fileRef = 63D4BF6D2715AA740039BE63 /* IBGConstants.m */; };
1522
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
1623
BAF53C3743DBFA8AF75497E9 /* libPods-InstabugSample.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3FAC85A98493CDAD1F8FB224 /* libPods-InstabugSample.a */; };
1724
/* End PBXBuildFile section */
@@ -41,6 +48,14 @@
4148
3FAC85A98493CDAD1F8FB224 /* libPods-InstabugSample.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-InstabugSample.a"; sourceTree = BUILT_PRODUCTS_DIR; };
4249
4787814ECE7122710F5A5A59 /* Pods-InstabugSample-InstabugSampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugSample-InstabugSampleTests.debug.xcconfig"; path = "Target Support Files/Pods-InstabugSample-InstabugSampleTests/Pods-InstabugSample-InstabugSampleTests.debug.xcconfig"; sourceTree = "<group>"; };
4350
618F0D2C25DB5EDD119673AA /* Pods-InstabugSample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugSample.debug.xcconfig"; path = "Target Support Files/Pods-InstabugSample/Pods-InstabugSample.debug.xcconfig"; sourceTree = "<group>"; };
51+
63D4BF662715AA740039BE63 /* InstabugChatsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugChatsTests.m; sourceTree = "<group>"; };
52+
63D4BF672715AA740039BE63 /* IBGConstants.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IBGConstants.h; sourceTree = "<group>"; };
53+
63D4BF682715AA740039BE63 /* InstabugSurveysTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugSurveysTests.m; sourceTree = "<group>"; };
54+
63D4BF692715AA740039BE63 /* InstabugFeatureRequestsTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugFeatureRequestsTests.m; sourceTree = "<group>"; };
55+
63D4BF6A2715AA740039BE63 /* InstabugAPMTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugAPMTests.m; sourceTree = "<group>"; };
56+
63D4BF6B2715AA740039BE63 /* InstabugRepliesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugRepliesTests.m; sourceTree = "<group>"; };
57+
63D4BF6C2715AA740039BE63 /* InstabugBugReportingTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = InstabugBugReportingTests.m; sourceTree = "<group>"; };
58+
63D4BF6D2715AA740039BE63 /* IBGConstants.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IBGConstants.m; sourceTree = "<group>"; };
4459
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = InstabugSample/LaunchScreen.storyboard; sourceTree = "<group>"; };
4560
A06BD00E5ABB3BFA096B0FBE /* Pods-InstabugSample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-InstabugSample.release.xcconfig"; path = "Target Support Files/Pods-InstabugSample/Pods-InstabugSample.release.xcconfig"; sourceTree = "<group>"; };
4661
ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
@@ -69,6 +84,14 @@
6984
00E356EF1AD99517003FC87E /* InstabugSampleTests */ = {
7085
isa = PBXGroup;
7186
children = (
87+
63D4BF672715AA740039BE63 /* IBGConstants.h */,
88+
63D4BF6D2715AA740039BE63 /* IBGConstants.m */,
89+
63D4BF6A2715AA740039BE63 /* InstabugAPMTests.m */,
90+
63D4BF6C2715AA740039BE63 /* InstabugBugReportingTests.m */,
91+
63D4BF662715AA740039BE63 /* InstabugChatsTests.m */,
92+
63D4BF692715AA740039BE63 /* InstabugFeatureRequestsTests.m */,
93+
63D4BF6B2715AA740039BE63 /* InstabugRepliesTests.m */,
94+
63D4BF682715AA740039BE63 /* InstabugSurveysTests.m */,
7295
00E356F21AD99517003FC87E /* InstabugSampleTests.m */,
7396
00E356F01AD99517003FC87E /* Supporting Files */,
7497
);
@@ -114,7 +137,6 @@
114137
4787814ECE7122710F5A5A59 /* Pods-InstabugSample-InstabugSampleTests.debug.xcconfig */,
115138
2891DA2EDEB9913D853E19A2 /* Pods-InstabugSample-InstabugSampleTests.release.xcconfig */,
116139
);
117-
name = Pods;
118140
path = Pods;
119141
sourceTree = "<group>";
120142
};
@@ -414,7 +436,14 @@
414436
isa = PBXSourcesBuildPhase;
415437
buildActionMask = 2147483647;
416438
files = (
439+
63D4BF742715AA740039BE63 /* IBGConstants.m in Sources */,
440+
63D4BF712715AA740039BE63 /* InstabugAPMTests.m in Sources */,
441+
63D4BF6E2715AA740039BE63 /* InstabugChatsTests.m in Sources */,
442+
63D4BF702715AA740039BE63 /* InstabugFeatureRequestsTests.m in Sources */,
443+
63D4BF732715AA740039BE63 /* InstabugBugReportingTests.m in Sources */,
417444
00E356F31AD99517003FC87E /* InstabugSampleTests.m in Sources */,
445+
63D4BF6F2715AA740039BE63 /* InstabugSurveysTests.m in Sources */,
446+
63D4BF722715AA740039BE63 /* InstabugRepliesTests.m in Sources */,
418447
);
419448
runOnlyForDeploymentPostprocessing = 0;
420449
};

InstabugSample/ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ target 'InstabugSample' do
1414

1515
target 'InstabugSampleTests' do
1616
inherit! :complete
17+
pod 'OCMock'
1718
# Pods for testing
1819
end
1920

0 commit comments

Comments
 (0)