|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 012412861D5A0B31003B75B8 /* OCProtocolProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */; }; |
11 |
| - 012412871D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */; }; |
12 |
| - 012412881D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */; }; |
13 |
| - 012412891D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */; }; |
| 10 | + 012412861D5A0B31003B75B8 /* OCProtocolsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */; }; |
| 11 | + 012412871D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */; }; |
| 12 | + 012412881D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */; }; |
| 13 | + 012412891D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */; }; |
14 | 14 | 030EF0B614632FD000B04273 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 030EF0B414632FD000B04273 /* InfoPlist.strings */; };
|
15 | 15 | 031E50581BB4A56300E257C3 /* OCMBoxedReturnValueProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 031E50571BB4A56300E257C3 /* OCMBoxedReturnValueProviderTests.m */; };
|
16 | 16 | 031E50591BB4A56300E257C3 /* OCMBoxedReturnValueProviderTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 031E50571BB4A56300E257C3 /* OCMBoxedReturnValueProviderTests.m */; };
|
|
350 | 350 | /* End PBXContainerItemProxy section */
|
351 | 351 |
|
352 | 352 | /* Begin PBXFileReference section */
|
353 |
| - 012412841D5A0B28003B75B8 /* OCProtocolProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OCProtocolProxy.h; sourceTree = "<group>"; }; |
354 |
| - 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OCProtocolProxy.m; sourceTree = "<group>"; }; |
| 353 | + 012412841D5A0B28003B75B8 /* OCProtocolsProxy.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = OCProtocolsProxy.h; sourceTree = "<group>"; }; |
| 354 | + 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = OCProtocolsProxy.m; sourceTree = "<group>"; }; |
| 355 | + 019DD2401D6F4753001055C3 /* TestProtocol.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = TestProtocol.h; sourceTree = "<group>"; }; |
355 | 356 | 030EF0A814632FD000B04273 /* OCMock.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = OCMock.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
356 | 357 | 030EF0B314632FD000B04273 /* OCMock-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "OCMock-Info.plist"; sourceTree = "<group>"; };
|
357 | 358 | 030EF0B514632FD000B04273 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
|
604 | 605 | 03565A3318F0566F003AE91E /* OCMockTests */ = {
|
605 | 606 | isa = PBXGroup;
|
606 | 607 | children = (
|
| 608 | + 019DD2401D6F4753001055C3 /* TestProtocol.h */, |
607 | 609 | 2FA2822E19948FC997965267 /* OCMockObjectTests.m */,
|
608 | 610 | 03AC5C1416DF9FA500D82ECD /* OCMockObjectPartialMocksTests.m */,
|
609 | 611 | 039F91C516EFB493006C3D70 /* OCMockObjectClassMethodMockingTests.m */,
|
|
666 | 668 | 03B31619146334040052CD09 /* Invocation Actions */,
|
667 | 669 | 03B3161A146334320052CD09 /* Argument Constraints and Actions */,
|
668 | 670 | 037ECD5618FB0D2E00AF0E4C /* Helper */,
|
669 |
| - 012412841D5A0B28003B75B8 /* OCProtocolProxy.h */, |
670 |
| - 012412851D5A0B28003B75B8 /* OCProtocolProxy.m */, |
| 671 | + 012412841D5A0B28003B75B8 /* OCProtocolsProxy.h */, |
| 672 | + 012412851D5A0B28003B75B8 /* OCProtocolsProxy.m */, |
671 | 673 | );
|
672 | 674 | name = "Core Mocks";
|
673 | 675 | sourceTree = "<group>";
|
|
1190 | 1192 | 03B315E3146333BF0052CD09 /* OCMNotificationPoster.m in Sources */,
|
1191 | 1193 | 03B315E8146333BF0052CD09 /* OCMObserverRecorder.m in Sources */,
|
1192 | 1194 | 03B315ED146333C00052CD09 /* OCMockObject.m in Sources */,
|
1193 |
| - 012412861D5A0B31003B75B8 /* OCProtocolProxy.m in Sources */, |
| 1195 | + 012412861D5A0B31003B75B8 /* OCProtocolsProxy.m in Sources */, |
1194 | 1196 | 03B315F2146333C00052CD09 /* OCMStubRecorder.m in Sources */,
|
1195 | 1197 | 03B315F7146333C00052CD09 /* OCMPassByRefSetter.m in Sources */,
|
1196 | 1198 | 03B315FC146333C00052CD09 /* OCMRealObjectForwarder.m in Sources */,
|
|
1231 | 1233 | 03B315E0146333BF0052CD09 /* OCMIndirectReturnValueProvider.m in Sources */,
|
1232 | 1234 | 03B315E5146333BF0052CD09 /* OCMNotificationPoster.m in Sources */,
|
1233 | 1235 | 03B315EA146333BF0052CD09 /* OCMObserverRecorder.m in Sources */,
|
1234 |
| - 012412871D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */, |
| 1236 | + 012412871D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */, |
1235 | 1237 | 03B315EF146333C00052CD09 /* OCMockObject.m in Sources */,
|
1236 | 1238 | 03B315F4146333C00052CD09 /* OCMStubRecorder.m in Sources */,
|
1237 | 1239 | 03B315F9146333C00052CD09 /* OCMPassByRefSetter.m in Sources */,
|
|
1298 | 1300 | 817EB1241BD765130047E85A /* OCMBoxedReturnValueProvider.m in Sources */,
|
1299 | 1301 | 817EB1251BD765130047E85A /* OCMExceptionReturnValueProvider.m in Sources */,
|
1300 | 1302 | 817EB1261BD765130047E85A /* OCMIndirectReturnValueProvider.m in Sources */,
|
1301 |
| - 012412891D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */, |
| 1303 | + 012412891D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */, |
1302 | 1304 | 817EB1271BD765130047E85A /* OCMNotificationPoster.m in Sources */,
|
1303 | 1305 | 817EB1281BD765130047E85A /* OCMReturnValueProvider.m in Sources */,
|
1304 | 1306 | 817EB1291BD765130047E85A /* OCMLocation.m in Sources */,
|
|
1364 | 1366 | F0B951191B0080EC00942C38 /* OCMBoxedReturnValueProvider.m in Sources */,
|
1365 | 1367 | F0B9511A1B0080EC00942C38 /* OCMExceptionReturnValueProvider.m in Sources */,
|
1366 | 1368 | F0B9511B1B0080EC00942C38 /* OCMIndirectReturnValueProvider.m in Sources */,
|
1367 |
| - 012412881D5A0B32003B75B8 /* OCProtocolProxy.m in Sources */, |
| 1369 | + 012412881D5A0B32003B75B8 /* OCProtocolsProxy.m in Sources */, |
1368 | 1370 | F0B9511C1B0080EC00942C38 /* OCMNotificationPoster.m in Sources */,
|
1369 | 1371 | F0B9511D1B0080EC00942C38 /* OCMReturnValueProvider.m in Sources */,
|
1370 | 1372 | F0B9511E1B0080EC00942C38 /* OCMLocation.m in Sources */,
|
|
0 commit comments