-
Notifications
You must be signed in to change notification settings - Fork 549
Security iOS xcode26.2 b1
Alex Soto edited this page Nov 5, 2025
·
1 revision
#Security.framework
diff -ruN /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h
--- /Applications/Xcode_26.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h 2025-10-14 23:42:24
+++ /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecSharedCredential.h 2025-10-24 21:41:44
@@ -68,9 +68,10 @@
Note: since a request involving shared web credentials may potentially require user interaction or other verification to be approved, this function is dispatched asynchronously; your code provides a completion handler that will be called once the results (if any) are available.
*/
void SecAddSharedWebCredential(CFStringRef fqdn, CFStringRef account, CFStringRef __nullable password,
- void (^completionHandler)(CFErrorRef __nullable error))
- API_AVAILABLE(ios(8.0), macCatalyst(14.0), macos(11.0))
- API_UNAVAILABLE(tvos, watchos);
+ void (^completionHandler)(CFErrorRef __nullable error))
+API_DEPRECATED("Use ASCredentialDataManager.save(password:for:title:anchor:) (AuthenticationServices framework)",
+ ios(8.0, 26.2), macCatalyst(14.0, 26.2), macos(11.0, 26.2))
+API_UNAVAILABLE(tvos, watchos);
/*!
@function SecRequestSharedWebCredential