We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809d5dd commit 47a2793Copy full SHA for 47a2793
lib/ZitiIdentity.swift
@@ -37,7 +37,7 @@ import Foundation
37
/// Common names for the certificates in this identities certificate chain.
38
/// This is only set when the identity is decoded from an older representation. When `certs` is not set, this value can be used to
39
/// retrieve the identity's certificates from the Keychain.
40
- //@available(*, deprecated, message: "store certificates in `certs` instead")
+ @available(*, deprecated, message: "store certificates in `certs` instead")
41
@objc private var certCNs:[String]?
42
43
/// scheme, host, and port used to communicate with Ziti controller
0 commit comments