- Notifications
You must be signed in to change notification settings - Fork548
StoreKit MacCatalyst xcode26.0 b1
Rolf Bjarne Kvinge edited this pageAug 5, 2025 ·3 revisions
#StoreKit.frameworkhttps://github.com/dotnet/macios/pull/23486
diff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h1969-12-31 19:00:00+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/SKDownloaderExtension.h2025-05-24 23:58:00@@ -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+#endifdiff -ruN /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h--- /Applications/Xcode_16.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h2025-04-19 03:57:04+++ /Applications/Xcode_26.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/iOSSupport/System/Library/Frameworks/StoreKit.framework/Headers/StoreKit.h2025-05-24 23:58:00@@ -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>