[storekit] Fix SKCloudServiceSetupMessageIdentifier and SKProductStorePromotionController tvOS availability (#2568)

- Fixes introspection tests on tvOS 10.
This commit is contained in:
Vincent Dondain 2017-08-30 11:15:54 -04:00 коммит произвёл GitHub
Родитель f4e2603f2f
Коммит b1fd79232f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -583,7 +583,7 @@ namespace XamCore.StoreKit {
Subscribe,
}
[iOS (11,0)]
[iOS (11,0), TV (11,0)]
enum SKCloudServiceSetupMessageIdentifier {
[Field ("SKCloudServiceSetupMessageIdentifierJoin")]
Join,
@ -606,7 +606,7 @@ namespace XamCore.StoreKit {
void RequestReview ();
}
[iOS (11,0)]
[iOS (11,0), TV (11,0)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor] // static Default property is the only documented way to get the controller
interface SKProductStorePromotionController {