Skip to content

Commit

Permalink
forgot a few suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Jul 19, 2021
1 parent 6e1ce90 commit 09b686f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/usernotifications.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}
Expand Down
2 changes: 1 addition & 1 deletion tests/xtro-sharpie/tvOS-UserNotifications.ignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/xtro-sharpie/watchOS-UserNotifications.ignore
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 09b686f

Please sign in to comment.