-
Notifications
You must be signed in to change notification settings - Fork 547
CoreFoundation macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFUserNotification.h
--- /Applications/Xcode_26.1.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.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/MacOSX.platform/Developer/SDKs/MacOSX.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