Skip to content

BrowserEngineCore watchOS xcode16.0 b1

Rolf Bjarne Kvinge edited this page Jun 18, 2024 · 2 revisions

#BrowserEngineCore.framework

diff -ruN /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2024-04-13 13:32:08
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h	2024-05-30 05:19:18
@@ -18,6 +18,8 @@
 
 #define BROWSERENGINE_TEXTINPUT_AVAILABILITY API_AVAILABLE(ios(17.4))
 
+#define BROWSERENGINE_ACCESSIBILITY_AVAILABILITY API_AVAILABLE(ios(18.0))
+
 #ifndef BROWSERENGINE_FINAL
     #if defined(__has_attribute) && __has_attribute(objc_subclassing_restricted)
         #define BROWSERENGINE_FINAL __attribute__((objc_subclassing_restricted))
Clone this wiki locally