|
81 | 81 | 3CD73F1E2A9E83C1009D82D1 /* MCCommissionableDataProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CD73F1D2A9E83C1009D82D1 /* MCCommissionableDataProvider.mm */; }; |
82 | 82 | 3CD73F202A9EA060009D82D1 /* MCDeviceAttestationCredentials.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD73F1F2A9EA060009D82D1 /* MCDeviceAttestationCredentials.h */; }; |
83 | 83 | 3CD73F222A9EA078009D82D1 /* MCDeviceAttestationCredentials.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CD73F212A9EA077009D82D1 /* MCDeviceAttestationCredentials.mm */; }; |
| 84 | + 3CD73F242B1EA001009D82D1 /* MCDeviceInstanceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD73F232B1EA001009D82D1 /* MCDeviceInstanceInfo.h */; }; |
| 85 | + 3CD73F262B1EA002009D82D1 /* MCDeviceInstanceInfo.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CD73F252B1EA002009D82D1 /* MCDeviceInstanceInfo.m */; }; |
| 86 | + 3CD73F282B1EA003009D82D1 /* MCDeviceInstanceInfoProvider.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CD73F272B1EA003009D82D1 /* MCDeviceInstanceInfoProvider.h */; }; |
| 87 | + 3CD73F2A2B1EA004009D82D1 /* MCDeviceInstanceInfoProvider.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3CD73F292B1EA004009D82D1 /* MCDeviceInstanceInfoProvider.mm */; }; |
84 | 88 | 3CE5ECCE2A673B30007CF331 /* CommissioningCallbackHandlers.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CE5ECCD2A673B30007CF331 /* CommissioningCallbackHandlers.h */; }; |
85 | 89 | 3CE5ECD02A673E2C007CF331 /* CommissioningCallbackHandlers.m in Sources */ = {isa = PBXBuildFile; fileRef = 3CE5ECCF2A673E2C007CF331 /* CommissioningCallbackHandlers.m */; }; |
86 | 90 | 3CF71C0A2A992D0D003A5CE5 /* MCCastingApp.h in Headers */ = {isa = PBXBuildFile; fileRef = 3CF71C092A992D0D003A5CE5 /* MCCastingApp.h */; }; |
|
178 | 182 | 3CD73F1D2A9E83C1009D82D1 /* MCCommissionableDataProvider.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MCCommissionableDataProvider.mm; sourceTree = "<group>"; }; |
179 | 183 | 3CD73F1F2A9EA060009D82D1 /* MCDeviceAttestationCredentials.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MCDeviceAttestationCredentials.h; sourceTree = "<group>"; }; |
180 | 184 | 3CD73F212A9EA077009D82D1 /* MCDeviceAttestationCredentials.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MCDeviceAttestationCredentials.mm; sourceTree = "<group>"; }; |
| 185 | + 3CD73F232B1EA001009D82D1 /* MCDeviceInstanceInfo.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MCDeviceInstanceInfo.h; sourceTree = "<group>"; }; |
| 186 | + 3CD73F252B1EA002009D82D1 /* MCDeviceInstanceInfo.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MCDeviceInstanceInfo.m; sourceTree = "<group>"; }; |
| 187 | + 3CD73F272B1EA003009D82D1 /* MCDeviceInstanceInfoProvider.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MCDeviceInstanceInfoProvider.h; sourceTree = "<group>"; }; |
| 188 | + 3CD73F292B1EA004009D82D1 /* MCDeviceInstanceInfoProvider.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = MCDeviceInstanceInfoProvider.mm; sourceTree = "<group>"; }; |
181 | 189 | 3CE5ECCD2A673B30007CF331 /* CommissioningCallbackHandlers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = CommissioningCallbackHandlers.h; sourceTree = "<group>"; }; |
182 | 190 | 3CE5ECCF2A673E2C007CF331 /* CommissioningCallbackHandlers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = CommissioningCallbackHandlers.m; sourceTree = "<group>"; }; |
183 | 191 | 3CF71C092A992D0D003A5CE5 /* MCCastingApp.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MCCastingApp.h; sourceTree = "<group>"; }; |
|
321 | 329 | 3CD73F212A9EA077009D82D1 /* MCDeviceAttestationCredentials.mm */, |
322 | 330 | 3C6920452AA1093300D0F613 /* MCDeviceAttestationCredentialsProvider.h */, |
323 | 331 | 3C6920472AA1094000D0F613 /* MCDeviceAttestationCredentialsProvider.mm */, |
| 332 | + 3CD73F232B1EA001009D82D1 /* MCDeviceInstanceInfo.h */, |
| 333 | + 3CD73F252B1EA002009D82D1 /* MCDeviceInstanceInfo.m */, |
| 334 | + 3CD73F272B1EA003009D82D1 /* MCDeviceInstanceInfoProvider.h */, |
| 335 | + 3CD73F292B1EA004009D82D1 /* MCDeviceInstanceInfoProvider.mm */, |
324 | 336 | 3C69204B2AA136BA00D0F613 /* MCCommonCaseDeviceServerInitParamsProvider.h */, |
325 | 337 | 3CF8532528E37ED800F07B9F /* MatterError.h */, |
326 | 338 | 3CF8532628E37F1000F07B9F /* MatterError.mm */, |
|
370 | 382 | 3CF71C102A99312D003A5CE5 /* MCCommissionableData.h in Headers */, |
371 | 383 | 3C4F522A2B51DFAE00BB8A10 /* MCCommand_Internal.h in Headers */, |
372 | 384 | 3CD73F202A9EA060009D82D1 /* MCDeviceAttestationCredentials.h in Headers */, |
| 385 | + 3CD73F242B1EA001009D82D1 /* MCDeviceInstanceInfo.h in Headers */, |
| 386 | + 3CD73F282B1EA003009D82D1 /* MCDeviceInstanceInfoProvider.h in Headers */, |
373 | 387 | 3CCB8740286A593700771BAD /* CastingServerBridge.h in Headers */, |
374 | 388 | 3CE5ECCE2A673B30007CF331 /* CommissioningCallbackHandlers.h in Headers */, |
375 | 389 | 39589F162B91556B00BE040C /* MCInteractionModelStructs.h in Headers */, |
|
506 | 520 | 3CD73F1E2A9E83C1009D82D1 /* MCCommissionableDataProvider.mm in Sources */, |
507 | 521 | 39F589E02C1781E4000AAADD /* MCCommissionerDeclaration.mm in Sources */, |
508 | 522 | 3CD73F222A9EA078009D82D1 /* MCDeviceAttestationCredentials.mm in Sources */, |
| 523 | + 3CD73F262B1EA002009D82D1 /* MCDeviceInstanceInfo.m in Sources */, |
| 524 | + 3CD73F2A2B1EA004009D82D1 /* MCDeviceInstanceInfoProvider.mm in Sources */, |
509 | 525 | 39BF57C72B8CFFB90081653C /* MCAttributeObjects.mm in Sources */, |
510 | 526 | 3C2346252B362BBB00FA276E /* MCCastingPlayerDiscovery.mm in Sources */, |
511 | 527 | 3C4F52242B507CA800BB8A10 /* MCCluster.mm in Sources */, |
|
0 commit comments