Skip to content

Commit 47a2793

Browse files
committed
restore deprecation warning
1 parent 809d5dd commit 47a2793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ZitiIdentity.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import Foundation
3737
/// Common names for the certificates in this identities certificate chain.
3838
/// This is only set when the identity is decoded from an older representation. When `certs` is not set, this value can be used to
3939
/// retrieve the identity's certificates from the Keychain.
40-
//@available(*, deprecated, message: "store certificates in `certs` instead")
40+
@available(*, deprecated, message: "store certificates in `certs` instead")
4141
@objc private var certCNs:[String]?
4242

4343
/// scheme, host, and port used to communicate with Ziti controller

0 commit comments

Comments
 (0)