|
302 | 302 | 99C65E10267282F1003402F6 /* MTRControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 99C65E0F267282F1003402F6 /* MTRControllerTests.m */; };
|
303 | 303 | 99D466E12798936D0089A18F /* MTRCommissioningParameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 99D466E02798936D0089A18F /* MTRCommissioningParameters.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
304 | 304 | 9BD359B92C545F9E00CCFE4D /* MTRDeviceXPCTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD359B82C545F9E00CCFE4D /* MTRDeviceXPCTests.m */; };
|
| 305 | + 9BD359BB2C5461DB00CCFE4D /* MTRDevice+XPC.h in Headers */ = {isa = PBXBuildFile; fileRef = 9BD359BA2C5461DB00CCFE4D /* MTRDevice+XPC.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 306 | + 9BD359BF2C5462B800CCFE4D /* MTRDevice+XPC.m in Sources */ = {isa = PBXBuildFile; fileRef = 9BD359BE2C5462AE00CCFE4D /* MTRDevice+XPC.m */; }; |
305 | 307 | AF1CB86E2874B03B00865A96 /* MTROTAProviderDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1CB86D2874B03B00865A96 /* MTROTAProviderDelegate.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
306 | 308 | AF1CB8702874B04C00865A96 /* MTROTAProviderDelegateBridge.h in Headers */ = {isa = PBXBuildFile; fileRef = AF1CB86F2874B04C00865A96 /* MTROTAProviderDelegateBridge.h */; };
|
307 | 309 | AF5F90FF2878D351005503FA /* MTROTAProviderDelegateBridge.mm in Sources */ = {isa = PBXBuildFile; fileRef = AF5F90FE2878D351005503FA /* MTROTAProviderDelegateBridge.mm */; };
|
|
729 | 731 | 99C65E0F267282F1003402F6 /* MTRControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTRControllerTests.m; sourceTree = "<group>"; };
|
730 | 732 | 99D466E02798936D0089A18F /* MTRCommissioningParameters.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTRCommissioningParameters.h; sourceTree = "<group>"; };
|
731 | 733 | 9BD359B82C545F9E00CCFE4D /* MTRDeviceXPCTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MTRDeviceXPCTests.m; sourceTree = "<group>"; };
|
| 734 | + 9BD359BA2C5461DB00CCFE4D /* MTRDevice+XPC.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MTRDevice+XPC.h"; sourceTree = "<group>"; }; |
| 735 | + 9BD359BE2C5462AE00CCFE4D /* MTRDevice+XPC.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "MTRDevice+XPC.m"; sourceTree = "<group>"; }; |
732 | 736 | AF1CB86D2874B03B00865A96 /* MTROTAProviderDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTROTAProviderDelegate.h; sourceTree = "<group>"; };
|
733 | 737 | AF1CB86F2874B04C00865A96 /* MTROTAProviderDelegateBridge.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MTROTAProviderDelegateBridge.h; sourceTree = "<group>"; };
|
734 | 738 | AF5F90FE2878D351005503FA /* MTROTAProviderDelegateBridge.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MTROTAProviderDelegateBridge.mm; sourceTree = "<group>"; };
|
|
1393 | 1397 | 5173A47329C0E2ED00F67F48 /* MTRFabricInfo.mm */,
|
1394 | 1398 | 515BE4EC2B72C0C5000BC1FD /* MTRUnfairLock.h */,
|
1395 | 1399 | 3D69867E29382E58007314E7 /* Resources */,
|
| 1400 | + 9BD359BA2C5461DB00CCFE4D /* MTRDevice+XPC.h */, |
| 1401 | + 9BD359BE2C5462AE00CCFE4D /* MTRDevice+XPC.m */, |
1396 | 1402 | );
|
1397 | 1403 | path = CHIP;
|
1398 | 1404 | sourceTree = "<group>";
|
|
1602 | 1608 | 5173A47529C0E2ED00F67F48 /* MTRFabricInfo_Internal.h in Headers */,
|
1603 | 1609 | 3D843717294979230070D20A /* MTRClusters_Internal.h in Headers */,
|
1604 | 1610 | 7596A85728788557004DAE0E /* MTRClusters.h in Headers */,
|
| 1611 | + 9BD359BB2C5461DB00CCFE4D /* MTRDevice+XPC.h in Headers */, |
1605 | 1612 | 99D466E12798936D0089A18F /* MTRCommissioningParameters.h in Headers */,
|
1606 | 1613 | 75B3269C2BCDB9D600E17C4E /* MTRDeviceConnectivityMonitor.h in Headers */,
|
1607 | 1614 | 754784672BFE93B00089C372 /* MTRDeviceStorageBehaviorConfiguration.h in Headers */,
|
|
1938 | 1945 | 93B2CF9A2B56E45C00E4D187 /* MTRClusterNames.mm in Sources */,
|
1939 | 1946 | 998F287126D56940001846C6 /* MTRP256KeypairBridge.mm in Sources */,
|
1940 | 1947 | 516416012B6B483C00D5CE11 /* MTRIMDispatch.mm in Sources */,
|
| 1948 | + 9BD359BF2C5462B800CCFE4D /* MTRDevice+XPC.m in Sources */, |
1941 | 1949 | 51D0B1412B61B3A4006E3511 /* MTRServerCluster.mm in Sources */,
|
1942 | 1950 | 514C79FC2B62F94C00DD6D7B /* ota-provider.cpp in Sources */,
|
1943 | 1951 | 5136661428067D550025EDAE /* MTRDeviceControllerFactory.mm in Sources */,
|
|
0 commit comments