From 09b686fcf4dcc9d31a53a4c30e73d96d1b2a8c9a Mon Sep 17 00:00:00 2001 From: tj_devel709 Date: Mon, 19 Jul 2021 15:35:59 -0500 Subject: [PATCH] forgot a few suggestions --- src/usernotifications.cs | 4 ++-- tests/xtro-sharpie/tvOS-UserNotifications.ignore | 2 +- tests/xtro-sharpie/watchOS-UserNotifications.ignore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/usernotifications.cs b/src/usernotifications.cs index 77053f6928be..f3240f79affc 100644 --- a/src/usernotifications.cs +++ b/src/usernotifications.cs @@ -880,11 +880,11 @@ interface UNNotificationActionIcon : NSCopying, NSSecureCoding { [Static] [Export ("iconWithTemplateImageName:")] - UNNotificationActionIcon CreateFromTemplate (string ImageName); + UNNotificationActionIcon CreateFromTemplate (string imageName); [Static] [Export ("iconWithSystemImageName:")] - UNNotificationActionIcon CreateFromSystem (string ImageName); + UNNotificationActionIcon CreateFromSystem (string imageName); } interface IUNNotificationContentProviding {} diff --git a/tests/xtro-sharpie/tvOS-UserNotifications.ignore b/tests/xtro-sharpie/tvOS-UserNotifications.ignore index 378ff6c90ece..2d9fae697322 100644 --- a/tests/xtro-sharpie/tvOS-UserNotifications.ignore +++ b/tests/xtro-sharpie/tvOS-UserNotifications.ignore @@ -1,4 +1,4 @@ -## Deprecated +# both added and deprecated in Xcode 13 beta 2 !missing-selector! UNMutableNotificationContent::setSummaryArgument: not bound !missing-selector! UNMutableNotificationContent::setSummaryArgumentCount: not bound !missing-selector! UNMutableNotificationContent::summaryArgument not bound diff --git a/tests/xtro-sharpie/watchOS-UserNotifications.ignore b/tests/xtro-sharpie/watchOS-UserNotifications.ignore index 378ff6c90ece..2d9fae697322 100644 --- a/tests/xtro-sharpie/watchOS-UserNotifications.ignore +++ b/tests/xtro-sharpie/watchOS-UserNotifications.ignore @@ -1,4 +1,4 @@ -## Deprecated +# both added and deprecated in Xcode 13 beta 2 !missing-selector! UNMutableNotificationContent::setSummaryArgument: not bound !missing-selector! UNMutableNotificationContent::setSummaryArgumentCount: not bound !missing-selector! UNMutableNotificationContent::summaryArgument not bound