|
373 | 373 | B4E262172AA0CF2000DBA5BC /* RemoteDataModelLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E262132AA0C7A300DBA5BC /* RemoteDataModelLogger.h */; };
|
374 | 374 | B4E2621B2AA0D02000DBA5BC /* SleepCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4E262192AA0D01D00DBA5BC /* SleepCommand.mm */; };
|
375 | 375 | B4E2621E2AA0D02D00DBA5BC /* WaitForCommissioneeCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4E2621C2AA0D02A00DBA5BC /* WaitForCommissioneeCommand.mm */; };
|
| 376 | + B4F773CA2CB54B61008C6B23 /* LeakChecker.h in Headers */ = {isa = PBXBuildFile; fileRef = B4F773C72CB54B61008C6B23 /* LeakChecker.h */; }; |
| 377 | + B4F773CB2CB54B61008C6B23 /* LeakChecker.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4F773C82CB54B61008C6B23 /* LeakChecker.mm */; }; |
376 | 378 | B4FCD56A2B5EDBD300832859 /* MTRDiagnosticLogsType.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD5692B5EDBD300832859 /* MTRDiagnosticLogsType.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
377 | 379 | B4FCD5702B603A6300832859 /* Commands.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD56D2B603A6300832859 /* Commands.h */; };
|
378 | 380 | B4FCD5712B603A6300832859 /* DownloadLogCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD56E2B603A6300832859 /* DownloadLogCommand.h */; };
|
|
818 | 820 | B4E262132AA0C7A300DBA5BC /* RemoteDataModelLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteDataModelLogger.h; sourceTree = "<group>"; };
|
819 | 821 | B4E262192AA0D01D00DBA5BC /* SleepCommand.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SleepCommand.mm; sourceTree = "<group>"; };
|
820 | 822 | B4E2621C2AA0D02A00DBA5BC /* WaitForCommissioneeCommand.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WaitForCommissioneeCommand.mm; sourceTree = "<group>"; };
|
| 823 | + B4F773C72CB54B61008C6B23 /* LeakChecker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LeakChecker.h; sourceTree = "<group>"; }; |
| 824 | + B4F773C82CB54B61008C6B23 /* LeakChecker.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = LeakChecker.mm; sourceTree = "<group>"; }; |
821 | 825 | B4FCD5692B5EDBD300832859 /* MTRDiagnosticLogsType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MTRDiagnosticLogsType.h; sourceTree = "<group>"; };
|
822 | 826 | B4FCD56D2B603A6300832859 /* Commands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Commands.h; sourceTree = "<group>"; };
|
823 | 827 | B4FCD56E2B603A6300832859 /* DownloadLogCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadLogCommand.h; sourceTree = "<group>"; };
|
|
874 | 878 | 037C3CA82991A44B00B7EEE2 /* darwin-framework-tool */ = {
|
875 | 879 | isa = PBXGroup;
|
876 | 880 | children = (
|
| 881 | + B4F773C92CB54B61008C6B23 /* debug */, |
877 | 882 | 039145E02993102B00257B3E /* main.mm */,
|
878 | 883 | 03F430A52994100000166449 /* controller */,
|
879 | 884 | 039547092992DB02006D42A8 /* editline */,
|
|
1543 | 1548 | path = delay;
|
1544 | 1549 | sourceTree = "<group>";
|
1545 | 1550 | };
|
| 1551 | + B4F773C92CB54B61008C6B23 /* debug */ = { |
| 1552 | + isa = PBXGroup; |
| 1553 | + children = ( |
| 1554 | + B4F773C72CB54B61008C6B23 /* LeakChecker.h */, |
| 1555 | + B4F773C82CB54B61008C6B23 /* LeakChecker.mm */, |
| 1556 | + ); |
| 1557 | + path = debug; |
| 1558 | + sourceTree = "<group>"; |
| 1559 | + }; |
1546 | 1560 | B4FCD56C2B603A6300832859 /* bdx */ = {
|
1547 | 1561 | isa = PBXGroup;
|
1548 | 1562 | children = (
|
|
1594 | 1608 | 037C3DAF2991BD4F00B7EEE2 /* DeviceControllerDelegateBridge.h in Headers */,
|
1595 | 1609 | B4FCD5712B603A6300832859 /* DownloadLogCommand.h in Headers */,
|
1596 | 1610 | 037C3DC32991BD5100B7EEE2 /* Commands.h in Headers */,
|
| 1611 | + B4F773CA2CB54B61008C6B23 /* LeakChecker.h in Headers */, |
1597 | 1612 | 037C3DB82991BD5000B7EEE2 /* ClusterCommandBridge.h in Headers */,
|
1598 | 1613 | 037C3DC82991BD5100B7EEE2 /* CHIPToolKeypair.h in Headers */,
|
1599 | 1614 | 037C3DB52991BD5000B7EEE2 /* WriteAttributeCommandBridge.h in Headers */,
|
|
1900 | 1915 | 03F430A82994112B00166449 /* editline.c in Sources */,
|
1901 | 1916 | 03F430AA2994113500166449 /* sysunix.c in Sources */,
|
1902 | 1917 | B45373BF2A9FEA9100807602 /* adopt.c in Sources */,
|
| 1918 | + B4F773CB2CB54B61008C6B23 /* LeakChecker.mm in Sources */, |
1903 | 1919 | B45373D12A9FEB0C00807602 /* alloc.c in Sources */,
|
1904 | 1920 | B45373DD2A9FEB5300807602 /* base64-decode.c in Sources */,
|
1905 | 1921 | B45373D22A9FEB0C00807602 /* buflist.c in Sources */,
|
|
0 commit comments