Commit graph

7 commits

Author SHA1 Message Date
dartsyms
814b66c04a
Various fixes for iOS (#126)
* Readme update, solution for wireguard make in M1 machines,
* import file and restore enabled.
* xcode_patcher.rb fixed, Now no need to add openVPN framewrok in Embed frameworks manually.
* Now xcode_patcher.rb will add OpenVPN Framework to Embed Frameworks in main target, instead of Network extension.
* Update iosvpnprotocol.swift
* Protocol wasn't detected because it is working on localized description of tunnel, fixed cases.
* Code cleanup
* Speed issue fixed for wireguard.
* GetDeviceIp and bytes(speed of OpenVPN) fixed.
*Device IP method wasn't working as expected, so I replaced. and for speed in OpenVPN we need to handle message seperately for bytes.
*QR progress added with progressbar and text.
2022-12-12 13:16:12 +01:00
pokamest
f821fe0356 Travis ios build 2022-08-19 22:23:52 +03:00
Alex Korzh
7ff6b64742 Replace die with killProcess in apple_compile 2022-04-29 18:02:38 +04:00
Alex Korzh
ba1efd57a5 Create and use version file from WireGuardKitGo on iOS for consistency 2022-04-28 14:05:14 +04:00
Alex Korzh
92d79ebeea Clean up comments 2022-04-24 19:40:02 +04:00
Alex Korzh
3a69107eac Clean up apple compile script 2022-04-24 19:37:56 +04:00
Alex Korzh
fe9dd1d014 Rename ios_compile to apple_compile since it could be used for macOS 2022-04-24 17:32:21 +04:00
Renamed from client/scripts/ios_compile.sh (Browse further)