2018-08-23 08:19:25 +00:00
|
|
|
clean:
|
2018-08-23 10:06:47 +00:00
|
|
|
module: "TunnelKit"
|
|
|
|
author: "Davide De Rosa"
|
2019-05-19 10:11:26 +00:00
|
|
|
author_url: "https://github.com/passepartoutvpn/tunnelkit"
|
2018-08-23 08:19:25 +00:00
|
|
|
|
|
|
|
theme: fullwidth
|
|
|
|
|
|
|
|
xcodebuild_arguments:
|
|
|
|
- "-workspace"
|
2018-08-23 10:06:47 +00:00
|
|
|
- "TunnelKit.xcworkspace"
|
2018-08-23 08:19:25 +00:00
|
|
|
- "-scheme"
|
2018-08-23 10:06:47 +00:00
|
|
|
- "TunnelKit-iOS"
|
2020-06-12 23:12:13 +00:00
|
|
|
- "-sdk"
|
2020-11-15 20:13:45 +00:00
|
|
|
- "iphoneos"
|
2018-08-23 08:19:25 +00:00
|
|
|
|
|
|
|
custom_categories:
|
|
|
|
- name: Core
|
|
|
|
children:
|
2018-09-09 12:55:14 +00:00
|
|
|
- BidirectionalState
|
2019-04-04 10:49:21 +00:00
|
|
|
- ConfigurationError
|
2021-01-22 09:18:31 +00:00
|
|
|
- DNSProtocol
|
2019-05-23 19:54:34 +00:00
|
|
|
- DNSResolver
|
2020-06-13 15:15:27 +00:00
|
|
|
- DNSRecord
|
2019-05-19 10:11:26 +00:00
|
|
|
- EndpointProtocol
|
|
|
|
- IOInterface
|
2018-09-09 00:43:59 +00:00
|
|
|
- IPv4Settings
|
|
|
|
- IPv6Settings
|
2019-05-19 10:11:26 +00:00
|
|
|
- LinkInterface
|
|
|
|
- Proxy
|
2019-05-19 12:39:51 +00:00
|
|
|
- Session
|
2018-11-10 10:24:23 +00:00
|
|
|
- SocketType
|
2019-05-19 12:39:51 +00:00
|
|
|
- TunnelInterface
|
2020-06-13 15:15:27 +00:00
|
|
|
- IPHeader
|
2019-05-23 19:54:34 +00:00
|
|
|
- name: AppExtension
|
|
|
|
children:
|
|
|
|
- GenericSocket
|
|
|
|
- GenericSocketDelegate
|
|
|
|
- InterfaceObserver
|
|
|
|
- Keychain
|
|
|
|
- KeychainError
|
|
|
|
- LinkProducer
|
|
|
|
- MemoryDestination
|
|
|
|
- NETCPSocket
|
|
|
|
- NETunnelInterface
|
|
|
|
- NEUDPSocket
|
2019-05-27 19:02:51 +00:00
|
|
|
- NSNotification
|
2020-06-13 13:30:48 +00:00
|
|
|
- name: Manager
|
|
|
|
children:
|
|
|
|
- VPN
|
|
|
|
- VPNProvider
|
|
|
|
- MockVPNProvider
|
|
|
|
- VPNConfiguration
|
|
|
|
- NetworkExtensionVPNConfiguration
|
|
|
|
- VPNStatus
|
|
|
|
- NSNotification
|
2019-05-23 19:54:34 +00:00
|
|
|
- name: Protocols/OpenVPN
|
2019-05-19 10:11:26 +00:00
|
|
|
children:
|
2019-05-19 12:04:41 +00:00
|
|
|
- OpenVPN
|
2019-05-19 12:19:23 +00:00
|
|
|
- OpenVPNError
|
2020-11-14 17:08:09 +00:00
|
|
|
- OpenVPNProvider
|
2019-05-19 12:19:23 +00:00
|
|
|
- OpenVPNSession
|
|
|
|
- OpenVPNSessionDelegate
|
2019-05-23 19:59:15 +00:00
|
|
|
- OpenVPNTunnelProvider
|