Skip to content

Commit

Permalink
Add correct API_AVAILABLE annotations to new cert generation function…
Browse files Browse the repository at this point in the history
…s. (#26667)
  • Loading branch information
bzbarsky-apple authored May 19, 2023
1 parent 21147a5 commit 43743fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/darwin/Framework/CHIP/MTRCertificates.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN
fabricID:(NSNumber * _Nullable)fabricID
validityPeriod:(NSDateInterval *)validityPeriod
error:(NSError * __autoreleasing _Nullable * _Nullable)error
MTR_NEWLY_AVAILABLE;
API_AVAILABLE(ios(16.6), macos(13.5), watchos(9.6), tvos(16.6));

/**
* As above, but defaults to no expiration time.
Expand Down Expand Up @@ -96,7 +96,7 @@ NS_ASSUME_NONNULL_BEGIN
fabricID:(NSNumber * _Nullable)fabricID
validityPeriod:(NSDateInterval *)validityPeriod
error:(NSError * __autoreleasing _Nullable * _Nullable)error
MTR_NEWLY_AVAILABLE;
API_AVAILABLE(ios(16.6), macos(13.5), watchos(9.6), tvos(16.6));

/**
* As above, but defaults to no expiration time.
Expand Down Expand Up @@ -142,7 +142,7 @@ NS_ASSUME_NONNULL_BEGIN
caseAuthenticatedTags:(NSSet<NSNumber *> * _Nullable)caseAuthenticatedTags
validityPeriod:(NSDateInterval *)validityPeriod
error:(NSError * __autoreleasing _Nullable * _Nullable)error
MTR_NEWLY_AVAILABLE;
API_AVAILABLE(ios(16.6), macos(13.5), watchos(9.6), tvos(16.6));

/**
* As above, but defaults to no expiration time.
Expand Down

0 comments on commit 43743fb

Please sign in to comment.