From a8b0c29cc29d8f06a894dcd3c14773d1d1dd2e40 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Tue, 12 Oct 2021 17:25:07 -0400 Subject: [PATCH 1/2] [iTunesLibrary] Updates for MacCatalyst --- src/iTunesLibrary/Enums.cs | 1 + ...lyst-iTunesLibrary.todo => MacCatalyst-iTunesLibrary.ignore} | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename tests/xtro-sharpie/{MacCatalyst-iTunesLibrary.todo => MacCatalyst-iTunesLibrary.ignore} (98%) diff --git a/src/iTunesLibrary/Enums.cs b/src/iTunesLibrary/Enums.cs index 56bf0b0201..e050bbd74f 100644 --- a/src/iTunesLibrary/Enums.cs +++ b/src/iTunesLibrary/Enums.cs @@ -317,6 +317,7 @@ namespace iTunesLibrary { Kind, } + [Deprecated (PlatformName.MacCatalyst, 14, 0)] [MacCatalyst (14,0)] [Mac (10,14)] public enum ITLibMediaEntityProperty { diff --git a/tests/xtro-sharpie/MacCatalyst-iTunesLibrary.todo b/tests/xtro-sharpie/MacCatalyst-iTunesLibrary.ignore similarity index 98% rename from tests/xtro-sharpie/MacCatalyst-iTunesLibrary.todo rename to tests/xtro-sharpie/MacCatalyst-iTunesLibrary.ignore index 107c10494e..836208645f 100644 --- a/tests/xtro-sharpie/MacCatalyst-iTunesLibrary.todo +++ b/tests/xtro-sharpie/MacCatalyst-iTunesLibrary.ignore @@ -1,3 +1,4 @@ +## Selectors are all macOS only and not used in Catalyst !missing-field! ITLibMediaEntityPropertyPersistentID not bound !missing-field! ITLibMediaItemPropertyAddedDate not bound !missing-field! ITLibMediaItemPropertyAlbumArtist not bound @@ -77,5 +78,4 @@ !missing-field! ITLibPlaylistPropertyName not bound !missing-field! ITLibPlaylistPropertyParentPersistentID not bound !missing-field! ITLibPlaylistPropertyVisible not bound -## appended from unclassified file !missing-field! ITLibPlaylistPropertyPrimary not bound From cc9e21344434f8c9012a2fe939f25a13b358b0c4 Mon Sep 17 00:00:00 2001 From: Rachel Kang Date: Wed, 13 Oct 2021 09:44:48 -0400 Subject: [PATCH 2/2] Remove Catalyst availability and deprecation --- src/iTunesLibrary/Enums.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/iTunesLibrary/Enums.cs b/src/iTunesLibrary/Enums.cs index e050bbd74f..64b293b936 100644 --- a/src/iTunesLibrary/Enums.cs +++ b/src/iTunesLibrary/Enums.cs @@ -317,8 +317,6 @@ namespace iTunesLibrary { Kind, } - [Deprecated (PlatformName.MacCatalyst, 14, 0)] - [MacCatalyst (14,0)] [Mac (10,14)] public enum ITLibMediaEntityProperty { [Field ("ITLibMediaEntityPropertyPersistentID")]