|
299 | 299 | B45373FF2A9FEC4F00807602 /* unix-misc.c in Sources */ = {isa = PBXBuildFile; fileRef = B45373F82A9FEC4F00807602 /* unix-misc.c */; };
|
300 | 300 | B45374002A9FEC4F00807602 /* unix-init.c in Sources */ = {isa = PBXBuildFile; fileRef = B45373F92A9FEC4F00807602 /* unix-init.c */; };
|
301 | 301 | B45374012A9FEC4F00807602 /* unix-sockets.c in Sources */ = {isa = PBXBuildFile; fileRef = B45373FA2A9FEC4F00807602 /* unix-sockets.c */; };
|
| 302 | + B4C8E6B72B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4C8E6B42B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.mm */; }; |
302 | 303 | B4E262162AA0CF1C00DBA5BC /* RemoteDataModelLogger.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4E262122AA0C7A300DBA5BC /* RemoteDataModelLogger.mm */; };
|
303 | 304 | B4E262172AA0CF2000DBA5BC /* RemoteDataModelLogger.h in Headers */ = {isa = PBXBuildFile; fileRef = B4E262132AA0C7A300DBA5BC /* RemoteDataModelLogger.h */; };
|
304 | 305 | B4E2621B2AA0D02000DBA5BC /* SleepCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4E262192AA0D01D00DBA5BC /* SleepCommand.mm */; };
|
305 | 306 | B4E2621E2AA0D02D00DBA5BC /* WaitForCommissioneeCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4E2621C2AA0D02A00DBA5BC /* WaitForCommissioneeCommand.mm */; };
|
| 307 | + B4FCD56A2B5EDBD300832859 /* MTRDiagnosticLogsType.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD5692B5EDBD300832859 /* MTRDiagnosticLogsType.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
| 308 | + B4FCD5732B611EB300832859 /* MTRDiagnosticLogsDownloader.h in Headers */ = {isa = PBXBuildFile; fileRef = B4C8E6B32B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.h */; }; |
| 309 | + B4FCD5702B603A6300832859 /* Commands.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD56D2B603A6300832859 /* Commands.h */; }; |
| 310 | + B4FCD5712B603A6300832859 /* DownloadLogCommand.h in Headers */ = {isa = PBXBuildFile; fileRef = B4FCD56E2B603A6300832859 /* DownloadLogCommand.h */; }; |
| 311 | + B4FCD5722B603A6300832859 /* DownloadLogCommand.mm in Sources */ = {isa = PBXBuildFile; fileRef = B4FCD56F2B603A6300832859 /* DownloadLogCommand.mm */; }; |
306 | 312 | BA09EB43247477BA00605257 /* libCHIP.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BA09EB3F2474762900605257 /* libCHIP.a */; };
|
307 | 313 | D4772A46285AE98400383630 /* MTRClusterConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = D4772A45285AE98300383630 /* MTRClusterConstants.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
308 | 314 | /* End PBXBuildFile section */
|
|
669 | 675 | B45373F82A9FEC4F00807602 /* unix-misc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "unix-misc.c"; path = "repo/lib/plat/unix/unix-misc.c"; sourceTree = "<group>"; };
|
670 | 676 | B45373F92A9FEC4F00807602 /* unix-init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "unix-init.c"; path = "repo/lib/plat/unix/unix-init.c"; sourceTree = "<group>"; };
|
671 | 677 | B45373FA2A9FEC4F00807602 /* unix-sockets.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "unix-sockets.c"; path = "repo/lib/plat/unix/unix-sockets.c"; sourceTree = "<group>"; };
|
| 678 | + B4C8E6B32B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MTRDiagnosticLogsDownloader.h; sourceTree = "<group>"; }; |
| 679 | + B4C8E6B42B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = MTRDiagnosticLogsDownloader.mm; sourceTree = "<group>"; }; |
672 | 680 | B4E262122AA0C7A300DBA5BC /* RemoteDataModelLogger.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = RemoteDataModelLogger.mm; sourceTree = "<group>"; };
|
673 | 681 | B4E262132AA0C7A300DBA5BC /* RemoteDataModelLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RemoteDataModelLogger.h; sourceTree = "<group>"; };
|
674 | 682 | B4E262192AA0D01D00DBA5BC /* SleepCommand.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = SleepCommand.mm; sourceTree = "<group>"; };
|
675 | 683 | B4E2621C2AA0D02A00DBA5BC /* WaitForCommissioneeCommand.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = WaitForCommissioneeCommand.mm; sourceTree = "<group>"; };
|
| 684 | + B4FCD5692B5EDBD300832859 /* MTRDiagnosticLogsType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MTRDiagnosticLogsType.h; sourceTree = "<group>"; }; |
| 685 | + B4FCD56D2B603A6300832859 /* Commands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Commands.h; sourceTree = "<group>"; }; |
| 686 | + B4FCD56E2B603A6300832859 /* DownloadLogCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DownloadLogCommand.h; sourceTree = "<group>"; }; |
| 687 | + B4FCD56F2B603A6300832859 /* DownloadLogCommand.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DownloadLogCommand.mm; sourceTree = "<group>"; }; |
676 | 688 | BA09EB3F2474762900605257 /* libCHIP.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libCHIP.a; path = lib/libCHIP.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
677 | 689 | BA107AEE2470CFBB004287EB /* chip_xcode_build_connector.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = chip_xcode_build_connector.sh; sourceTree = "<group>"; };
|
678 | 690 | D437613E285BDC0D0051FEA2 /* MTRErrorTestUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MTRErrorTestUtils.h; sourceTree = "<group>"; };
|
|
741 | 753 | 037C3D7B2991BD4F00B7EEE2 /* commands */ = {
|
742 | 754 | isa = PBXGroup;
|
743 | 755 | children = (
|
| 756 | + B4FCD56C2B603A6300832859 /* bdx */, |
744 | 757 | B4E262182AA0CFFE00DBA5BC /* delay */,
|
745 | 758 | 03FB93DA2A46200A0048CB35 /* discover */,
|
746 | 759 | 037C3D7C2991BD4F00B7EEE2 /* pairing */,
|
|
1105 | 1118 | B202528F2459E34F00F97062 /* CHIP */ = {
|
1106 | 1119 | isa = PBXGroup;
|
1107 | 1120 | children = (
|
| 1121 | + B4FCD5692B5EDBD300832859 /* MTRDiagnosticLogsType.h */, |
| 1122 | + B4C8E6B32B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.h */, |
| 1123 | + B4C8E6B42B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.mm */, |
1108 | 1124 | 1E4D655129C30A8700BC3478 /* MTRCommissionableBrowser.mm */,
|
1109 | 1125 | 1E4D654C29C208DD00BC3478 /* MTRCommissionableBrowser.h */,
|
1110 | 1126 | 1E4D654D29C208DD00BC3478 /* MTRCommissionableBrowserDelegate.h */,
|
|
1339 | 1355 | path = delay;
|
1340 | 1356 | sourceTree = "<group>";
|
1341 | 1357 | };
|
| 1358 | + B4FCD56C2B603A6300832859 /* bdx */ = { |
| 1359 | + isa = PBXGroup; |
| 1360 | + children = ( |
| 1361 | + B4FCD56D2B603A6300832859 /* Commands.h */, |
| 1362 | + B4FCD56E2B603A6300832859 /* DownloadLogCommand.h */, |
| 1363 | + B4FCD56F2B603A6300832859 /* DownloadLogCommand.mm */, |
| 1364 | + ); |
| 1365 | + path = bdx; |
| 1366 | + sourceTree = "<group>"; |
| 1367 | + }; |
1342 | 1368 | BA09EB3E2474762900605257 /* Frameworks */ = {
|
1343 | 1369 | isa = PBXGroup;
|
1344 | 1370 | children = (
|
|
1368 | 1394 | 037C3DCE2991BD5100B7EEE2 /* CHIPCommandBridge.h in Headers */,
|
1369 | 1395 | 037C3DD22991BD5200B7EEE2 /* InteractiveCommands.h in Headers */,
|
1370 | 1396 | 037C3DAF2991BD4F00B7EEE2 /* DeviceControllerDelegateBridge.h in Headers */,
|
| 1397 | + B4FCD5712B603A6300832859 /* DownloadLogCommand.h in Headers */, |
1371 | 1398 | 037C3DC32991BD5100B7EEE2 /* Commands.h in Headers */,
|
1372 | 1399 | 037C3DB82991BD5000B7EEE2 /* ClusterCommandBridge.h in Headers */,
|
1373 | 1400 | 037C3DC82991BD5100B7EEE2 /* CHIPToolKeypair.h in Headers */,
|
|
1380 | 1407 | 037C3DB92991BD5000B7EEE2 /* ReportCommandBridge.h in Headers */,
|
1381 | 1408 | 037C3DBE2991BD5000B7EEE2 /* OTASoftwareUpdateInteractive.h in Headers */,
|
1382 | 1409 | 037C3DBD2991BD5000B7EEE2 /* OTAProviderDelegate.h in Headers */,
|
| 1410 | + B4FCD5702B603A6300832859 /* Commands.h in Headers */, |
1383 | 1411 | 037C3DB02991BD4F00B7EEE2 /* Commands.h in Headers */,
|
1384 | 1412 | 037C3DC02991BD5100B7EEE2 /* Commands.h in Headers */,
|
1385 | 1413 | B4E262172AA0CF2000DBA5BC /* RemoteDataModelLogger.h in Headers */,
|
|
1411 | 1439 | 5178E6812AE098520069DF72 /* MTRCommandTimedCheck.h in Headers */,
|
1412 | 1440 | 7596A84B287636C1004DAE0E /* MTRDevice_Internal.h in Headers */,
|
1413 | 1441 | 5A6FEC9927B5C88900F25F42 /* MTRDeviceOverXPC.h in Headers */,
|
| 1442 | + B4FCD5732B611EB300832859 /* MTRDiagnosticLogsDownloader.h in Headers */, |
1414 | 1443 | 51B22C222740CB1D008D5055 /* MTRCommandPayloadsObjc.h in Headers */,
|
1415 | 1444 | 51B22C1E2740CB0A008D5055 /* MTRStructsObjc.h in Headers */,
|
1416 | 1445 | 2CB7163B252E8A7B0026E2BB /* MTRDeviceControllerDelegateBridge.h in Headers */,
|
|
1460 | 1489 | 998F286D26D55E10001846C6 /* MTRKeypair.h in Headers */,
|
1461 | 1490 | 1ED276E426C5832500547A89 /* MTRCluster.h in Headers */,
|
1462 | 1491 | 3D843711294977000070D20A /* NSStringSpanConversion.h in Headers */,
|
| 1492 | + B4FCD56A2B5EDBD300832859 /* MTRDiagnosticLogsType.h in Headers */, |
1463 | 1493 | 5A6FEC9A27B5C89300F25F42 /* MTRDeviceControllerXPCConnection.h in Headers */,
|
1464 | 1494 | 5129BCFD26A9EE3300122DDF /* MTRError.h in Headers */,
|
1465 | 1495 | 2C8C8FC1253E0C2100797F05 /* MTRStorage.h in Headers */,
|
|
1643 | 1673 | B45373C12A9FEA9100807602 /* close.c in Sources */,
|
1644 | 1674 | 039546A62991E151006D42A8 /* InteractionModel.cpp in Sources */,
|
1645 | 1675 | B45373E72A9FEBA400807602 /* parsers.c in Sources */,
|
| 1676 | + B4FCD5722B603A6300832859 /* DownloadLogCommand.mm in Sources */, |
1646 | 1677 | B45373BF2A9FEA9100807602 /* adopt.c in Sources */,
|
1647 | 1678 | B45373F32A9FEC1A00807602 /* server-ws.c in Sources */,
|
1648 | 1679 | 03F430AA2994113500166449 /* sysunix.c in Sources */,
|
|
1736 | 1767 | AF5F90FF2878D351005503FA /* MTROTAProviderDelegateBridge.mm in Sources */,
|
1737 | 1768 | 51E95DFC2A78443C00A434F0 /* MTRSessionResumptionStorageBridge.mm in Sources */,
|
1738 | 1769 | 7534F12828BFF20300390851 /* MTRDeviceAttestationDelegate.mm in Sources */,
|
| 1770 | + B4C8E6B72B3453AD00FCD54D /* MTRDiagnosticLogsDownloader.mm in Sources */, |
1739 | 1771 | 2C5EEEF7268A85C400CAE3D3 /* MTRDeviceConnectionBridge.mm in Sources */,
|
1740 | 1772 | 51B22C262740CB32008D5055 /* MTRStructsObjc.mm in Sources */,
|
1741 | 1773 | 2C222AD1255C620600E446B9 /* MTRBaseDevice.mm in Sources */,
|
|
0 commit comments