[UserNotifications] Update to Xcode 10 Beta 4 (#4481)

This commit is contained in:
Alex Soto 2018-07-20 14:44:09 -05:00 коммит произвёл GitHub
Родитель a3548598a6
Коммит 19dac3b7b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 6 удалений

Просмотреть файл

@ -59,6 +59,7 @@ namespace UserNotifications {
public enum UNNotificationCategoryOptions : ulong {
None = 0,
CustomDismissAction = (1 << 0),
[NoMac]
AllowInCarPlay = (2 << 0),
HiddenPreviewsShowTitle = (1 << 2),
HiddenPreviewsShowSubtitle = (1 << 3),
@ -339,7 +340,7 @@ namespace UserNotifications {
[Export ("categoryIdentifier")]
string CategoryIdentifier { get; }
[Unavailable (PlatformName.TvOS)]
[NoTV, NoMac]
[Export ("launchImageName")]
string LaunchImageName { get; }
@ -394,7 +395,7 @@ namespace UserNotifications {
[Export ("categoryIdentifier")]
string CategoryIdentifier { get; set; }
[Unavailable (PlatformName.TvOS)]
[NoTV, NoMac]
[Export ("launchImageName")]
string LaunchImageName { get; set; }
@ -547,8 +548,7 @@ namespace UserNotifications {
[Export ("lockScreenSetting")]
UNNotificationSetting LockScreenSetting { get; }
[Unavailable (PlatformName.TvOS)]
[Unavailable (PlatformName.WatchOS)]
[NoWatch, NoTV, NoMac]
[Export ("carPlaySetting")]
UNNotificationSetting CarPlaySetting { get; }
@ -670,7 +670,7 @@ namespace UserNotifications {
[iOS (10, 0)]
[Watch (3, 0)]
[Mac (10,14, onlyOn64: true)]
[NoMac]
[Unavailable (PlatformName.TvOS)]
[BaseType (typeof (UNNotificationTrigger))]
[DisableDefaultCtor] // as per doc, use supplied method (CreateTrigger)

Просмотреть файл

@ -1 +0,0 @@
!unknown-type! UNLocationNotificationTrigger bound