-
Notifications
You must be signed in to change notification settings - Fork 571
WebKit iOS 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/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h /Applications/Xcode_26.5.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h
--- /Applications/Xcode_26.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h 2026-03-05 03:23:08
+++ /Applications/Xcode_26.5.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebpagePreferences.h 2026-03-21 00:39:29
@@ -69,7 +69,7 @@
WKSecurityRestrictionModeNone,
WKSecurityRestrictionModeMaximizeCompatibility,
WKSecurityRestrictionModeLockdown
-} API_AVAILABLE(macos(NA), ios(26.4), visionos(NA));
+} API_AVAILABLE(macos(NA), ios(26.5), 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(NA), ios(26.4), visionos(NA));
+@property (nonatomic) WKSecurityRestrictionMode securityRestrictionMode API_AVAILABLE(macos(NA), ios(26.5), visionos(NA));
@end