Skip to content

Security iOS xcode26.0 b2

Alex Soto edited this page Jun 24, 2025 · 1 revision

#Security.framework

diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h	2025-05-30 23:18:09
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Security.framework/Headers/SecItem.h	2025-06-18 00:16:26
@@ -1013,10 +1013,11 @@
         is a CFStringRef that represents a user-visible string describing
         the operation for which the application is attempting to authenticate.
         The application is responsible for the text localization.
-    @constant kSecUseNoAuthenticationUI macOS only. Specifies a dictionary key whose value
+    @constant kSecUseNoAuthenticationUI Specifies a dictionary key whose value
         is a CFBooleanRef. If provided with a value of kCFBooleanTrue, the error
         errSecInteractionNotAllowed will be returned if the item is attempting
-        to authenticate with UI.
+        to authenticate with UI. Note: on macOS, this attribute only applies to items stored
+        in the Data Protection keychain. Legacy keychain items will still activate UI if needed.
     @constant kSecUseAuthenticationUI Specifies a dictionary key whose value
         is one of kSecUseAuthenticationUIAllow, kSecUseAuthenticationUIFail, kSecUseAuthenticationUISkip.
     @constant kSecUseAuthenticationContext Specifies a dictionary key whose value
Clone this wiki locally