pyobjc-framework-NetworkExtension 10.3.2__tar.gz → 11.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/NetworkExtension/_metadata.py +130 -3
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/pyobjc_framework_NetworkExtension.egg-info/PKG-INFO +19 -8
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/pyobjc_framework_NetworkExtension.egg-info/SOURCES.txt +9 -1
- pyobjc_framework_networkextension-11.1/Lib/pyobjc_framework_NetworkExtension.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_networkextension-11.1/Lib/pyobjc_framework_NetworkExtension.egg-info/requires.txt +2 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/License.txt +1 -1
- pyobjc_framework_networkextension-11.1/Modules/_NetworkExtension.m +67 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Modules/pyobjc-api.h +1 -1
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Modules/pyobjc-compat.h +175 -7
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PKG-INFO +19 -8
- pyobjc_framework_networkextension-11.1/PyObjCTest/__init__.py +1 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neappproxyflow.py +8 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neappproxyprovider.py +7 -0
- pyobjc_framework_networkextension-11.1/PyObjCTest/test_neappproxyudpflow.py +35 -0
- pyobjc_framework_networkextension-11.1/PyObjCTest/test_nednsproxyprovider.py +16 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefiltermanager.py +9 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neprovider.py +3 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nerelaymanager.py +41 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nevpnprotocolikev2.py +8 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/arm64-15.0.fwinfo +13916 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/arm64-15.2.fwinfo +13917 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/arm64-15.4.fwinfo +14019 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/x86_64-15.0.fwinfo +13916 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/x86_64-15.2.fwinfo +13917 -0
- pyobjc_framework_networkextension-11.1/metadata/raw/x86_64-15.4.fwinfo +14019 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/pyobjc_setup.py +73 -53
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/setup.py +1 -3
- pyobjc_framework_networkextension-10.3.2/Lib/pyobjc_framework_NetworkExtension.egg-info/requires.txt +0 -2
- pyobjc_framework_networkextension-10.3.2/Modules/_NetworkExtension.m +0 -45
- pyobjc_framework_networkextension-10.3.2/PyObjCTest/__init__.py +0 -1
- pyobjc_framework_networkextension-10.3.2/PyObjCTest/test_neappproxyudpflow.py +0 -17
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/NetworkExtension/__init__.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/pyobjc_framework_NetworkExtension.egg-info/dependency_links.txt +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/pyobjc_framework_NetworkExtension.egg-info/not-zip-safe +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Lib/pyobjc_framework_NetworkExtension.egg-info/top_level.txt +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/MANIFEST.in +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/Modules/_NetworkExtension_protocols.m +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neappproxyprovidermanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neappproxytcpflow.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nednsproxymanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nednssettings.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nednssettingsmanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefailurehandlerprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefiltercontrolprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefilterdataprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefilterflow.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefilterpacketprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefilterprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nefilterproviderconfiguration.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nenetworkrule.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neondemandrule.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nepackettunnelflow.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nepackettunnelprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_neproxysettings.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_netransparentproxymanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_netunnelprovider.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_netunnelprovidermanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_netunnelprovidersession.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_networkextension.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nevpnconnection.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nevpnmanager.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nevpnprotocol.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nevpnprotocolipsec.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nsdnssettings.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nwpath.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nwtcpconnection.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/PyObjCTest/test_nwudpsession.py +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/NetworkExtension.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/metadata.ini +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/pyproject.toml +0 -0
- {pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update: Sat
|
|
3
|
+
# Last update: Sat Mar 8 10:45:11 2025
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -30,8 +30,8 @@ else:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
|
-
constants = """$NEAppProxyErrorDomain$NEAppPushErrorDomain$NEDNSProxyConfigurationDidChangeNotification$NEDNSProxyErrorDomain$NEDNSSettingsConfigurationDidChangeNotification$NEDNSSettingsErrorDomain$NEFilterConfigurationDidChangeNotification$NEFilterErrorDomain$NEFilterProviderRemediationMapRemediationButtonTexts$NEFilterProviderRemediationMapRemediationURLs$NEHotspotConfigurationErrorDomain$NERelayConfigurationDidChangeNotification$NERelayErrorDomain$NETunnelProviderErrorDomain$NEVPNConfigurationChangeNotification$NEVPNConnectionErrorDomain$NEVPNConnectionStartOptionPassword$NEVPNConnectionStartOptionUsername$NEVPNErrorDomain$NEVPNStatusDidChangeNotification$kNEHotspotHelperOptionDisplayName$"""
|
|
34
|
-
enums = """$NEAppProxyFlowErrorAborted@5$NEAppProxyFlowErrorDatagramTooLarge@9$NEAppProxyFlowErrorHostUnreachable@3$NEAppProxyFlowErrorInternal@8$NEAppProxyFlowErrorInvalidArgument@4$NEAppProxyFlowErrorNotConnected@1$NEAppProxyFlowErrorPeerReset@2$NEAppProxyFlowErrorReadAlreadyPending@10$NEAppProxyFlowErrorRefused@6$NEAppProxyFlowErrorTimedOut@7$NEAppPushManagerErrorConfigurationInvalid@1$NEAppPushManagerErrorConfigurationNotLoaded@2$NEAppPushManagerErrorInactiveSession@4$NEAppPushManagerErrorInternalError@3$NEDNSProtocolCleartext@1$NEDNSProtocolHTTPS@3$NEDNSProtocolTLS@2$NEDNSProxyManagerErrorConfigurationCannotBeRemoved@4$NEDNSProxyManagerErrorConfigurationDisabled@2$NEDNSProxyManagerErrorConfigurationInvalid@1$NEDNSProxyManagerErrorConfigurationStale@3$NEDNSSettingsManagerErrorConfigurationCannotBeRemoved@4$NEDNSSettingsManagerErrorConfigurationDisabled@2$NEDNSSettingsManagerErrorConfigurationInvalid@1$NEDNSSettingsManagerErrorConfigurationStale@3$NEEvaluateConnectionRuleActionConnectIfNeeded@1$NEEvaluateConnectionRuleActionNeverConnect@2$NEFilterActionAllow@1$NEFilterActionDrop@2$NEFilterActionFilterData@4$NEFilterActionInvalid@0$NEFilterActionRemediate@3$NEFilterDataAttributeHasIPHeader@1$NEFilterFlowBytesMax@18446744073709551615$NEFilterManagerErrorConfigurationCannotBeRemoved@4$NEFilterManagerErrorConfigurationDisabled@2$NEFilterManagerErrorConfigurationInternalError@6$NEFilterManagerErrorConfigurationInvalid@1$NEFilterManagerErrorConfigurationPermissionDenied@5$NEFilterManagerErrorConfigurationStale@3$NEFilterManagerGradeFirewall@1$NEFilterManagerGradeInspector@2$NEFilterPacketProviderVerdictAllow@0$NEFilterPacketProviderVerdictDelay@2$NEFilterPacketProviderVerdictDrop@1$NEFilterReportEventDataDecision@2$NEFilterReportEventFlowClosed@3$NEFilterReportEventNewFlow@1$NEFilterReportEventStatistics@4$NEFilterReportFrequencyHigh@3$NEFilterReportFrequencyLow@1$NEFilterReportFrequencyMedium@2$NEFilterReportFrequencyNone@0$NEHotspotConfigurationEAPTLSVersion_1_0@0$NEHotspotConfigurationEAPTLSVersion_1_1@1$NEHotspotConfigurationEAPTLSVersion_1_2@2$NEHotspotConfigurationEAPTTLSInnerAuthenticationCHAP@1$NEHotspotConfigurationEAPTTLSInnerAuthenticationEAP@4$NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAP@2$NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAPv2@3$NEHotspotConfigurationEAPTTLSInnerAuthenticationPAP@0$NEHotspotConfigurationEAPTypeEAPFAST@43$NEHotspotConfigurationEAPTypeEAPPEAP@25$NEHotspotConfigurationEAPTypeEAPTLS@13$NEHotspotConfigurationEAPTypeEAPTTLS@21$NEHotspotConfigurationErrorAlreadyAssociated@13$NEHotspotConfigurationErrorApplicationIsNotInForeground@14$NEHotspotConfigurationErrorInternal@8$NEHotspotConfigurationErrorInvalid@0$NEHotspotConfigurationErrorInvalidEAPSettings@4$NEHotspotConfigurationErrorInvalidHS20DomainName@6$NEHotspotConfigurationErrorInvalidHS20Settings@5$NEHotspotConfigurationErrorInvalidSSID@1$NEHotspotConfigurationErrorInvalidSSIDPrefix@15$NEHotspotConfigurationErrorInvalidWEPPassphrase@3$NEHotspotConfigurationErrorInvalidWPAPassphrase@2$NEHotspotConfigurationErrorJoinOnceNotSupported@12$NEHotspotConfigurationErrorPending@9$NEHotspotConfigurationErrorSystemConfiguration@10$NEHotspotConfigurationErrorUnknown@11$NEHotspotConfigurationErrorUserDenied@7$NEHotspotNetworkSecurityTypeEnterprise@3$NEHotspotNetworkSecurityTypeOpen@0$NEHotspotNetworkSecurityTypePersonal@2$NEHotspotNetworkSecurityTypeUnknown@4$NEHotspotNetworkSecurityTypeWEP@1$NENetworkRuleProtocolAny@0$NENetworkRuleProtocolTCP@1$NENetworkRuleProtocolUDP@2$NEOnDemandRuleActionConnect@1$NEOnDemandRuleActionDisconnect@2$NEOnDemandRuleActionEvaluateConnection@3$NEOnDemandRuleActionIgnore@4$NEOnDemandRuleInterfaceTypeAny@0$NEOnDemandRuleInterfaceTypeCellular@3$NEOnDemandRuleInterfaceTypeEthernet@1$NEOnDemandRuleInterfaceTypeWiFi@2$NEProviderStopReasonAppUpdate@16$NEProviderStopReasonAuthenticationCanceled@6$NEProviderStopReasonConfigurationDisabled@9$NEProviderStopReasonConfigurationFailed@7$NEProviderStopReasonConfigurationRemoved@10$NEProviderStopReasonConnectionFailed@14$NEProviderStopReasonIdleTimeout@8$NEProviderStopReasonNoNetworkAvailable@3$NEProviderStopReasonNone@0$NEProviderStopReasonProviderDisabled@5$NEProviderStopReasonProviderFailed@2$NEProviderStopReasonSleep@15$NEProviderStopReasonSuperceded@11$NEProviderStopReasonUnrecoverableNetworkChange@4$NEProviderStopReasonUserInitiated@1$NEProviderStopReasonUserLogout@12$NEProviderStopReasonUserSwitch@13$NERelayManagerErrorConfigurationCannotBeRemoved@4$NERelayManagerErrorConfigurationDisabled@2$NERelayManagerErrorConfigurationInvalid@1$NERelayManagerErrorConfigurationStale@3$NETrafficDirectionAny@0$NETrafficDirectionInbound@1$NETrafficDirectionOutbound@2$NETunnelProviderErrorNetworkSettingsCanceled@2$NETunnelProviderErrorNetworkSettingsFailed@3$NETunnelProviderErrorNetworkSettingsInvalid@1$NETunnelProviderRoutingMethodDestinationIP@1$NETunnelProviderRoutingMethodNetworkRule@3$NETunnelProviderRoutingMethodSourceApplication@2$NEVPNConnectionErrorAuthenticationFailed@8$NEVPNConnectionErrorClientCertificateExpired@11$NEVPNConnectionErrorClientCertificateInvalid@9$NEVPNConnectionErrorClientCertificateNotYetValid@10$NEVPNConnectionErrorConfigurationFailed@4$NEVPNConnectionErrorConfigurationNotFound@13$NEVPNConnectionErrorNegotiationFailed@15$NEVPNConnectionErrorNoNetworkAvailable@2$NEVPNConnectionErrorOverslept@1$NEVPNConnectionErrorPluginDisabled@14$NEVPNConnectionErrorPluginFailed@12$NEVPNConnectionErrorServerAddressResolutionFailed@5$NEVPNConnectionErrorServerCertificateExpired@19$NEVPNConnectionErrorServerCertificateInvalid@17$NEVPNConnectionErrorServerCertificateNotYetValid@18$NEVPNConnectionErrorServerDead@7$NEVPNConnectionErrorServerDisconnected@16$NEVPNConnectionErrorServerNotResponding@6$NEVPNConnectionErrorUnrecoverableNetworkChange@3$NEVPNErrorConfigurationDisabled@2$NEVPNErrorConfigurationInvalid@1$NEVPNErrorConfigurationReadWriteFailed@5$NEVPNErrorConfigurationStale@4$NEVPNErrorConfigurationUnknown@6$NEVPNErrorConnectionFailed@3$NEVPNIKEAuthenticationMethodCertificate@1$NEVPNIKEAuthenticationMethodNone@0$NEVPNIKEAuthenticationMethodSharedSecret@2$NEVPNIKEv2CertificateTypeECDSA256@2$NEVPNIKEv2CertificateTypeECDSA384@3$NEVPNIKEv2CertificateTypeECDSA521@4$NEVPNIKEv2CertificateTypeEd25519@5$NEVPNIKEv2CertificateTypeRSA@1$NEVPNIKEv2CertificateTypeRSAPSS@6$NEVPNIKEv2DeadPeerDetectionRateHigh@3$NEVPNIKEv2DeadPeerDetectionRateLow@1$NEVPNIKEv2DeadPeerDetectionRateMedium@2$NEVPNIKEv2DeadPeerDetectionRateNone@0$NEVPNIKEv2DiffieHellmanGroup0@0$NEVPNIKEv2DiffieHellmanGroup1@1$NEVPNIKEv2DiffieHellmanGroup14@14$NEVPNIKEv2DiffieHellmanGroup15@15$NEVPNIKEv2DiffieHellmanGroup16@16$NEVPNIKEv2DiffieHellmanGroup17@17$NEVPNIKEv2DiffieHellmanGroup18@18$NEVPNIKEv2DiffieHellmanGroup19@19$NEVPNIKEv2DiffieHellmanGroup2@2$NEVPNIKEv2DiffieHellmanGroup20@20$NEVPNIKEv2DiffieHellmanGroup21@21$NEVPNIKEv2DiffieHellmanGroup31@31$NEVPNIKEv2DiffieHellmanGroup32@32$NEVPNIKEv2DiffieHellmanGroup5@5$NEVPNIKEv2DiffieHellmanGroupInvalid@0$NEVPNIKEv2EncryptionAlgorithm3DES@2$NEVPNIKEv2EncryptionAlgorithmAES128@3$NEVPNIKEv2EncryptionAlgorithmAES128GCM@5$NEVPNIKEv2EncryptionAlgorithmAES256@4$NEVPNIKEv2EncryptionAlgorithmAES256GCM@6$NEVPNIKEv2EncryptionAlgorithmChaCha20Poly1305@7$NEVPNIKEv2EncryptionAlgorithmDES@1$NEVPNIKEv2IntegrityAlgorithmSHA160@2$NEVPNIKEv2IntegrityAlgorithmSHA256@3$NEVPNIKEv2IntegrityAlgorithmSHA384@4$NEVPNIKEv2IntegrityAlgorithmSHA512@5$NEVPNIKEv2IntegrityAlgorithmSHA96@1$NEVPNIKEv2TLSVersion1_0@1$NEVPNIKEv2TLSVersion1_1@2$NEVPNIKEv2TLSVersion1_2@3$NEVPNIKEv2TLSVersionDefault@0$NEVPNStatusConnected@3$NEVPNStatusConnecting@2$NEVPNStatusDisconnected@1$NEVPNStatusDisconnecting@5$NEVPNStatusInvalid@0$NEVPNStatusReasserting@4$NWPathStatusInvalid@0$NWPathStatusSatisfiable@3$NWPathStatusSatisfied@1$NWPathStatusUnsatisfied@2$NWTCPConnectionStateCancelled@5$NWTCPConnectionStateConnected@3$NWTCPConnectionStateConnecting@1$NWTCPConnectionStateDisconnected@4$NWTCPConnectionStateInvalid@0$NWTCPConnectionStateWaiting@2$NWUDPSessionStateCancelled@5$NWUDPSessionStateFailed@4$NWUDPSessionStateInvalid@0$NWUDPSessionStatePreparing@2$NWUDPSessionStateReady@3$NWUDPSessionStateWaiting@1$kNEHotspotHelperCommandTypeAuthenticate@3$kNEHotspotHelperCommandTypeEvaluate@2$kNEHotspotHelperCommandTypeFilterScanList@1$kNEHotspotHelperCommandTypeLogoff@6$kNEHotspotHelperCommandTypeMaintain@5$kNEHotspotHelperCommandTypeNone@0$kNEHotspotHelperCommandTypePresentUI@4$kNEHotspotHelperConfidenceHigh@2$kNEHotspotHelperConfidenceLow@1$kNEHotspotHelperConfidenceNone@0$kNEHotspotHelperResultAuthenticationRequired@4$kNEHotspotHelperResultCommandNotRecognized@3$kNEHotspotHelperResultFailure@1$kNEHotspotHelperResultSuccess@0$kNEHotspotHelperResultTemporaryFailure@6$kNEHotspotHelperResultUIRequired@2$kNEHotspotHelperResultUnsupportedNetwork@5$"""
|
|
33
|
+
constants = """$NEAppProxyErrorDomain$NEAppPushErrorDomain$NEDNSProxyConfigurationDidChangeNotification$NEDNSProxyErrorDomain$NEDNSSettingsConfigurationDidChangeNotification$NEDNSSettingsErrorDomain$NEFilterConfigurationDidChangeNotification$NEFilterErrorDomain$NEFilterProviderRemediationMapRemediationButtonTexts$NEFilterProviderRemediationMapRemediationURLs$NEHotspotConfigurationErrorDomain$NERelayClientErrorDomain$NERelayConfigurationDidChangeNotification$NERelayErrorDomain$NETunnelProviderErrorDomain$NEVPNConfigurationChangeNotification$NEVPNConnectionErrorDomain$NEVPNConnectionStartOptionPassword$NEVPNConnectionStartOptionUsername$NEVPNErrorDomain$NEVPNStatusDidChangeNotification$kNEHotspotHelperOptionDisplayName$"""
|
|
34
|
+
enums = """$NEAppProxyFlowErrorAborted@5$NEAppProxyFlowErrorDatagramTooLarge@9$NEAppProxyFlowErrorHostUnreachable@3$NEAppProxyFlowErrorInternal@8$NEAppProxyFlowErrorInvalidArgument@4$NEAppProxyFlowErrorNotConnected@1$NEAppProxyFlowErrorPeerReset@2$NEAppProxyFlowErrorReadAlreadyPending@10$NEAppProxyFlowErrorRefused@6$NEAppProxyFlowErrorTimedOut@7$NEAppPushManagerErrorConfigurationInvalid@1$NEAppPushManagerErrorConfigurationNotLoaded@2$NEAppPushManagerErrorInactiveSession@4$NEAppPushManagerErrorInternalError@3$NEDNSProtocolCleartext@1$NEDNSProtocolHTTPS@3$NEDNSProtocolTLS@2$NEDNSProxyManagerErrorConfigurationCannotBeRemoved@4$NEDNSProxyManagerErrorConfigurationDisabled@2$NEDNSProxyManagerErrorConfigurationInvalid@1$NEDNSProxyManagerErrorConfigurationStale@3$NEDNSSettingsManagerErrorConfigurationCannotBeRemoved@4$NEDNSSettingsManagerErrorConfigurationDisabled@2$NEDNSSettingsManagerErrorConfigurationInvalid@1$NEDNSSettingsManagerErrorConfigurationStale@3$NEEvaluateConnectionRuleActionConnectIfNeeded@1$NEEvaluateConnectionRuleActionNeverConnect@2$NEFilterActionAllow@1$NEFilterActionDrop@2$NEFilterActionFilterData@4$NEFilterActionInvalid@0$NEFilterActionRemediate@3$NEFilterDataAttributeHasIPHeader@1$NEFilterFlowBytesMax@18446744073709551615$NEFilterManagerErrorConfigurationCannotBeRemoved@4$NEFilterManagerErrorConfigurationDisabled@2$NEFilterManagerErrorConfigurationInternalError@6$NEFilterManagerErrorConfigurationInvalid@1$NEFilterManagerErrorConfigurationPermissionDenied@5$NEFilterManagerErrorConfigurationStale@3$NEFilterManagerGradeFirewall@1$NEFilterManagerGradeInspector@2$NEFilterPacketProviderVerdictAllow@0$NEFilterPacketProviderVerdictDelay@2$NEFilterPacketProviderVerdictDrop@1$NEFilterReportEventDataDecision@2$NEFilterReportEventFlowClosed@3$NEFilterReportEventNewFlow@1$NEFilterReportEventStatistics@4$NEFilterReportFrequencyHigh@3$NEFilterReportFrequencyLow@1$NEFilterReportFrequencyMedium@2$NEFilterReportFrequencyNone@0$NEHotspotConfigurationEAPTLSVersion_1_0@0$NEHotspotConfigurationEAPTLSVersion_1_1@1$NEHotspotConfigurationEAPTLSVersion_1_2@2$NEHotspotConfigurationEAPTTLSInnerAuthenticationCHAP@1$NEHotspotConfigurationEAPTTLSInnerAuthenticationEAP@4$NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAP@2$NEHotspotConfigurationEAPTTLSInnerAuthenticationMSCHAPv2@3$NEHotspotConfigurationEAPTTLSInnerAuthenticationPAP@0$NEHotspotConfigurationEAPTypeEAPFAST@43$NEHotspotConfigurationEAPTypeEAPPEAP@25$NEHotspotConfigurationEAPTypeEAPTLS@13$NEHotspotConfigurationEAPTypeEAPTTLS@21$NEHotspotConfigurationErrorAlreadyAssociated@13$NEHotspotConfigurationErrorApplicationIsNotInForeground@14$NEHotspotConfigurationErrorInternal@8$NEHotspotConfigurationErrorInvalid@0$NEHotspotConfigurationErrorInvalidEAPSettings@4$NEHotspotConfigurationErrorInvalidHS20DomainName@6$NEHotspotConfigurationErrorInvalidHS20Settings@5$NEHotspotConfigurationErrorInvalidSSID@1$NEHotspotConfigurationErrorInvalidSSIDPrefix@15$NEHotspotConfigurationErrorInvalidWEPPassphrase@3$NEHotspotConfigurationErrorInvalidWPAPassphrase@2$NEHotspotConfigurationErrorJoinOnceNotSupported@12$NEHotspotConfigurationErrorPending@9$NEHotspotConfigurationErrorSystemConfiguration@10$NEHotspotConfigurationErrorSystemDenied@17$NEHotspotConfigurationErrorUnknown@11$NEHotspotConfigurationErrorUserDenied@7$NEHotspotConfigurationErrorUserUnauthorized@16$NEHotspotNetworkSecurityTypeEnterprise@3$NEHotspotNetworkSecurityTypeOpen@0$NEHotspotNetworkSecurityTypePersonal@2$NEHotspotNetworkSecurityTypeUnknown@4$NEHotspotNetworkSecurityTypeWEP@1$NENetworkRuleProtocolAny@0$NENetworkRuleProtocolTCP@1$NENetworkRuleProtocolUDP@2$NEOnDemandRuleActionConnect@1$NEOnDemandRuleActionDisconnect@2$NEOnDemandRuleActionEvaluateConnection@3$NEOnDemandRuleActionIgnore@4$NEOnDemandRuleInterfaceTypeAny@0$NEOnDemandRuleInterfaceTypeCellular@3$NEOnDemandRuleInterfaceTypeEthernet@1$NEOnDemandRuleInterfaceTypeWiFi@2$NEProviderStopReasonAppUpdate@16$NEProviderStopReasonAuthenticationCanceled@6$NEProviderStopReasonConfigurationDisabled@9$NEProviderStopReasonConfigurationFailed@7$NEProviderStopReasonConfigurationRemoved@10$NEProviderStopReasonConnectionFailed@14$NEProviderStopReasonIdleTimeout@8$NEProviderStopReasonInternalError@17$NEProviderStopReasonNoNetworkAvailable@3$NEProviderStopReasonNone@0$NEProviderStopReasonProviderDisabled@5$NEProviderStopReasonProviderFailed@2$NEProviderStopReasonSleep@15$NEProviderStopReasonSuperceded@11$NEProviderStopReasonUnrecoverableNetworkChange@4$NEProviderStopReasonUserInitiated@1$NEProviderStopReasonUserLogout@12$NEProviderStopReasonUserSwitch@13$NERelayManagerClientErrorCertificateExpired@7$NERelayManagerClientErrorCertificateInvalid@6$NERelayManagerClientErrorCertificateMissing@5$NERelayManagerClientErrorDNSFailed@2$NERelayManagerClientErrorNone@1$NERelayManagerClientErrorOther@10$NERelayManagerClientErrorServerCertificateExpired@9$NERelayManagerClientErrorServerCertificateInvalid@8$NERelayManagerClientErrorServerDisconnected@4$NERelayManagerClientErrorServerUnreachable@3$NERelayManagerErrorConfigurationCannotBeRemoved@4$NERelayManagerErrorConfigurationDisabled@2$NERelayManagerErrorConfigurationInvalid@1$NERelayManagerErrorConfigurationStale@3$NETrafficDirectionAny@0$NETrafficDirectionInbound@1$NETrafficDirectionOutbound@2$NETunnelProviderErrorNetworkSettingsCanceled@2$NETunnelProviderErrorNetworkSettingsFailed@3$NETunnelProviderErrorNetworkSettingsInvalid@1$NETunnelProviderRoutingMethodDestinationIP@1$NETunnelProviderRoutingMethodNetworkRule@3$NETunnelProviderRoutingMethodSourceApplication@2$NEVPNConnectionErrorAuthenticationFailed@8$NEVPNConnectionErrorClientCertificateExpired@11$NEVPNConnectionErrorClientCertificateInvalid@9$NEVPNConnectionErrorClientCertificateNotYetValid@10$NEVPNConnectionErrorConfigurationFailed@4$NEVPNConnectionErrorConfigurationNotFound@13$NEVPNConnectionErrorNegotiationFailed@15$NEVPNConnectionErrorNoNetworkAvailable@2$NEVPNConnectionErrorOverslept@1$NEVPNConnectionErrorPluginDisabled@14$NEVPNConnectionErrorPluginFailed@12$NEVPNConnectionErrorServerAddressResolutionFailed@5$NEVPNConnectionErrorServerCertificateExpired@19$NEVPNConnectionErrorServerCertificateInvalid@17$NEVPNConnectionErrorServerCertificateNotYetValid@18$NEVPNConnectionErrorServerDead@7$NEVPNConnectionErrorServerDisconnected@16$NEVPNConnectionErrorServerNotResponding@6$NEVPNConnectionErrorUnrecoverableNetworkChange@3$NEVPNErrorConfigurationDisabled@2$NEVPNErrorConfigurationInvalid@1$NEVPNErrorConfigurationReadWriteFailed@5$NEVPNErrorConfigurationStale@4$NEVPNErrorConfigurationUnknown@6$NEVPNErrorConnectionFailed@3$NEVPNIKEAuthenticationMethodCertificate@1$NEVPNIKEAuthenticationMethodNone@0$NEVPNIKEAuthenticationMethodSharedSecret@2$NEVPNIKEv2CertificateTypeECDSA256@2$NEVPNIKEv2CertificateTypeECDSA384@3$NEVPNIKEv2CertificateTypeECDSA521@4$NEVPNIKEv2CertificateTypeEd25519@5$NEVPNIKEv2CertificateTypeRSA@1$NEVPNIKEv2CertificateTypeRSAPSS@6$NEVPNIKEv2DeadPeerDetectionRateHigh@3$NEVPNIKEv2DeadPeerDetectionRateLow@1$NEVPNIKEv2DeadPeerDetectionRateMedium@2$NEVPNIKEv2DeadPeerDetectionRateNone@0$NEVPNIKEv2DiffieHellmanGroup0@0$NEVPNIKEv2DiffieHellmanGroup1@1$NEVPNIKEv2DiffieHellmanGroup14@14$NEVPNIKEv2DiffieHellmanGroup15@15$NEVPNIKEv2DiffieHellmanGroup16@16$NEVPNIKEv2DiffieHellmanGroup17@17$NEVPNIKEv2DiffieHellmanGroup18@18$NEVPNIKEv2DiffieHellmanGroup19@19$NEVPNIKEv2DiffieHellmanGroup2@2$NEVPNIKEv2DiffieHellmanGroup20@20$NEVPNIKEv2DiffieHellmanGroup21@21$NEVPNIKEv2DiffieHellmanGroup31@31$NEVPNIKEv2DiffieHellmanGroup32@32$NEVPNIKEv2DiffieHellmanGroup5@5$NEVPNIKEv2DiffieHellmanGroupInvalid@0$NEVPNIKEv2EncryptionAlgorithm3DES@2$NEVPNIKEv2EncryptionAlgorithmAES128@3$NEVPNIKEv2EncryptionAlgorithmAES128GCM@5$NEVPNIKEv2EncryptionAlgorithmAES256@4$NEVPNIKEv2EncryptionAlgorithmAES256GCM@6$NEVPNIKEv2EncryptionAlgorithmChaCha20Poly1305@7$NEVPNIKEv2EncryptionAlgorithmDES@1$NEVPNIKEv2IntegrityAlgorithmSHA160@2$NEVPNIKEv2IntegrityAlgorithmSHA256@3$NEVPNIKEv2IntegrityAlgorithmSHA384@4$NEVPNIKEv2IntegrityAlgorithmSHA512@5$NEVPNIKEv2IntegrityAlgorithmSHA96@1$NEVPNIKEv2TLSVersion1_0@1$NEVPNIKEv2TLSVersion1_1@2$NEVPNIKEv2TLSVersion1_2@3$NEVPNIKEv2TLSVersionDefault@0$NEVPNStatusConnected@3$NEVPNStatusConnecting@2$NEVPNStatusDisconnected@1$NEVPNStatusDisconnecting@5$NEVPNStatusInvalid@0$NEVPNStatusReasserting@4$NWPathStatusInvalid@0$NWPathStatusSatisfiable@3$NWPathStatusSatisfied@1$NWPathStatusUnsatisfied@2$NWTCPConnectionStateCancelled@5$NWTCPConnectionStateConnected@3$NWTCPConnectionStateConnecting@1$NWTCPConnectionStateDisconnected@4$NWTCPConnectionStateInvalid@0$NWTCPConnectionStateWaiting@2$NWUDPSessionStateCancelled@5$NWUDPSessionStateFailed@4$NWUDPSessionStateInvalid@0$NWUDPSessionStatePreparing@2$NWUDPSessionStateReady@3$NWUDPSessionStateWaiting@1$kNEHotspotHelperCommandTypeAuthenticate@3$kNEHotspotHelperCommandTypeEvaluate@2$kNEHotspotHelperCommandTypeFilterScanList@1$kNEHotspotHelperCommandTypeLogoff@6$kNEHotspotHelperCommandTypeMaintain@5$kNEHotspotHelperCommandTypeNone@0$kNEHotspotHelperCommandTypePresentUI@4$kNEHotspotHelperConfidenceHigh@2$kNEHotspotHelperConfidenceLow@1$kNEHotspotHelperConfidenceNone@0$kNEHotspotHelperResultAuthenticationRequired@4$kNEHotspotHelperResultCommandNotRecognized@3$kNEHotspotHelperResultFailure@1$kNEHotspotHelperResultSuccess@0$kNEHotspotHelperResultTemporaryFailure@6$kNEHotspotHelperResultUIRequired@2$kNEHotspotHelperResultUnsupportedNetwork@5$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"NEVPNConnectionError": NewType("NEVPNConnectionError", int),
|
|
@@ -67,6 +67,7 @@ misc.update(
|
|
|
67
67
|
"NEVPNIKEv2CertificateType": NewType("NEVPNIKEv2CertificateType", int),
|
|
68
68
|
"NEFilterManagerGrade": NewType("NEFilterManagerGrade", int),
|
|
69
69
|
"NWUDPSessionState": NewType("NWUDPSessionState", int),
|
|
70
|
+
"NERelayManagerClientError": NewType("NERelayManagerClientError", int),
|
|
70
71
|
"NEHotspotConfigurationTTLSInnerAuthenticationType": NewType(
|
|
71
72
|
"NEHotspotConfigurationTTLSInnerAuthenticationType", int
|
|
72
73
|
),
|
|
@@ -115,12 +116,31 @@ try:
|
|
|
115
116
|
}
|
|
116
117
|
},
|
|
117
118
|
)
|
|
119
|
+
r(
|
|
120
|
+
b"NEAppProxyFlow",
|
|
121
|
+
b"openWithLocalFlowEndpoint:completionHandler:",
|
|
122
|
+
{
|
|
123
|
+
"arguments": {
|
|
124
|
+
3: {
|
|
125
|
+
"callable": {
|
|
126
|
+
"retval": {"type": b"v"},
|
|
127
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
)
|
|
118
133
|
r(b"NEAppProxyProvider", b"handleNewFlow:", {"retval": {"type": "Z"}})
|
|
119
134
|
r(
|
|
120
135
|
b"NEAppProxyProvider",
|
|
121
136
|
b"handleNewUDPFlow:initialRemoteEndpoint:",
|
|
122
137
|
{"retval": {"type": b"Z"}},
|
|
123
138
|
)
|
|
139
|
+
r(
|
|
140
|
+
b"NEAppProxyProvider",
|
|
141
|
+
b"handleNewUDPFlow:initialRemoteFlowEndpoint:",
|
|
142
|
+
{"retval": {"type": b"Z"}},
|
|
143
|
+
)
|
|
124
144
|
r(
|
|
125
145
|
b"NEAppProxyProvider",
|
|
126
146
|
b"startProxyWithOptions:completionHandler:",
|
|
@@ -204,6 +224,25 @@ try:
|
|
|
204
224
|
}
|
|
205
225
|
},
|
|
206
226
|
)
|
|
227
|
+
r(
|
|
228
|
+
b"NEAppProxyUDPFlow",
|
|
229
|
+
b"readDatagramsAndFlowEndpointsWithCompletionHandler:",
|
|
230
|
+
{
|
|
231
|
+
"arguments": {
|
|
232
|
+
2: {
|
|
233
|
+
"callable": {
|
|
234
|
+
"retval": {"type": b"v"},
|
|
235
|
+
"arguments": {
|
|
236
|
+
0: {"type": b"^v"},
|
|
237
|
+
1: {"type": b"@"},
|
|
238
|
+
2: {"type": b"@"},
|
|
239
|
+
3: {"type": b"@"},
|
|
240
|
+
},
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
)
|
|
207
246
|
r(
|
|
208
247
|
b"NEAppProxyUDPFlow",
|
|
209
248
|
b"readDatagramsWithCompletionHandler:",
|
|
@@ -239,6 +278,20 @@ try:
|
|
|
239
278
|
}
|
|
240
279
|
},
|
|
241
280
|
)
|
|
281
|
+
r(
|
|
282
|
+
b"NEAppProxyUDPFlow",
|
|
283
|
+
b"writeDatagrams:sentByFlowEndpoints:completionHandler:",
|
|
284
|
+
{
|
|
285
|
+
"arguments": {
|
|
286
|
+
4: {
|
|
287
|
+
"callable": {
|
|
288
|
+
"retval": {"type": b"v"},
|
|
289
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
290
|
+
}
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
)
|
|
242
295
|
r(b"NEAppPushManager", b"isActive", {"retval": {"type": b"Z"}})
|
|
243
296
|
r(b"NEAppPushManager", b"isEnabled", {"retval": {"type": b"Z"}})
|
|
244
297
|
r(
|
|
@@ -380,6 +433,11 @@ try:
|
|
|
380
433
|
b"handleNewUDPFlow:initialRemoteEndpoint:",
|
|
381
434
|
{"retval": {"type": b"Z"}},
|
|
382
435
|
)
|
|
436
|
+
r(
|
|
437
|
+
b"NEDNSProxyProvider",
|
|
438
|
+
b"handleNewUDPFlow:initialRemoteFlowEndpoint:",
|
|
439
|
+
{"retval": {"type": b"Z"}},
|
|
440
|
+
)
|
|
383
441
|
r(
|
|
384
442
|
b"NEDNSProxyProvider",
|
|
385
443
|
b"startProxyWithOptions:completionHandler:",
|
|
@@ -507,6 +565,7 @@ try:
|
|
|
507
565
|
}
|
|
508
566
|
},
|
|
509
567
|
)
|
|
568
|
+
r(b"NEFilterManager", b"disableEncryptedDNSSettings", {"retval": {"type": b"Z"}})
|
|
510
569
|
r(b"NEFilterManager", b"isEnabled", {"retval": {"type": "Z"}})
|
|
511
570
|
r(
|
|
512
571
|
b"NEFilterManager",
|
|
@@ -553,6 +612,11 @@ try:
|
|
|
553
612
|
}
|
|
554
613
|
},
|
|
555
614
|
)
|
|
615
|
+
r(
|
|
616
|
+
b"NEFilterManager",
|
|
617
|
+
b"setDisableEncryptedDNSSettings:",
|
|
618
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
619
|
+
)
|
|
556
620
|
r(b"NEFilterManager", b"setEnabled:", {"arguments": {2: {"type": "Z"}}})
|
|
557
621
|
r(
|
|
558
622
|
b"NEFilterNewFlowVerdict",
|
|
@@ -689,6 +753,34 @@ try:
|
|
|
689
753
|
}
|
|
690
754
|
},
|
|
691
755
|
)
|
|
756
|
+
r(
|
|
757
|
+
b"NEHotspotConfigurationManager",
|
|
758
|
+
b"joinAccessoryHotspot:passphrase:completionHandler:",
|
|
759
|
+
{
|
|
760
|
+
"arguments": {
|
|
761
|
+
4: {
|
|
762
|
+
"callable": {
|
|
763
|
+
"retval": {"type": b"v"},
|
|
764
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
}
|
|
768
|
+
},
|
|
769
|
+
)
|
|
770
|
+
r(
|
|
771
|
+
b"NEHotspotConfigurationManager",
|
|
772
|
+
b"joinAccessoryHotspotWithoutSecurity:completionHandler:",
|
|
773
|
+
{
|
|
774
|
+
"arguments": {
|
|
775
|
+
3: {
|
|
776
|
+
"callable": {
|
|
777
|
+
"retval": {"type": b"v"},
|
|
778
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
}
|
|
782
|
+
},
|
|
783
|
+
)
|
|
692
784
|
r(
|
|
693
785
|
b"NEHotspotEAPSettings",
|
|
694
786
|
b"isTLSClientCertificateRequired",
|
|
@@ -877,7 +969,22 @@ try:
|
|
|
877
969
|
)
|
|
878
970
|
r(b"NEProxySettings", b"setHTTPEnabled:", {"arguments": {2: {"type": "Z"}}})
|
|
879
971
|
r(b"NEProxySettings", b"setHTTPSEnabled:", {"arguments": {2: {"type": "Z"}}})
|
|
972
|
+
r(
|
|
973
|
+
b"NERelayManager",
|
|
974
|
+
b"getLastClientErrors:completionHandler:",
|
|
975
|
+
{
|
|
976
|
+
"arguments": {
|
|
977
|
+
3: {
|
|
978
|
+
"callable": {
|
|
979
|
+
"retval": {"type": b"v"},
|
|
980
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
981
|
+
}
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
},
|
|
985
|
+
)
|
|
880
986
|
r(b"NERelayManager", b"isEnabled", {"retval": {"type": b"Z"}})
|
|
987
|
+
r(b"NERelayManager", b"isUIToggleEnabled", {"retval": {"type": b"Z"}})
|
|
881
988
|
r(
|
|
882
989
|
b"NERelayManager",
|
|
883
990
|
b"loadAllManagersFromPreferencesWithCompletionHandler:",
|
|
@@ -939,6 +1046,7 @@ try:
|
|
|
939
1046
|
},
|
|
940
1047
|
)
|
|
941
1048
|
r(b"NERelayManager", b"setEnabled:", {"arguments": {2: {"type": b"Z"}}})
|
|
1049
|
+
r(b"NERelayManager", b"setUIToggleEnabled:", {"arguments": {2: {"type": b"Z"}}})
|
|
942
1050
|
r(
|
|
943
1051
|
b"NETransparentProxyManager",
|
|
944
1052
|
b"loadAllFromPreferencesWithCompletionHandler:",
|
|
@@ -1054,6 +1162,12 @@ try:
|
|
|
1054
1162
|
b"startVPNTunnelWithOptions:andReturnError:",
|
|
1055
1163
|
{"retval": {"type": "Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
1056
1164
|
)
|
|
1165
|
+
r(b"NEVPNIKEv2PPKConfiguration", b"isMandatory", {"retval": {"type": b"Z"}})
|
|
1166
|
+
r(
|
|
1167
|
+
b"NEVPNIKEv2PPKConfiguration",
|
|
1168
|
+
b"setIsMandatory:",
|
|
1169
|
+
{"arguments": {2: {"type": b"Z"}}},
|
|
1170
|
+
)
|
|
1057
1171
|
r(b"NEVPNManager", b"isEnabled", {"retval": {"type": "Z"}})
|
|
1058
1172
|
r(b"NEVPNManager", b"isOnDemandEnabled", {"retval": {"type": "Z"}})
|
|
1059
1173
|
r(
|
|
@@ -1387,18 +1501,31 @@ objc.registerNewKeywordsFromSelector(
|
|
|
1387
1501
|
objc.registerNewKeywordsFromSelector(
|
|
1388
1502
|
"NENetworkRule", b"initWithDestinationHost:protocol:"
|
|
1389
1503
|
)
|
|
1504
|
+
objc.registerNewKeywordsFromSelector(
|
|
1505
|
+
"NENetworkRule", b"initWithDestinationHostEndpoint:protocol:"
|
|
1506
|
+
)
|
|
1390
1507
|
objc.registerNewKeywordsFromSelector(
|
|
1391
1508
|
"NENetworkRule", b"initWithDestinationNetwork:prefix:protocol:"
|
|
1392
1509
|
)
|
|
1510
|
+
objc.registerNewKeywordsFromSelector(
|
|
1511
|
+
"NENetworkRule", b"initWithDestinationNetworkEndpoint:prefix:protocol:"
|
|
1512
|
+
)
|
|
1393
1513
|
objc.registerNewKeywordsFromSelector(
|
|
1394
1514
|
"NENetworkRule",
|
|
1395
1515
|
b"initWithRemoteNetwork:remotePrefix:localNetwork:localPrefix:protocol:direction:",
|
|
1396
1516
|
)
|
|
1517
|
+
objc.registerNewKeywordsFromSelector(
|
|
1518
|
+
"NENetworkRule",
|
|
1519
|
+
b"initWithRemoteNetworkEndpoint:remotePrefix:localNetworkEndpoint:localPrefix:protocol:direction:",
|
|
1520
|
+
)
|
|
1397
1521
|
objc.registerNewKeywordsFromSelector("NEPacket", b"initWithData:protocolFamily:")
|
|
1398
1522
|
objc.registerNewKeywordsFromSelector("NEProxyServer", b"initWithAddress:port:")
|
|
1399
1523
|
objc.registerNewKeywordsFromSelector(
|
|
1400
1524
|
"NETunnelNetworkSettings", b"initWithTunnelRemoteAddress:"
|
|
1401
1525
|
)
|
|
1526
|
+
objc.registerNewKeywordsFromSelector(
|
|
1527
|
+
"NEVPNIKEv2PPKConfiguration", b"initWithIdentifier:keychainReference:"
|
|
1528
|
+
)
|
|
1402
1529
|
objc.registerNewKeywordsFromSelector(
|
|
1403
1530
|
"NWTCPConnection", b"initWithUpgradeForConnection:"
|
|
1404
1531
|
)
|
|
@@ -1,37 +1,48 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pyobjc-framework-NetworkExtension
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.1
|
|
4
4
|
Summary: Wrappers for the framework NetworkExtension on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
7
7
|
Author-email: pyobjc-dev@lists.sourceforge.net
|
|
8
|
-
License: MIT
|
|
8
|
+
License: MIT
|
|
9
9
|
Keywords: PyObjC,NetworkExtension
|
|
10
10
|
Platform: MacOS X (>=10.11)
|
|
11
11
|
Classifier: Development Status :: 5 - Production/Stable
|
|
12
12
|
Classifier: Environment :: Console
|
|
13
13
|
Classifier: Environment :: MacOS X :: Cocoa
|
|
14
14
|
Classifier: Intended Audience :: Developers
|
|
15
|
-
Classifier: License :: OSI Approved :: MIT License
|
|
16
15
|
Classifier: Natural Language :: English
|
|
17
16
|
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
17
|
Classifier: Programming Language :: Python
|
|
19
18
|
Classifier: Programming Language :: Python :: 3
|
|
20
19
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
20
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
24
|
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
27
|
Classifier: Programming Language :: Objective C
|
|
29
28
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
29
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
30
|
+
Requires-Python: >=3.9
|
|
32
31
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
32
|
+
Requires-Dist: pyobjc-core>=11.1
|
|
33
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.1
|
|
34
|
+
Dynamic: author
|
|
35
|
+
Dynamic: author-email
|
|
36
|
+
Dynamic: classifier
|
|
37
|
+
Dynamic: description
|
|
38
|
+
Dynamic: description-content-type
|
|
39
|
+
Dynamic: home-page
|
|
40
|
+
Dynamic: keywords
|
|
41
|
+
Dynamic: license
|
|
42
|
+
Dynamic: platform
|
|
43
|
+
Dynamic: requires-dist
|
|
44
|
+
Dynamic: requires-python
|
|
45
|
+
Dynamic: summary
|
|
35
46
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
47
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
48
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_NetworkExtension.egg-info/PKG-INFO
|
|
|
9
9
|
Lib/pyobjc_framework_NetworkExtension.egg-info/SOURCES.txt
|
|
10
10
|
Lib/pyobjc_framework_NetworkExtension.egg-info/dependency_links.txt
|
|
11
11
|
Lib/pyobjc_framework_NetworkExtension.egg-info/not-zip-safe
|
|
12
|
+
Lib/pyobjc_framework_NetworkExtension.egg-info/pyobjc-build-info.txt
|
|
12
13
|
Lib/pyobjc_framework_NetworkExtension.egg-info/requires.txt
|
|
13
14
|
Lib/pyobjc_framework_NetworkExtension.egg-info/top_level.txt
|
|
14
15
|
Modules/_NetworkExtension.m
|
|
@@ -24,6 +25,7 @@ PyObjCTest/test_neappproxyprovidermanager.py
|
|
|
24
25
|
PyObjCTest/test_neappproxytcpflow.py
|
|
25
26
|
PyObjCTest/test_neappproxyudpflow.py
|
|
26
27
|
PyObjCTest/test_nednsproxymanager.py
|
|
28
|
+
PyObjCTest/test_nednsproxyprovider.py
|
|
27
29
|
PyObjCTest/test_nednssettings.py
|
|
28
30
|
PyObjCTest/test_nednssettingsmanager.py
|
|
29
31
|
PyObjCTest/test_nefailurehandlerprovider.py
|
|
@@ -60,8 +62,14 @@ metadata/metadata.ini
|
|
|
60
62
|
metadata/raw/arm64-12.3.fwinfo
|
|
61
63
|
metadata/raw/arm64-13.3.fwinfo
|
|
62
64
|
metadata/raw/arm64-14.5.fwinfo
|
|
65
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
66
|
+
metadata/raw/arm64-15.2.fwinfo
|
|
67
|
+
metadata/raw/arm64-15.4.fwinfo
|
|
63
68
|
metadata/raw/x86_64-10.15.fwinfo
|
|
64
69
|
metadata/raw/x86_64-10.16.fwinfo
|
|
65
70
|
metadata/raw/x86_64-12.3.fwinfo
|
|
66
71
|
metadata/raw/x86_64-13.3.fwinfo
|
|
67
|
-
metadata/raw/x86_64-14.5.fwinfo
|
|
72
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
73
|
+
metadata/raw/x86_64-15.0.fwinfo
|
|
74
|
+
metadata/raw/x86_64-15.2.fwinfo
|
|
75
|
+
metadata/raw/x86_64-15.4.fwinfo
|
{pyobjc_framework_networkextension-10.3.2 → pyobjc_framework_networkextension-11.1}/License.txt
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(This is the MIT license, note that libffi-src is a separate product with its own license)
|
|
2
2
|
|
|
3
3
|
Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
|
|
4
|
-
Copyright 2003-
|
|
4
|
+
Copyright 2003-2025 - Ronald Oussoren
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
7
7
|
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
#define PY_SSIZE_T_CLEAN
|
|
2
|
+
#include "Python.h"
|
|
3
|
+
#include "pyobjc-api.h"
|
|
4
|
+
|
|
5
|
+
#import <Foundation/Foundation.h>
|
|
6
|
+
#import <NetworkExtension/NetworkExtension.h>
|
|
7
|
+
|
|
8
|
+
/* We include the source code here instead of
|
|
9
|
+
* using the linker due to limitations in pyobjc-api.h
|
|
10
|
+
*/
|
|
11
|
+
#include "_NetworkExtension_protocols.m"
|
|
12
|
+
|
|
13
|
+
static PyMethodDef mod_methods[] = {
|
|
14
|
+
{0, 0, 0, 0} /* sentinel */
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
static int mod_exec_module(PyObject* m)
|
|
18
|
+
{
|
|
19
|
+
return 0;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
static struct PyModuleDef_Slot mod_slots[] = {
|
|
23
|
+
{
|
|
24
|
+
.slot = Py_mod_exec,
|
|
25
|
+
.value = (void*)mod_exec_module
|
|
26
|
+
},
|
|
27
|
+
#if PY_VERSION_HEX >= 0x030c0000
|
|
28
|
+
{
|
|
29
|
+
/* This extension does not use the CPython API other than initializing
|
|
30
|
+
* the module, hence is safe with subinterpreters and per-interpreter
|
|
31
|
+
* GILs
|
|
32
|
+
*/
|
|
33
|
+
.slot = Py_mod_multiple_interpreters,
|
|
34
|
+
.value = Py_MOD_PER_INTERPRETER_GIL_SUPPORTED,
|
|
35
|
+
},
|
|
36
|
+
#endif
|
|
37
|
+
#if PY_VERSION_HEX >= 0x030d0000
|
|
38
|
+
{
|
|
39
|
+
/* The code in this extension should be safe to use without the GIL */
|
|
40
|
+
.slot = Py_mod_gil,
|
|
41
|
+
.value = Py_MOD_GIL_NOT_USED,
|
|
42
|
+
},
|
|
43
|
+
#endif
|
|
44
|
+
{ /* Sentinel */
|
|
45
|
+
.slot = 0,
|
|
46
|
+
.value = 0
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
static struct PyModuleDef mod_module = {
|
|
51
|
+
.m_base = PyModuleDef_HEAD_INIT,
|
|
52
|
+
.m_name = "_NetworkExtension",
|
|
53
|
+
.m_doc = NULL,
|
|
54
|
+
.m_size = 0,
|
|
55
|
+
.m_methods = mod_methods,
|
|
56
|
+
.m_slots = mod_slots,
|
|
57
|
+
.m_traverse = NULL,
|
|
58
|
+
.m_clear = NULL,
|
|
59
|
+
.m_free = NULL,
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
PyObject* PyInit__NetworkExtension(void);
|
|
63
|
+
|
|
64
|
+
PyObject* __attribute__((__visibility__("default"))) PyInit__NetworkExtension(void)
|
|
65
|
+
{
|
|
66
|
+
return PyModuleDef_Init(&mod_module);
|
|
67
|
+
}
|
|
@@ -83,7 +83,7 @@ struct pyobjc_api {
|
|
|
83
83
|
PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
|
|
84
84
|
PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
|
|
85
85
|
size_t);
|
|
86
|
-
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state);
|
|
86
|
+
void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
|
|
87
87
|
int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
|
|
88
88
|
void (*_Nonnull free_c_array)(int, Py_buffer*);
|
|
89
89
|
int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,
|