Skip to content

ExtensionKit iOS xcode14.1 b3

Manuel de la Pena edited this page Oct 21, 2022 · 2 revisions

#ExtensionKit.framework ##mandel

diff -ruN /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h
--- /Applications/Xcode_14.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h	2022-09-09 10:37:30.000000000 -0500
+++ /Applications/Xcode_14.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/ExtensionKit.framework/Headers/EXHostViewController.h	2022-09-23 14:03:21.000000000 -0500
@@ -55,10 +55,6 @@
 /// Called when the view controller will stop hosting the remote user interface. This can occur when the extension exits or when the view controller's `configuration` property is changed.
 -(void)hostViewControllerWillDeactivate:(EXHostViewController*)viewController error:(nullable NSError *)error;
 
-
-/// Called when the extension attempts to establish and XPC connection back to the host
--(BOOL)shouldAcceptXPCConnection:(NSXPCConnection*)connection;
-
 @end
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally