- 
                Notifications
    You must be signed in to change notification settings 
- Fork 549
BrowserEngineCore iOS xcode26.0 b2
        Rolf Bjarne Kvinge edited this page Aug 21, 2025 
        ·
        3 revisions
      
    #BrowserEngineCore.framework https://github.com/dotnet/macios/pull/23659
diff -ruN /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h
--- /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2025-05-25 02:38:23
+++ /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2025-06-10 19:33:30
@@ -20,6 +20,7 @@
 
 #define BROWSERENGINE_ACCESSIBILITY_AVAILABILITY API_AVAILABLE(ios(18.0), visionos(2.0)) API_UNAVAILABLE(watchos)
 #define BROWSERENGINE_ACCESSIBILITY_MARKER_AVAILABILITY API_AVAILABLE(ios(18.2), visionos(2.2))
+#define BROWSERENGINE_ACCESSIBILITY_REMOTE_AVAILABILITY API_AVAILABLE(ios(26.0), visionos(26.0))
 
 #ifndef BROWSERENGINE_FINAL
     #if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted)