Skip to content

Commit 7825949

Browse files
committed
📃 docs: update iOS Guide
1 parent 56dd3d0 commit 7825949

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/iOS-Guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ Copy the contents of the `PacketTunnelProvider.h/m` file in the `apple/` directo
9292

9393
- If you want to use the `Swift` version of `Network Extension`, please refer to [OpenVPNAdapter usage](https://github.com/ss-abramchuk/OpenVPNAdapter#usage)
9494
- The `version` and `build` of the container App should be consistent with the `Network Extension`, otherwise a warning will be generated when the app is uploaded to the App Store
95-
- The `iOS version` in the `Deployment info` of `Network Extension` should be set to the appropriate value, otherwise the device may not be able to open the VPN properly.
95+
- The `iOS version` in the `Deployment info` of `Network Extension` should be set to the appropriate value (**It’s best to keep it consistent with the container App's `Minimum Deployments`**), otherwise the device may not be able to open the VPN properly
9696

9797
![ios-id-deploy](../.github/images/ios-id-deploy.png)

docs/iOS-Guide.zh-CN.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
## 注意
9292

9393
- 如果你想使用 `Swift` 版本的 `Network Extension`,请参考 [OpenVPNAdapter usage](https://github.com/ss-abramchuk/OpenVPNAdapter#usage)
94-
- 容器 App 的`version``build` 应该与 `Network Extension` 的保持一致, 否则在应用上传至 App Store 时会产生警告
95-
- `Network Extension``Deployment info``iOS version` 需设置合适的值,否则设备可能无法正常开启 VPN
94+
- 容器 App 的 `version``build` 应该与 `Network Extension` 的保持一致, 否则在应用上传至 App Store 时会产生警告
95+
- `Network Extension``Deployment info``iOS version` 需设置合适的值**最好与容器 App 的 `Minimum Deployments` 保持一致**,否则设备可能无法正常开启 VPN
9696

9797
![ios-id-deploy](../.github/images/ios-id-deploy.png)

0 commit comments

Comments
 (0)