Skip to content

BrowserEngineKit iOS xcode15.3 b3

Alex Soto edited this page Feb 13, 2024 · 1 revision

#BrowserEngineKit.framework

diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEKeyEntry.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEKeyEntry.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEKeyEntry.h	2024-01-30 23:50:09
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEKeyEntry.h	2024-02-06 09:21:54
@@ -32,8 +32,6 @@
  */
 @property (nonatomic, readonly) BEKeyPressState state;
 
-@property (nonatomic, readonly) BEKeyPressState type API_DEPRECATED_WITH_REPLACEMENT("state", ios(17.4, 17.4));
-
 /**
  *  Represents whether the event is repeating.
  *
diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BETextInput.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BETextInput.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BETextInput.h	2024-01-31 23:25:21
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BETextInput.h	2024-02-06 08:52:30
@@ -391,18 +391,10 @@
  */
 - (void)updateSelectionWithExtentPoint:(CGPoint)point boundary:(UITextGranularity)granularity completionHandler:(void (^)(BOOL selectionEndIsMoving))completionHandler NS_SWIFT_NAME(updateSelection(extent:boundary:completionHandler:));
 
-@optional
-- (void)updateSelectionWithExtentPoint:(CGPoint)point withBoundary:(UITextGranularity)granularity completionHandler:(void (^)(BOOL selectionEndIsMoving))completionHandler API_DEPRECATED_WITH_REPLACEMENT("updateSelectionWithExtentPoint:boundary:completionHandler", ios(17.4, 17.4));
-@required
-
 /**
  *  Updates the selection to text contained within the specified `granularity` at the given `point`
  */
 - (void)selectTextInGranularity:(UITextGranularity)granularity atPoint:(CGPoint)point completionHandler:(void (^)(void))completionHandler NS_SWIFT_NAME(selectText(in:at:completionHandler:));
-
-@optional
-- (void)selectTextWithGranularity:(UITextGranularity)granularity atPoint:(CGPoint)point completionHandler:(void (^)(void))completionHandler API_DEPRECATED_WITH_REPLACEMENT("selectTextInGranularity:atPoint:completionHandler", ios(17.4, 17.4));
-@required
 
 /**
  *  Sets the selection caret to the given point
diff -ruN /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebContentProcess.h /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebContentProcess.h
--- /Applications/Xcode_15.3.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebContentProcess.h	2024-01-30 23:50:09
+++ /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BrowserEngineKit.framework/Headers/BEWebContentProcess.h	2024-02-06 09:21:55
@@ -21,7 +21,7 @@
 /// An object that represents a running web content extension process.
 ///
 /// The system guarantees that the extension process has launched by the time the initializer methods return.
-/// If the extension process exits, the system calls ``interuptionHandler``. There can multiple web content process
+/// If the extension process exits, the system calls ``interruptionHandler``. There can multiple web content process
 /// per  host browser. Each time this type is initialized, a new extension process will be launched.
 NS_REFINED_FOR_SWIFT
 API_AVAILABLE(macos(14.3), ios(17.4))
Clone this wiki locally