Skip to content

SafariServices iOS xcode26.2 b2

Alex Soto edited this page Nov 18, 2025 · 1 revision

#SafariServices.framework

diff -ruN /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFError.h /Applications/Xcode_26.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFError.h
--- /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFError.h	2025-10-29 00:44:23
+++ /Applications/Xcode_26.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFError.h	2025-11-14 02:02:13
@@ -16,4 +16,5 @@
     SFErrorLoadingInterrupted = 3,
     SFErrorInternalError = 4,
     SFErrorMissingEntitlement = 5,
+    SFErrorMaximumAttemptsExceeded = 6,
 } API_AVAILABLE(ios(10.0), macCatalyst(13.4));
diff -ruN /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariExtensionState.h /Applications/Xcode_26.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariExtensionState.h
--- /Applications/Xcode_26.2.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariExtensionState.h	2025-10-29 00:44:22
+++ /Applications/Xcode_26.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/SafariServices.framework/Headers/SFSafariExtensionState.h	2025-11-14 02:02:13
@@ -8,7 +8,7 @@
 
 NS_SWIFT_SENDABLE
 SF_EXTERN API_AVAILABLE(ios(26.2), visionos(26.2)) API_UNAVAILABLE(tvos, watchos)
-@interface SFSafariExtensionState : NSObject<NSSecureCoding>
+@interface SFSafariExtensionState : NSObject
 
 @property (nonatomic, readonly, getter=isEnabled) BOOL enabled;
 
Clone this wiki locally