-
Notifications
You must be signed in to change notification settings - Fork 549
BrowserEngineCore tvOS 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/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h 2024-10-09 23:30:13
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h 2024-10-25 23:53:12
@@ -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)