Skip to content

SharedWithYou macOS xcode14.2 rc

Alex Soto edited this page Dec 11, 2022 · 2 revisions

#SharedWithYou.framework https://github.com/xamarin/xamarin-macios/pull/17010

diff -ruN /Applications/Xcode_14.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h /Applications/Xcode_14.2.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h
--- /Applications/Xcode_14.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h	2022-10-06 13:30:23.000000000 -0400
+++ /Applications/Xcode_14.2.0-rc.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/SharedWithYou.framework/Headers/SWCollaborationView.h	2022-11-12 15:59:13.000000000 -0500
@@ -57,6 +57,7 @@
 @property (nonatomic, copy) NSString *headerSubtitle;
 #if TARGET_OS_OSX
 @property (nonatomic, strong) NSImage *headerImage;
+@property (readonly) NSMenuItem *menuFormRepresentation API_AVAILABLE(macos(13.1));
 #else
 @property (nonatomic, strong) UIImage *headerImage;
 #endif
Clone this wiki locally