-
Notifications
You must be signed in to change notification settings - Fork 549
BrowserEngineCore iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h
--- /Applications/Xcode_15.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h 2024-04-17 07:28:03
+++ /Applications/Xcode_16.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineCore.framework/Headers/BEMacros.h 2024-05-30 10:38:09
@@ -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))