Skip to content

BackgroundAssets iOS xcode14.0 beta2

Manuel de la Pena edited this page Aug 5, 2022 · 3 revisions

#BackgroundAssets.framework https://github.com/xamarin/xamarin-macios/pull/15649

diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypes.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypes.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypes.h	2022-05-31 14:52:09.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypes.h	2022-06-17 15:29:09.000000000 -0400
@@ -38,19 +38,4 @@
 FOUNDATION_EXPORT const BADownloaderPriority BADownloaderPriorityMax
 API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos);
 
-/// @brief A type that defines keys for the meta info dictionary passed to the extnesion.
-typedef NSString *BADownloaderExtensionMetadataKey NS_TYPED_ENUM;
-
-/// @brief A key that will contain a NSString * in notification info dictionary.
-FOUNDATION_EXPORT BADownloaderExtensionMetadataKey const BADownloaderExtensionMetadataKeyApplicationIdentifier API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos);
-
-/// @brief A key that contains the name of the app in the localization in which it was purchased.
-FOUNDATION_EXPORT BADownloaderExtensionMetadataKey const BADownloaderExtensionMetadataKeyLocalizedApplicationName API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos);
-
-/// @brief A key that will contain a URL to the location where the downloaded data should be.
-FOUNDATION_EXPORT BADownloaderExtensionMetadataKey const BADownloaderExtensionMetadataKeyApplicationCacheLocationURL API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos);
-
-/// @brief A key that will contain a URL to the location where the application bundle should be.
-FOUNDATION_EXPORT BADownloaderExtensionMetadataKey const BADownloaderExtensionMetadataKeyApplicationLocationURL API_AVAILABLE(macos(13.0), ios(16.0)) API_UNAVAILABLE(tvos, watchos);
-
 NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypesDeprecated.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypesDeprecated.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypesDeprecated.h	2022-05-31 14:52:09.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BATypesDeprecated.h	1969-12-31 19:00:00.000000000 -0500
@@ -1,30 +0,0 @@
-//
-//  BATypesDeprecated.h
-//  BackgroundAssets
-//
-//  Copyright (c) 2022, Apple Inc.
-//  All rights reserved.
-//
-
-#import <Foundation/Foundation.h>
-#import <BackgroundAssets/BackgroundAssets.h>
-
-NS_ASSUME_NONNULL_BEGIN
-
-FOUNDATION_EXPORT NSString *kBADownloaderInfoDictionaryApplicationIdentifierKey
-API_DEPRECATED_WITH_REPLACEMENT("BADownloaderExtensionMetadataKeyApplicationIdentifier", macos(13.0, 13.0), ios(16.0, 16.0))
-API_UNAVAILABLE(tvos, watchos);
-
-FOUNDATION_EXPORT NSString *kBADownloaderInfoDictionaryLocalizedApplicationNameKey
-API_DEPRECATED_WITH_REPLACEMENT("BADownloaderExtensionMetadataKeyLocalizedApplicationName", macos(13.0, 13.0), ios(16.0, 16.0))
-API_UNAVAILABLE(tvos, watchos);
-
-FOUNDATION_EXPORT NSString *kBADownloaderInfoDictionaryApplicationCacheLocationURLKey
-API_DEPRECATED_WITH_REPLACEMENT("BADownloaderExtensionMetadataKeyApplicationCacheLocationURL", macos(13.0, 13.0), ios(16.0, 16.0))
-API_UNAVAILABLE(tvos, watchos);
-
-FOUNDATION_EXPORT NSString *kBADownloaderInfoDictionaryApplicationLocationURLKey
-API_DEPRECATED_WITH_REPLACEMENT("BADownloaderExtensionMetadataKeyApplicationLocationURL", macos(13.0, 13.0), ios(16.0, 16.0))
-API_UNAVAILABLE(tvos, watchos);
-
-NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BackgroundAssets.h /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BackgroundAssets.h
--- /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BackgroundAssets.h	2022-05-21 09:04:07.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/BackgroundAssets.framework/Headers/BackgroundAssets.h	2022-06-16 01:56:48.000000000 -0400
@@ -14,7 +14,6 @@
 
 #import <BackgroundAssets/BABase.h>
 #import <BackgroundAssets/BATypes.h>
-#import <BackgroundAssets/BATypesDeprecated.h>
 #import <BackgroundAssets/BADownload.h>
 #import <BackgroundAssets/BAApplicationExtensionInfo.h>
 #import <BackgroundAssets/BADownloaderExtension.h>
Clone this wiki locally