[TVServices] Update to Xcode 9 GM (#2675)

This commit is contained in:
Alex Soto 2017-09-13 02:14:08 -05:00 коммит произвёл Rolf Bjarne Kvinge
Родитель 1e3129a45c
Коммит 4f24ac9202
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -33,6 +33,8 @@ namespace XamCore.TVServices {
public enum TVContentItemImageTrait : nuint {
UserInterfaceStyleLight = (1 << 8),
UserInterfaceStyleDark = (2 << 8),
ScreenScale1x = (1 << 12),
ScreenScale2x = (2 << 12),
}
static public class TVContentItemImageShapeExtensions {