2018-08-23 08:19:25 +00:00
|
|
|
clean:
|
2018-08-23 10:06:47 +00:00
|
|
|
module: "TunnelKit"
|
|
|
|
author: "Davide De Rosa"
|
|
|
|
author_url: "https://github.com/keeshux/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"
|
2018-08-23 08:19:25 +00:00
|
|
|
|
|
|
|
custom_categories:
|
|
|
|
- name: Core
|
|
|
|
children:
|
|
|
|
- IOInterface
|
|
|
|
- LinkInterface
|
|
|
|
- TunnelInterface
|
2018-09-08 12:58:24 +00:00
|
|
|
- PacketStream
|
2018-09-09 12:55:14 +00:00
|
|
|
- BidirectionalState
|
2018-09-10 22:06:38 +00:00
|
|
|
- StaticKey
|
2018-08-23 08:19:25 +00:00
|
|
|
- SessionProxy
|
|
|
|
- SessionProxyDelegate
|
2018-09-09 00:43:59 +00:00
|
|
|
- SessionReply
|
|
|
|
- IPv4Settings
|
|
|
|
- IPv6Settings
|
2018-08-23 08:19:25 +00:00
|
|
|
- SessionError
|
2018-11-10 10:24:23 +00:00
|
|
|
- SocketType
|
|
|
|
- EndpointProtocol
|
|
|
|
- ConfigurationParser
|
2018-08-23 08:19:25 +00:00
|
|
|
- name: AppExtension
|
|
|
|
children:
|
2018-08-30 10:44:06 +00:00
|
|
|
- CryptoContainer
|
2018-08-23 10:06:47 +00:00
|
|
|
- TunnelKitProvider
|