Skip to content

Commit

Permalink
Update documents for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrysbita committed Mar 7, 2019
1 parent d780665 commit 4f05876
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 0.0.4
Add iOS support without status broadcast.

## 0.0.3
Add `onStateChanged` to receive state changes from charon.

## 0.0.2
(Deprecated)
Implemented simplest IkeV2-eap VPN service.
(Deprecated)
Implemented simplest IkeV2-eap VPN service.
Automatically download native libs before building.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ This plugin help developers to access VPN service in their flutter app.
本插件帮助开发者在自己的应用内调用 VPN 服务。

The Android part was implemented by [strongswan](https://www.strongswan.org/) which support ikev2 protocol.
The iOS part not implemented yet.
The iOS part was implemented by NEVPNManager. (Preview)

### Warning
This plugin is still under initial development.
This plugin is still under initial development.
Issues and PRs are welcome!

## Installation
Expand Down Expand Up @@ -46,6 +46,6 @@ The plugin will automatically download pre-build native libraries from [here](ht

### For iOS

You need to open `Personal VPN` and `Network Extensions` capabilities in Project->Capabilities.
You need to open `Personal VPN` and `Network Extensions` capabilities in Xcode: see Project->Capabilities.

VPN connection errors are handled in swift code, you need to use Xcode to see connection errors if there is any.
VPN connection errors are handled in swift code, you need to use Xcode to see connection errors if there is any.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_vpn
description: Plugin for developers to access VPN service in their flutter app.
version: 0.0.3
version: 0.0.4
author: Jason C.H <[email protected]>
homepage: https://github.com/X-dea/Flutter_VPN

Expand Down

0 comments on commit 4f05876

Please sign in to comment.