tunnelkit/.jazzy.yaml
Davide De Rosa 1b8647bcac Convert PacketSteram to Obj-C
For better TCP efficiency.
2019-04-25 12:42:29 +02:00

36 lines
753 B
YAML

clean:
module: "TunnelKit"
author: "Davide De Rosa"
author_url: "https://github.com/keeshux/TunnelKit"
theme: fullwidth
xcodebuild_arguments:
- "-workspace"
- "TunnelKit.xcworkspace"
- "-scheme"
- "TunnelKit-iOS"
custom_categories:
- name: Core
children:
- IOInterface
- LinkInterface
- TunnelInterface
- BidirectionalState
- StaticKey
- SessionProxy
- SessionProxyDelegate
- ConfigurationError
- SessionReply
- IPv4Settings
- IPv6Settings
- SessionError
- SocketType
- EndpointProtocol
- ConfigurationParser
- name: AppExtension
children:
- CryptoContainer
- TunnelKitProvider