-
Notifications
You must be signed in to change notification settings - Fork 516
FileProviderUI iOS xcode13.0 beta1
Alex Soto edited this page Aug 3, 2021
·
2 revisions
#FileProviderUI.framework
diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h 2021-03-16 08:47:53.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h 2021-06-02 12:47:28.000000000 -0400
@@ -14,17 +14,18 @@
NS_ASSUME_NONNULL_BEGIN
-extern NSString *const FPUIErrorDomain API_AVAILABLE(ios(11.0)) __TVOS_UNAVAILABLE;
+extern NSString *const FPUIErrorDomain API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(macCatalyst, tvos);
typedef NSString * FPUIActionIdentifier NS_EXTENSIBLE_STRING_ENUM;
typedef NS_ENUM(NSUInteger, FPUIExtensionErrorCode) {
FPUIExtensionErrorCodeUserCancelled,
FPUIExtensionErrorCodeFailed,
-} API_AVAILABLE(ios(11.0)) __TVOS_UNAVAILABLE;
+} API_AVAILABLE(ios(11.0)) API_UNAVAILABLE(macCatalyst, tvos);
FPUI_AVAILABLE(ios(11.0), macos(10.15))
+API_UNAVAILABLE(macCatalyst)
@interface FPUIActionExtensionContext : NSExtensionContext
@property (readonly, copy, nullable) NSFileProviderDomainIdentifier domainIdentifier;
diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h 2021-03-16 08:47:53.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h 2021-06-02 12:47:28.000000000 -0400
@@ -24,6 +24,7 @@
NS_ASSUME_NONNULL_BEGIN
FPUI_AVAILABLE(ios(11.0), macos(10.15))
+API_UNAVAILABLE(macCatalyst)
#if TARGET_OS_OSX
@interface FPUIActionExtensionViewController : NSViewController
#else
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status