-
Notifications
You must be signed in to change notification settings - Fork 515
SharedWithYouCore tvOS xcode14.0 beta5
Manuel de la Pena edited this page Aug 18, 2022
·
3 revisions
#SharedWithYouCore.framework ##mandel
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWAction.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWAction.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWAction.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWAction.h 2022-08-06 03:27:42.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -5,8 +7,8 @@
NS_ASSUME_NONNULL_BEGIN
-SW_EXTERN
-@interface SWAction : NSObject <NSCopying, NSSecureCoding>
+API_AVAILABLE(ios(16.0), macos(13.0))
+SW_EXTERN @interface SWAction : NSObject <NSCopying, NSSecureCoding>
@property (nonatomic, readonly) NSUUID *uuid;
@property (nonatomic, readonly, getter=isComplete) BOOL complete;
@@ -17,3 +19,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationActionHandler.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationActionHandler.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationActionHandler.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationActionHandler.h 2022-08-06 03:27:41.000000000 -0400
@@ -10,6 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
+API_AVAILABLE(ios(16.0), macos(13.0))
@protocol SWCollaborationActionHandler <NSObject>
- (void)collaborationCoordinator:(SWCollaborationCoordinator *)coordinator handleStartCollaborationAction:(SWStartCollaborationAction *)action;
- (void)collaborationCoordinator:(SWCollaborationCoordinator *)coordinator handleUpdateCollaborationParticipantsAction:(SWUpdateCollaborationParticipantsAction *)action;
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationCoordinator.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationCoordinator.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationCoordinator.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationCoordinator.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -7,6 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationCoordinator : NSObject
@property (class, nonatomic, strong, readonly) SWCollaborationCoordinator *sharedCoordinator;
@@ -15,3 +18,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationMetadata.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationMetadata.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationMetadata.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationMetadata.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -19,7 +21,7 @@
*/
typedef NSString *SWLocalCollaborationIdentifier NS_TYPED_EXTENSIBLE_ENUM;
-
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationMetadata : NSObject <NSSecureCoding, NSCopying, NSMutableCopying>
/*!
@@ -70,3 +72,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOption.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOption.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOption.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOption.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -9,6 +11,7 @@
@abstract Represents a collaboration option which determines how the document should be shared
@discussion SWCollaborationOptions represents the different permissions the document can be shared with in the CSCollaborationOptionsView
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationOption : NSObject <NSCopying, NSSecureCoding>
/*!
@@ -56,3 +59,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsGroup.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsGroup.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsGroup.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsGroup.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <SharedWithYouCore/SWDefines.h>
@@ -9,13 +11,14 @@
/*!
@abstract String identifier used to initialize a UTType to represent the type of the array of SWCollaborationOptionsGroups when registering to and reading from the NSItemProvider
*/
-SW_EXTERN NSString * const UTCollaborationOptionsTypeIdentifier;
+SW_EXTERN NSString * const UTCollaborationOptionsTypeIdentifier API_AVAILABLE(ios(16.0), macos(13.0));
/*!
@class SWCollaborationOptionsGroup
@abstract represents a group of SWCollaborationOptions that should be grouped together and displayed in the same section in the CSCollaborationOptionsView
@discussion SWCollaborationOptionsGroups group together options which represent the ways which the document can be shared and indicates a section of CSCollaborationOptionsView. A SWCollaborationOptionsGroup with one option indicates a switch.
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationOptionsGroup : NSObject <NSCopying, NSSecureCoding>
/*!
@@ -58,3 +61,5 @@
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /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-beta5.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 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationOptionsPickerGroup.h 2022-08-06 03:27:42.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
@class SWCollaborationOptionsGroup;
@@ -9,6 +11,7 @@
@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.
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationOptionsPickerGroup : SWCollaborationOptionsGroup
/*!
@@ -19,3 +22,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationShareOptions.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationShareOptions.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationShareOptions.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWCollaborationShareOptions.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -12,6 +14,7 @@
@abstract represents the state of the collaboration options for the document.
@discussion SWCollaborationShareOptions contains the SWCollaborationOptionsGorups that are available for the collaboration as well as a string, provided by the client, that summarizes the state of the selected options.
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWCollaborationShareOptions : NSObject <NSCopying, NSSecureCoding>
/*!
@@ -57,3 +60,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPerson.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPerson.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPerson.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPerson.h 2022-08-06 03:27:42.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
//
// SWPerson.h
// SocialLayer
@@ -12,6 +14,7 @@
@class SWPersonIdentity;
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWPerson : NSObject <NSSecureCoding>
/*!
@@ -29,3 +32,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentity.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentity.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentity.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentity.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -9,6 +11,7 @@
@class SWPersonIdentity
@abstract Represents an opaque Merkle tree where the root hash of the tree can uniquely identify the individual by all of their devices. The individual's devices can prove themselves to be part of this identity, and can then be used for cryptographic signatures for that individual.
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
NS_SWIFT_NAME(SWPerson.Identity)
SW_EXTERN @interface SWPersonIdentity : NSObject <NSSecureCoding, NSCopying>
@@ -31,3 +34,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentityProof.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentityProof.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentityProof.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWPersonIdentityProof.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <Foundation/Foundation.h>
@@ -9,6 +11,7 @@
@class SWPersonIdentityProof
@abstract Represents an opaque Merkle tree proof of inclusion. Inclusion hashes are provided to verify that the individual device has access to the document.
*/
+API_AVAILABLE(ios(16.0), macos(13.0))
NS_SWIFT_NAME(SWPerson.IdentityProof)
SW_EXTERN @interface SWPersonIdentityProof : NSObject <NSSecureCoding, NSCopying>
@@ -34,6 +37,7 @@
@end
+API_AVAILABLE(ios(16.0), macos(13.0))
NS_SWIFT_NAME(SWPerson.SignedIdentityProof)
SW_EXTERN @interface SWSignedPersonIdentityProof : SWPersonIdentityProof
@@ -47,3 +51,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWStartCollaborationAction.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWStartCollaborationAction.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWStartCollaborationAction.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWStartCollaborationAction.h 2022-08-06 03:27:42.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
// Copyright (c) 2022 Apple. All rights reserved.
#import <SharedWithYouCore/SWAction.h>
@@ -5,6 +7,7 @@
NS_ASSUME_NONNULL_BEGIN
+API_AVAILABLE(ios(16.0), macos(13.0))
SW_EXTERN @interface SWStartCollaborationAction : SWAction <NSSecureCoding, NSCopying>
@property (nonatomic, readonly) SWCollaborationMetadata *collaborationMetadata;
@@ -17,3 +20,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
diff -ruN /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWUpdateCollaborationParticipantsAction.h /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWUpdateCollaborationParticipantsAction.h
--- /Applications/Xcode_14.0.0-beta4.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWUpdateCollaborationParticipantsAction.h 2022-07-19 23:09:57.000000000 -0400
+++ /Applications/Xcode_14.0.0-beta5.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS.sdk/System/Library/Frameworks/SharedWithYouCore.framework/Headers/SWUpdateCollaborationParticipantsAction.h 2022-08-06 03:27:41.000000000 -0400
@@ -1,3 +1,5 @@
+#import <TargetConditionals.h>
+#if !TARGET_OS_TV
//
// SWUpdateCollaborationParticipantsAction.h
// SharedWithYouCore
@@ -13,7 +15,8 @@
NS_ASSUME_NONNULL_BEGIN
-@interface SWUpdateCollaborationParticipantsAction : SWAction <NSSecureCoding, NSCopying>
+API_AVAILABLE(ios(16.0), macos(13.0))
+SW_EXTERN @interface SWUpdateCollaborationParticipantsAction : SWAction <NSSecureCoding, NSCopying>
@property (nonatomic, readonly) SWCollaborationMetadata *collaborationMetadata;
@@ -27,3 +30,5 @@
@end
NS_ASSUME_NONNULL_END
+
+#endif // !TARGET_OS_TV
- 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