[NetworkExtension] Update bindings to Xcode 14.3 Beta 2

This commit is contained in:
Alex Soto 2023-03-27 17:17:53 -04:00
Родитель 466efd1502
Коммит 81034eb003
7 изменённых файлов: 14 добавлений и 20 удалений

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

@ -1445,6 +1445,14 @@ namespace NetworkExtension {
[Export ("excludeLocalNetworks")]
bool ExcludeLocalNetworks { get; set; }
[NoWatch, NoTV, Mac (13, 3), iOS (16, 4), MacCatalyst (16, 4)]
[Export ("excludeCellularServices")]
bool ExcludeCellularServices { get; set; }
[NoWatch, NoTV, Mac (13, 3), iOS (16, 4), MacCatalyst (16, 4)]
[Export ("excludeAPNs")]
bool ExcludeApns { get; set; }
[Mac (11, 0)]
[iOS (14, 2)]
[MacCatalyst (14, 2)]
@ -2510,6 +2518,10 @@ namespace NetworkExtension {
[Export ("reportIncomingCallWithUserInfo:")]
void ReportIncomingCall (NSDictionary userInfo);
[NoWatch, NoTV, NoMacCatalyst, NoMac, iOS (16, 4)]
[Export ("reportPushToTalkMessageWithUserInfo:")]
void ReportPushToTalkMessage (NSDictionary userInfo);
[Export ("handleTimerEvent")]
void HandleTimerEvent ();

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

@ -1,5 +0,0 @@
!missing-selector! NEAppPushProvider::reportPushToTalkMessageWithUserInfo: not bound
!missing-selector! NEVPNProtocol::excludeAPNs not bound
!missing-selector! NEVPNProtocol::excludeCellularServices not bound
!missing-selector! NEVPNProtocol::setExcludeAPNs: not bound
!missing-selector! NEVPNProtocol::setExcludeCellularServices: not bound

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

@ -1,4 +0,0 @@
!missing-selector! NEVPNProtocol::excludeAPNs not bound
!missing-selector! NEVPNProtocol::excludeCellularServices not bound
!missing-selector! NEVPNProtocol::setExcludeAPNs: not bound
!missing-selector! NEVPNProtocol::setExcludeCellularServices: not bound

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

@ -1,5 +0,0 @@
!missing-selector! NEAppPushProvider::reportPushToTalkMessageWithUserInfo: not bound
!missing-selector! NEVPNProtocol::excludeAPNs not bound
!missing-selector! NEVPNProtocol::excludeCellularServices not bound
!missing-selector! NEVPNProtocol::setExcludeAPNs: not bound
!missing-selector! NEVPNProtocol::setExcludeCellularServices: not bound

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

@ -1,4 +0,0 @@
!missing-selector! NEVPNProtocol::excludeAPNs not bound
!missing-selector! NEVPNProtocol::excludeCellularServices not bound
!missing-selector! NEVPNProtocol::setExcludeAPNs: not bound
!missing-selector! NEVPNProtocol::setExcludeCellularServices: not bound

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

@ -26,3 +26,5 @@
!missing-type! NEHotspotNetwork not bound
!missing-type! NEIPv6Route not bound
!missing-type! NWTLSParameters not bound
!missing-enum! NEHotspotNetworkSecurityType not bound
!missing-selector! NEHotspotNetwork::securityType not bound

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

@ -1,2 +0,0 @@
!missing-enum! NEHotspotNetworkSecurityType not bound
!missing-selector! NEHotspotNetwork::securityType not bound