Skip to content

StoreKit iOS xcode26.0 b1

Alex Soto edited this page Jun 9, 2025 · 1 revision

#StoreKit.framework

diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h	1969-12-31 19:00:00
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h	2025-05-31 01:23:41
@@ -0,0 +1,22 @@
+//
+//  SKDownloaderExtension.h
+//  StoreKit
+//
+//  Created by Gabriel Jacoby-Cooper on 3/20/25.
+//  Copyright © 2025 Apple Inc. All rights reserved.
+//
+
+#if __has_include(<BackgroundAssets/BackgroundAssets.h>)
+#import <BackgroundAssets/BackgroundAssets.h>
+
+/// A protocol to which a downloader extension for Apple-Hosted Background Assets must conform.
+///
+/// The protocol provides default implementations for all of the inherited `BADownloaderExtension` requirements. You can optionally implement the inherited `BAManagedDownloaderExtension` requirements. For more information, see <doc://com.apple.documentation/documentation/backgroundassets>.
+/// - Warning: Don’t implement any of the inherited `BADownloaderExtension` requirements.
+API_AVAILABLE(ios(26.0), macos(26.0), tvos(26.0), visionos(26.0))
+API_UNAVAILABLE(watchos)
+NS_REFINED_FOR_SWIFT
+@protocol SKDownloaderExtension <BAManagedDownloaderExtension>
+
+@end
+#endif
diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h
--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h	2025-04-19 12:29:59
+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h	2025-05-31 01:23:40
@@ -12,6 +12,7 @@
 #import <StoreKit/SKCloudServiceController.h>
 #import <StoreKit/SKCloudServiceSetupViewController.h>
 #import <StoreKit/SKDownload.h>
+#import <StoreKit/SKDownloaderExtension.h>
 #import <StoreKit/SKError.h>
 #import <StoreKit/SKOverlay.h>
 #import <StoreKit/SKOverlayConfiguration.h>
Clone this wiki locally