-
Notifications
You must be signed in to change notification settings - Fork 515
FileProviderUI macOS xcode13.0 beta1
Sebastien Pouliot edited this page Jun 7, 2021
·
1 revision
#FileProviderUI.framework
diff -ruN /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h 2021-03-16 09:55:00.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionContext.h 2021-06-02 11:07:31.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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h
--- /Applications/Xcode_12.5.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h 2021-03-16 09:55:00.000000000 -0400
+++ /Applications/Xcode_13.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/FileProviderUI.framework/Headers/FPUIActionExtensionViewController.h 2021-06-02 11:07:31.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