From d5bfe8dc578f636a919aa0fcc0a2ca3b1b36c045 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Thu, 31 Oct 2024 18:25:38 -0700 Subject: [PATCH] Update src/darwin/Framework/CHIP/MTRKeypair.h Co-authored-by: Boris Zbarsky --- src/darwin/Framework/CHIP/MTRKeypair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/darwin/Framework/CHIP/MTRKeypair.h b/src/darwin/Framework/CHIP/MTRKeypair.h index e370808701d8e7..d7381fe096f900 100644 --- a/src/darwin/Framework/CHIP/MTRKeypair.h +++ b/src/darwin/Framework/CHIP/MTRKeypair.h @@ -43,7 +43,7 @@ NS_ASSUME_NONNULL_BEGIN * @brief Returns public key for the keypair without adding a reference. DEPRECATED - please use copyPublicKey, otherwise this will leak. */ -- (SecKeyRef)publicKey MTR_DEPRECATED("Please implement copyPublicKey, this will leak otherwise", ios(16.4, 18.3), macos(13.3, 15.3), watchos(9.4, 11.3), tvos(16.4, 18.3)); +- (SecKeyRef)publicKey MTR_DEPRECATED("Please implement copyPublicKey, this will leak otherwise", ios(16.1, 18.3), macos(13.0, 15.3), watchos(9.1, 11.3), tvos(16.1, 18.3)); /** * @brief A function to sign a message using ECDSA