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"
|
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
|
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
|
|
|
|
- TunnelInterface
|
2018-11-10 10:24:23 +00:00
|
|
|
- SocketType
|
2019-05-19 10:11:26 +00:00
|
|
|
- name: OpenVPN
|
|
|
|
children:
|
2019-05-19 12:04:41 +00:00
|
|
|
- OpenVPN
|
2019-05-19 10:11:26 +00:00
|
|
|
- SessionError
|
2019-05-19 12:17:18 +00:00
|
|
|
- SessionProxy
|
2019-05-19 10:11:26 +00:00
|
|
|
- SessionProxyDelegate
|
2018-08-23 08:19:25 +00:00
|
|
|
- name: AppExtension
|
|
|
|
children:
|
2018-08-23 10:06:47 +00:00
|
|
|
- TunnelKitProvider
|