Skip to content

SafariServices iOS xcode15.3 rc1

Alex Soto edited this page Mar 8, 2024 · 1 revision

#SafariServices.framework

diff -ruN /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFDefaultBrowserViewController.h /Applications/Xcode_15.3.0-rc.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFDefaultBrowserViewController.h
--- /Applications/Xcode_15.3.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFDefaultBrowserViewController.h	2024-02-07 10:30:56
+++ /Applications/Xcode_15.3.0-rc.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFDefaultBrowserViewController.h	1969-12-31 19:00:00
@@ -1,17 +0,0 @@
-// Copyright © 2023 Apple Inc. All rights reserved.
-
-
-#import <SafariServices/SFFoundation.h>
-#import <UIKit/UIKit.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-SF_EXTERN
-@interface SFDefaultBrowserViewController : UIViewController <UINavigationControllerDelegate>
-
-- (instancetype)initWithViewDidBecomeReady:(void (^)(BOOL))viewDidBecomeReady completition:(void (^)(BOOL))completion;
-
-@end
-
-NS_ASSUME_NONNULL_END
-
Clone this wiki locally