[systemconfiguration] Small update for iOS 10 beta 1 (#312)

It looks like Apple reverted the deprecation of the API (maybe due to
lack of alternatives for some?)
This commit is contained in:
Sebastien Pouliot 2016-06-29 02:18:44 -04:00 коммит произвёл Rolf Bjarne Kvinge
Родитель 38af4434e0
Коммит ae9c6527a2
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -19,7 +19,6 @@ namespace XamCore.SystemConfiguration {
// http://developer.apple.com/library/ios/#documentation/SystemConfiguration/Reference/CaptiveNetworkRef/Reference/reference.html
// CaptiveNetwork.h
[Availability (Deprecated = Platform.iOS_9_0, Message = "Use NEHotspotHelper")]
public static partial class CaptiveNetwork {
#if !MONOMAC