Skip to content

WebKit macOS xcode26.5 b1

Alex Soto edited this page Mar 31, 2026 · 2 revisions

#WebKit.framework

diff -ruN /Applications/Xcode_26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h /Applications/Xcode_26.5.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h
--- /Applications/Xcode_26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h	2026-03-05 03:26:05
+++ /Applications/Xcode_26.5.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h	2026-03-26 01:48:22
@@ -69,7 +69,7 @@
     WKSecurityRestrictionModeNone,
     WKSecurityRestrictionModeMaximizeCompatibility,
     WKSecurityRestrictionModeLockdown
-} API_AVAILABLE(macos(26.4), ios(NA), visionos(NA));
+} API_AVAILABLE(macos(26.5), ios(NA), visionos(NA));
 
 /*! A WKWebpagePreferences object is a collection of properties that
  determine the preferences to use when loading and rendering a page.
@@ -126,6 +126,6 @@
  When the system has chosen WKSecurityRestrictionModeLockdown (e.g., in Lockdown Mode), attempts to set a less restrictive mode will fail silently.
  The default value is WKSecurityRestrictionModeNone.
  */
-@property (nonatomic) WKSecurityRestrictionMode securityRestrictionMode API_AVAILABLE(macos(26.4), ios(NA), visionos(NA));
+@property (nonatomic) WKSecurityRestrictionMode securityRestrictionMode API_AVAILABLE(macos(26.5), ios(NA), visionos(NA));
 
 @end

Clone this wiki locally