Skip to content

Commit

Permalink
Update Darwin availability annotations for MTRDeviceAttestationDevice…
Browse files Browse the repository at this point in the history
…Info. (#27393)

These properties are going into a known release.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Apr 19, 2024
1 parent 48c9c4c commit 9935092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/darwin/Framework/CHIP/MTRDeviceAttestationDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ NS_ASSUME_NONNULL_BEGIN
* for device attestation. If attestation succeeds, this must match the vendor
* ID from the certification declaration.
*/
@property (nonatomic, readonly) NSNumber * basicInformationVendorID MTR_NEWLY_AVAILABLE;
@property (nonatomic, readonly) NSNumber * basicInformationVendorID API_AVAILABLE(ios(16.6), macos(13.5), watchos(9.6), tvos(16.6));

/**
* The product ID value from the device's Basic Information cluster that was
* used for device attestation. If attestation succeeds, this must match one of
* the product IDs from the certification declaration.
*/
@property (nonatomic, readonly) NSNumber * basicInformationProductID MTR_NEWLY_AVAILABLE;
@property (nonatomic, readonly) NSNumber * basicInformationProductID API_AVAILABLE(ios(16.6), macos(13.5), watchos(9.6), tvos(16.6))
;

@property (nonatomic, readonly) MTRCertificateDERBytes dacCertificate;
@property (nonatomic, readonly) MTRCertificateDERBytes dacPAICertificate;
Expand Down

0 comments on commit 9935092

Please sign in to comment.