- Notifications
You must be signed in to change notification settings - Fork 548
Security macOS xcode16.3 b2
Rolf Bjarne Kvinge edited this page Mar 20, 2025 · 2 revisions
#Security.framework https://github.com/dotnet/macios/pull/22442
diff -ruN /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h --- /Applications/Xcode_16.3.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h 2025-02-07 18:41:40 +++ /Applications/Xcode_16.3.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecPolicy.h 2025-02-26 05:10:59 @@ -93,6 +93,19 @@ __OSX_AVAILABLE_STARTING(__MAC_10_9, __IPHONE_7_0); extern const CFStringRef kSecPolicyApplePayIssuerEncryption __OSX_AVAILABLE_STARTING(__MAC_10_11, __IPHONE_9_0); +extern const CFStringRef kSecPolicyAppleSSLServer + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); +extern const CFStringRef kSecPolicyAppleSSLClient + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); +extern const CFStringRef kSecPolicyAppleEAPServer + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); +extern const CFStringRef kSecPolicyAppleEAPClient + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); +extern const CFStringRef kSecPolicyAppleIPSecServer + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); +extern const CFStringRef kSecPolicyAppleIPSecClient + API_AVAILABLE(macos(15.4), ios(18.4), watchos(11.4), tvos(18.4)); + /*! @enum Policy Value Constants