From 51598c0be782b7edacc2de2caf75ee85a2e605ae Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Dec 2024 16:58:13 +0100 Subject: [PATCH] [src] Remove watchOS attributes, manual edition. --- src/intents.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intents.cs b/src/intents.cs index 0d312a56ed0..b3b582d92cb 100644 --- a/src/intents.cs +++ b/src/intents.cs @@ -1723,7 +1723,7 @@ public enum INMediaItemType : long { [iOS (13, 0)] [MacCatalyst (13, 1)] AlgorithmicRadioStation, - [Watch (6, 2, 1), iOS (13, 4, 1)] + [iOS (13, 4, 1)] [MacCatalyst (13, 1)] News, }