Skip to content

SecurityUI tvOS xcode16.3 b2

Rolf Bjarne Kvinge edited this page Mar 6, 2025 · 1 revision

#SecurityUI.framework

diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SecurityUI.framework/Headers/SFCertificatePresentation.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SecurityUI.framework/Headers/SFCertificatePresentation.h
--- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SecurityUI.framework/Headers/SFCertificatePresentation.h	2025-02-07 20:46:33
+++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SecurityUI.framework/Headers/SFCertificatePresentation.h	2025-02-22 09:44:07
@@ -22,7 +22,7 @@
 /// Initialize the certificate presentation with a certificate trust reference.
 - (instancetype)initWithTrust:(SecTrustRef)trust NS_DESIGNATED_INITIALIZER;
 
-/// Clients should use use designated initializers.
+/// Clients should use designated initializers.
 - (instancetype)init NS_UNAVAILABLE;
 + (instancetype)new NS_UNAVAILABLE;
 
Clone this wiki locally