diff --git a/src/CloudKit/Enums.cs b/src/CloudKit/Enums.cs index 623670b15880..d1b7006e5a0a 100644 --- a/src/CloudKit/Enums.cs +++ b/src/CloudKit/Enums.cs @@ -207,7 +207,13 @@ public enum CKShareParticipantPermission : long { } [Watch (3, 0)] - [iOS (10, 10), Mac (10, 12)] + [iOS (10, 0)] + [Mac (10, 12)] + [TV (10, 0)] + [Deprecated (PlatformName.TvOS, 12, 0, message: "Use 'CKShareParticipantRole' instead.")] + [Deprecated (PlatformName.iOS, 12, 0, message: "Use 'CKShareParticipantRole' instead.")] + [Deprecated (PlatformName.WatchOS, 5, 0, message: "Use 'CKShareParticipantRole' instead.")] + [Deprecated (PlatformName.MacOSX, 10, 14, message: "Use 'CKShareParticipantRole' instead.")] [Native] public enum CKShareParticipantType : long { Unknown = 0,