Skip to content

SharedWithYouCore tvOS xcode14.0 beta4

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

#SharedWithYouCore.framework https://github.com/xamarin/xamarin-macios/pull/15634

diff -ruN /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsPickerGroup.h /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsPickerGroup.h
--- /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsPickerGroup.h	1969-12-31 19:00:00.000000000 -0500
+++ /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsPickerGroup.h	2022-07-19 23:09:57.000000000 -0400
@@ -0,0 +1,21 @@
+//  Copyright (c) 2022 Apple. All rights reserved.
+
+@class SWCollaborationOptionsGroup;
+
+NS_ASSUME_NONNULL_BEGIN
+
+/*!
+     @class SWCollaborationOptionsPickerGroup
+     @abstract represents a group of SWCollaborationOptions that should be grouped together as a picker list from which one option in the list can be selected at a time
+     @discussion SWCollaborationOptionsPickerGroup is used as a picker view which allows the user to select only one of the SWCollaborationOptions at a time from each group.
+ */
+SW_EXTERN @interface SWCollaborationOptionsPickerGroup : SWCollaborationOptionsGroup
+
+/*!
+    @abstract The identifier of the selected option in the option group. Defaults to the first SWCollaboration option identifier.
+ */
+@property (nonatomic, strong, readwrite) NSString *selectedOptionIdentifier;
+
+@end
+
+NS_ASSUME_NONNULL_END
diff -ruN /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h
--- /Applications/Xcode_14.0.0-beta3.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h	2022-06-30 01:02:19.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SharedWithYouCore.h	2022-07-19 23:09:57.000000000 -0400
@@ -21,6 +21,7 @@
 #import <SharedWithYouCore/SWCollaborationCoordinator.h>
 #import <SharedWithYouCore/SWCollaborationOption.h>
 #import <SharedWithYouCore/SWCollaborationOptionsGroup.h>
+#import <SharedWithYouCore/SWCollaborationOptionsPickerGroup.h>
 #import <SharedWithYouCore/SWCollaborationShareOptions.h>
 #import <SharedWithYouCore/SWCollaborationMetadata.h>
 #import <SharedWithYouCore/SWPerson.h>
Clone this wiki locally