Skip to content

BrowserEngineCore macOS xcode16.2 b2

Alex Soto edited this page Nov 6, 2024 · 2 revisions

#BrowserEngineCore.framework

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2024-09-29 00:04:58
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2024-10-25 23:11:14
@@ -16,9 +16,10 @@
 #define BROWSERENGINE_EXPORT BROWSERENGINE_EXTERN
 #define BROWSERENGINE_IMPORT BROWSERENGINE_EXTERN
 
-#define BROWSERENGINE_TEXTINPUT_AVAILABILITY API_AVAILABLE(ios(17.4))
+#define BROWSERENGINE_TEXTINPUT_AVAILABILITY API_AVAILABLE(ios(17.4)) API_UNAVAILABLE(watchos)
 
-#define BROWSERENGINE_ACCESSIBILITY_AVAILABILITY API_AVAILABLE(ios(18.0))
+#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))
 
 #ifndef BROWSERENGINE_FINAL
     #if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted)

Clone this wiki locally