[watchos][watchkit] Update up to Xcode 9.2 beta 2 (#2988)

This commit is contained in:
Sebastien Pouliot 2017-11-09 15:50:28 -05:00 коммит произвёл GitHub
Родитель eeb8f823af
Коммит 53ff499b26
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -892,6 +892,10 @@ namespace XamCore.WatchKit {
[Export ("autorotating")]
bool Autorotating { [Bind ("isAutorotating")] get; set; }
[Watch (4,2)]
[Export ("autorotated")]
bool Autorotated { [Bind ("isAutorotated")] get; }
[Watch (4,0)]
[Export ("frontmostTimeoutExtended")]
bool FrontmostTimeoutExtended { [Bind ("isFrontmostTimeoutExtended")] get; set; }