|
7 | 7 | objects = { |
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | | - 7674100E237E01FB00D43A15 /* EDOExecutorMessageTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7674100D237E01FB00D43A15 /* EDOExecutorMessageTest.m */; }; |
| 10 | + 7657C22224F9BEA70056F5A6 /* NSObject+EDOBlockedType.m in Sources */ = {isa = PBXBuildFile; fileRef = 7657C22124F9BEA70056F5A6 /* NSObject+EDOBlockedType.m */; }; |
11 | 11 | 7685673323A1C10200EDBDB4 /* EDORemoteException.m in Sources */ = {isa = PBXBuildFile; fileRef = 7685673123A1C10100EDBDB4 /* EDORemoteException.m */; }; |
12 | | - 7690BE9423A9CCBD00C00D02 /* NSObject+EDOBlacklistedType.m in Sources */ = {isa = PBXBuildFile; fileRef = 7690BE9323A9CCBD00C00D02 /* NSObject+EDOBlacklistedType.m */; }; |
13 | 12 | C52D85962220C4AB00E86E60 /* EDODeviceChannel.m in Sources */ = {isa = PBXBuildFile; fileRef = C52D857A2220ADBD00E86E60 /* EDODeviceChannel.m */; }; |
14 | 13 | C52D85982220C4AB00E86E60 /* EDODeviceConnector.m in Sources */ = {isa = PBXBuildFile; fileRef = C52D857D2220ADBE00E86E60 /* EDODeviceConnector.m */; }; |
15 | 14 | C52D859A2220C4AB00E86E60 /* EDODeviceDetector.m in Sources */ = {isa = PBXBuildFile; fileRef = C52D85782220ADBC00E86E60 /* EDODeviceDetector.m */; }; |
|
231 | 230 | /* End PBXCopyFilesBuildPhase section */ |
232 | 231 |
|
233 | 232 | /* Begin PBXFileReference section */ |
| 233 | + 7657C22024F9BEA70056F5A6 /* NSObject+EDOBlockedType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSObject+EDOBlockedType.h"; path = "Service/Sources/NSObject+EDOBlockedType.h"; sourceTree = "<group>"; }; |
| 234 | + 7657C22124F9BEA70056F5A6 /* NSObject+EDOBlockedType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSObject+EDOBlockedType.m"; path = "Service/Sources/NSObject+EDOBlockedType.m"; sourceTree = "<group>"; }; |
234 | 235 | 7674100D237E01FB00D43A15 /* EDOExecutorMessageTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EDOExecutorMessageTest.m; path = Service/Tests/UnitTests/EDOExecutorMessageTest.m; sourceTree = "<group>"; }; |
235 | 236 | 7685673123A1C10100EDBDB4 /* EDORemoteException.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EDORemoteException.m; path = Service/Sources/EDORemoteException.m; sourceTree = "<group>"; }; |
236 | 237 | 7685673223A1C10100EDBDB4 /* EDORemoteException.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = EDORemoteException.h; path = Service/Sources/EDORemoteException.h; sourceTree = "<group>"; }; |
237 | 238 | 7685673423A1C11F00EDBDB4 /* EDORemoteExceptionTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = EDORemoteExceptionTest.m; path = Service/Tests/UnitTests/EDORemoteExceptionTest.m; sourceTree = "<group>"; }; |
238 | | - 7690BE9223A9CCBC00C00D02 /* NSObject+EDOBlacklistedType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "NSObject+EDOBlacklistedType.h"; path = "Service/Sources/NSObject+EDOBlacklistedType.h"; sourceTree = "<group>"; }; |
239 | | - 7690BE9323A9CCBD00C00D02 /* NSObject+EDOBlacklistedType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "NSObject+EDOBlacklistedType.m"; path = "Service/Sources/NSObject+EDOBlacklistedType.m"; sourceTree = "<group>"; }; |
240 | 239 | C52D85772220ADBB00E86E60 /* EDODeviceDetector.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = EDODeviceDetector.h; path = Device/Sources/EDODeviceDetector.h; sourceTree = "<group>"; }; |
241 | 240 | C52D85782220ADBC00E86E60 /* EDODeviceDetector.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EDODeviceDetector.m; path = Device/Sources/EDODeviceDetector.m; sourceTree = "<group>"; }; |
242 | 241 | C52D85792220ADBC00E86E60 /* EDOUSBMuxUtil.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = EDOUSBMuxUtil.m; path = Device/Sources/EDOUSBMuxUtil.m; sourceTree = "<group>"; }; |
|
561 | 560 | C5A2EFD12134D40E00421D72 /* Sources */ = { |
562 | 561 | isa = PBXGroup; |
563 | 562 | children = ( |
564 | | - 7690BE9223A9CCBC00C00D02 /* NSObject+EDOBlacklistedType.h */, |
565 | | - 7690BE9323A9CCBD00C00D02 /* NSObject+EDOBlacklistedType.m */, |
| 563 | + 7657C22024F9BEA70056F5A6 /* NSObject+EDOBlockedType.h */, |
| 564 | + 7657C22124F9BEA70056F5A6 /* NSObject+EDOBlockedType.m */, |
566 | 565 | 7685673223A1C10100EDBDB4 /* EDORemoteException.h */, |
567 | 566 | 7685673123A1C10100EDBDB4 /* EDORemoteException.m */, |
568 | 567 | DC9BF6C022DFC8AD00E135B8 /* NSObject+EDOWeakObject.h */, |
|
1238 | 1237 | isa = PBXSourcesBuildPhase; |
1239 | 1238 | buildActionMask = 2147483647; |
1240 | 1239 | files = ( |
1241 | | - 7690BE9423A9CCBD00C00D02 /* NSObject+EDOBlacklistedType.m in Sources */, |
1242 | 1240 | C5A2F0682134D6A000421D72 /* EDOClassMessage.m in Sources */, |
1243 | 1241 | C8A5E007213F896000D28052 /* NSBlock+EDOInvocation.m in Sources */, |
1244 | 1242 | C5A2F0732134D6C100421D72 /* EDOObject+Invocation.m in Sources */, |
|
1252 | 1250 | C5A2F07C2134D6C100421D72 /* EDOValueObject.m in Sources */, |
1253 | 1251 | C5A2F0782134D6C100421D72 /* EDOProtocolObject.m in Sources */, |
1254 | 1252 | C5A2F07E2134D6C100421D72 /* EDOValueType.m in Sources */, |
| 1253 | + 7657C22224F9BEA70056F5A6 /* NSObject+EDOBlockedType.m in Sources */, |
1255 | 1254 | DC84AF0522D805EE00D43E26 /* EDODeallocationTracker.m in Sources */, |
1256 | 1255 | DC84AF0422D805C800D43E26 /* EDOWeakObject.m in Sources */, |
1257 | 1256 | C5A2F06D2134D6C100421D72 /* EDOInvocationMessage.m in Sources */, |
|
0 commit comments