tunnelkit/.jazzy.yaml

48 lines
1.0 KiB
YAML
Raw Normal View History

2018-08-23 08:19:25 +00:00
clean:
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"
- "TunnelKit.xcworkspace"
2018-08-23 08:19:25 +00:00
- "-scheme"
- "TunnelKit-iOS"
2018-08-23 08:19:25 +00:00
custom_categories:
- name: Core
children:
2018-09-09 12:55:14 +00:00
- BidirectionalState
- ConfigurationError
2019-05-23 19:54:34 +00:00
- DNSResolver
2019-05-19 10:11:26 +00:00
- EndpointProtocol
- IOInterface
- IPv4Settings
- IPv6Settings
2019-05-19 10:11:26 +00:00
- LinkInterface
- Proxy
- Session
2018-11-10 10:24:23 +00:00
- SocketType
- TunnelInterface
2019-05-23 19:54:34 +00:00
- name: AppExtension
children:
- GenericSocket
- GenericSocketDelegate
- InterfaceObserver
- Keychain
- KeychainError
- LinkProducer
- MemoryDestination
- NETCPSocket
- NETunnelInterface
- NEUDPSocket
- name: Protocols/OpenVPN
2019-05-19 10:11:26 +00:00
children:
- OpenVPN
- OpenVPNError
- OpenVPNSession
- OpenVPNSessionDelegate
- OpenVPNTunnelProvider