Skip to content

WebKit macOS xcode15.0 b3

Haritha Mohan edited this page Oct 19, 2023 · 3 revisions

#WebKit.framework https://github.com/xamarin/xamarin-macios/pull/19237

diff -ruN /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h
--- /Applications/Xcode_15.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h	2023-06-15 02:02:04
+++ /Applications/Xcode_15.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/WebKit.framework/Headers/WKWebViewConfiguration.h	2023-06-30 03:08:32
@@ -143,16 +143,12 @@
 
 @property (nonatomic) BOOL limitsNavigationsToAppBoundDomains API_AVAILABLE(macos(11.0), ios(14.0));
 
-#if ((TARGET_OS_OSX && __MAC_OS_X_VERSION_MIN_REQUIRED >= 140000) \
-|| (TARGET_OS_IOS && __IPHONE_OS_VERSION_MIN_REQUIRED >= 170000))
 /*! @abstract A Boolean value indicating whether inline predictions are allowed.
 @discussion The default value is `NO`. If false, inline predictions
 are disabled regardless of the system setting. If true, they are enabled based
 on the system setting.
 */
 @property (nonatomic) BOOL allowsInlinePredictions API_AVAILABLE(macos(14.0), ios(17.0));
-#endif
-
 
 #if TARGET_OS_IPHONE
 /*! @abstract A Boolean value indicating whether HTML5 videos play inline
Clone this wiki locally