-
Notifications
You must be signed in to change notification settings - Fork 514
IntentsUI macOS xcode14.0 beta1
Manuel de la Pena edited this page Aug 18, 2022
·
3 revisions
#IntentsUI.framework https://github.com/xamarin/xamarin-macios/pull/15704
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INImage+IntentsUI.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INImage+IntentsUI.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INImage+IntentsUI.h 1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/INImage+IntentsUI.h 2022-05-31 15:01:35.000000000 -0400
@@ -0,0 +1,20 @@
+//
+// INImage+IntentsUI.h
+// Intents
+//
+// Created by Andrea Gottardo on 3/1/22.
+// Copyright © 2022 Apple Inc. All rights reserved.
+//
+
+#import <Intents/INImage.h>
+#import <AppKit/AppKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface INImage (IntentsUI)
+
++ (instancetype)imageWithNSImage:(NSImage *)image API_AVAILABLE(macos(13.0)) API_UNAVAILABLE(ios, watchos, tvos);
+
+@end
+
+NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/IntentsUI.h /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/IntentsUI.h
--- /Applications/Xcode_13.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/IntentsUI.h 2022-02-12 07:31:33.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/IntentsUI.framework/Headers/IntentsUI.h 2022-05-21 08:44:48.000000000 -0400
@@ -16,3 +16,4 @@
#import <IntentsUI/INUIAddVoiceShortcutButton.h>
#import <IntentsUI/INUIAddVoiceShortcutViewController.h>
#import <IntentsUI/INUIEditVoiceShortcutViewController.h>
+#import <IntentsUI/INImage+IntentsUI.h>
- 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