|
336 | 336 | B2E0D7B7245B0B5C003C5B48 /* MTRQRCodeSetupPayloadParser.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2E0D7AE245B0B5C003C5B48 /* MTRQRCodeSetupPayloadParser.mm */; };
|
337 | 337 | B2E0D7B8245B0B5C003C5B48 /* MTRSetupPayload.h in Headers */ = {isa = PBXBuildFile; fileRef = B2E0D7AF245B0B5C003C5B48 /* MTRSetupPayload.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
338 | 338 | B2E0D7B9245B0B5C003C5B48 /* MTRSetupPayload.mm in Sources */ = {isa = PBXBuildFile; fileRef = B2E0D7B0245B0B5C003C5B48 /* MTRSetupPayload.mm */; };
|
| 339 | + B409D0AE2CCFB89600A7ED5A /* DeviceDelegate.h in Headers */ = {isa = PBXBuildFile; fileRef = B409D0AC2CCFB89600A7ED5A /* DeviceDelegate.h */; }; |
| 340 | + B409D0AF2CCFB89600A7ED5A /* DeviceDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = B409D0AD2CCFB89600A7ED5A /* DeviceDelegate.mm */; }; |
339 | 341 | B43B39EA2CB859A5006AA284 /* DumpMemoryGraphCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B43B39E62CB859A5006AA284 /* DumpMemoryGraphCommand.mm */; };
|
340 | 342 | B43B39EB2CB859A5006AA284 /* LeaksTool.mm in Sources */ = {isa = PBXBuildFile; fileRef = B43B39E82CB859A5006AA284 /* LeaksTool.mm */; };
|
341 | 343 | B43B39EC2CB859A5006AA284 /* DumpMemoryGraphCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = B43B39E52CB859A5006AA284 /* DumpMemoryGraphCommand.h */; };
|
|
800 | 802 | B2E0D7AE245B0B5C003C5B48 /* MTRQRCodeSetupPayloadParser.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MTRQRCodeSetupPayloadParser.mm; sourceTree = "<group>"; };
|
801 | 803 | B2E0D7AF245B0B5C003C5B48 /* MTRSetupPayload.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MTRSetupPayload.h; sourceTree = "<group>"; };
|
802 | 804 | B2E0D7B0245B0B5C003C5B48 /* MTRSetupPayload.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MTRSetupPayload.mm; sourceTree = "<group>"; };
|
| 805 | + B409D0AC2CCFB89600A7ED5A /* DeviceDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DeviceDelegate.h; sourceTree = "<group>"; }; |
| 806 | + B409D0AD2CCFB89600A7ED5A /* DeviceDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DeviceDelegate.mm; sourceTree = "<group>"; }; |
803 | 807 | B43B39E42CB859A5006AA284 /* Commands.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Commands.h; sourceTree = "<group>"; };
|
804 | 808 | B43B39E52CB859A5006AA284 /* DumpMemoryGraphCommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = DumpMemoryGraphCommand.h; sourceTree = "<group>"; };
|
805 | 809 | B43B39E62CB859A5006AA284 /* DumpMemoryGraphCommand.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = DumpMemoryGraphCommand.mm; sourceTree = "<group>"; };
|
|
1013 | 1017 | 037C3D9B2991BD4F00B7EEE2 /* common */ = {
|
1014 | 1018 | isa = PBXGroup;
|
1015 | 1019 | children = (
|
| 1020 | + B409D0AC2CCFB89600A7ED5A /* DeviceDelegate.h */, |
| 1021 | + B409D0AD2CCFB89600A7ED5A /* DeviceDelegate.mm */, |
1016 | 1022 | B43B39EF2CB99090006AA284 /* CertificateIssuer.h */,
|
1017 | 1023 | B43B39F02CB99090006AA284 /* CertificateIssuer.mm */,
|
1018 | 1024 | B43B39F12CB99090006AA284 /* ControllerStorage.h */,
|
|
1673 | 1679 | B4F773CA2CB54B61008C6B23 /* LeakChecker.h in Headers */,
|
1674 | 1680 | B43B39F82CB99090006AA284 /* CertificateIssuer.h in Headers */,
|
1675 | 1681 | B43B39F92CB99090006AA284 /* PreferencesStorage.h in Headers */,
|
| 1682 | + B409D0AE2CCFB89600A7ED5A /* DeviceDelegate.h in Headers */, |
1676 | 1683 | B43B39FA2CB99090006AA284 /* ControllerStorage.h in Headers */,
|
1677 | 1684 | 037C3DB82991BD5000B7EEE2 /* ClusterCommandBridge.h in Headers */,
|
1678 | 1685 | 037C3DC82991BD5100B7EEE2 /* CHIPToolKeypair.h in Headers */,
|
|
2058 | 2065 | 0382FA302992F40C00247BBB /* ComplexArgumentParser.cpp in Sources */,
|
2059 | 2066 | 039145E12993102B00257B3E /* main.mm in Sources */,
|
2060 | 2067 | 037C3DD42991BD5200B7EEE2 /* logging.mm in Sources */,
|
| 2068 | + B409D0AF2CCFB89600A7ED5A /* DeviceDelegate.mm in Sources */, |
2061 | 2069 | 512431282BA0C8BF000BC136 /* SetMRPParametersCommand.mm in Sources */,
|
2062 | 2070 | 512431292BA0C8BF000BC136 /* ResetMRPParametersCommand.mm in Sources */,
|
2063 | 2071 | 037C3DB32991BD5000B7EEE2 /* OpenCommissioningWindowCommand.mm in Sources */,
|
|
0 commit comments