-
Notifications
You must be signed in to change notification settings - Fork 570
BrowserKit iOS xcode27.0 b2
Alex Soto edited this page Jun 23, 2026
·
1 revision
#BrowserKit.framework
diff -ruN /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserKit.framework/Headers/BEBrowserContentFilter.h /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserKit.framework/Headers/BEBrowserContentFilter.h
--- /Applications/Xcode_27.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserKit.framework/Headers/BEBrowserContentFilter.h 2026-05-30 01:20:06
+++ /Applications/Xcode_27.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserKit.framework/Headers/BEBrowserContentFilter.h 2026-06-18 03:59:58
@@ -4,8 +4,8 @@
NS_ASSUME_NONNULL_BEGIN
-API_AVAILABLE(ios(27.0))
-API_UNAVAILABLE(tvos, watchos, macCatalyst, macos, visionos)
+API_AVAILABLE(ios(27.0), macos(27.0))
+API_UNAVAILABLE(tvos, watchos, macCatalyst, visionos)
@interface BEBrowserContentFilter : NSObject
/**
@abstract Evaluates whether a URL should be blocked.