Skip to content

CoreFoundation iOS xcode26.1 b2

Rolf Bjarne Kvinge edited this page Oct 7, 2025 · 1 revision

#CoreFoundation.framework

diff -ruN /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h
--- /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h	2025-09-08 04:22:07
+++ /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h	2025-09-29 06:49:20
@@ -178,6 +178,18 @@
 CF_EXPORT
 const CFStringRef kCFUserNotificationKeyboardTypesKey API_AVAILABLE(macos(10.0)) API_UNAVAILABLE(ios, watchos, tvos);
 
+CF_EXPORT
+const CFStringRef kCFUserNotificationAlertAccessibilityIdentifierKey API_UNAVAILABLE(ios) API_UNAVAILABLE(macos, watchos, tvos, visionos, macCatalyst);
+
+CF_EXPORT
+const CFStringRef kCFUserNotificationDefaultButtonAccessibilityIdentifierKey API_UNAVAILABLE(ios) API_UNAVAILABLE(macos, watchos, tvos, visionos, macCatalyst);
+
+CF_EXPORT
+const CFStringRef kCFUserNotificationAlternateButtonAccessibilityIdentifierKey API_UNAVAILABLE(ios) API_UNAVAILABLE(macos, watchos, tvos, visionos, macCatalyst);
+
+CF_EXPORT
+const CFStringRef kCFUserNotificationOtherButtonAccessibilityIdentifierKey API_UNAVAILABLE(ios) API_UNAVAILABLE(macos, watchos, tvos, visionos, macCatalyst);
+
 CF_EXTERN_C_END
 CF_IMPLICIT_BRIDGING_DISABLED
 
Clone this wiki locally