![]() * 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. |
||
---|---|---|
.. | ||
Appfile | ||
Fastfile | ||
Matchfile | ||
Pluginfile | ||
README.md |
fastlane documentation
Installation
Make sure you have the latest version of the Xcode command line tools installed:
xcode-select --install
For fastlane installation instructions, see Installing fastlane
Available Actions
beta
[bundle exec] fastlane beta
incrementVersion
[bundle exec] fastlane incrementVersion
addToTestFlight
[bundle exec] fastlane addToTestFlight
Update Certificates, Run All tests, Build app
Add tag to git, send to Testflight, slack notification
certificates
[bundle exec] fastlane certificates
adhoc_certificates
[bundle exec] fastlane adhoc_certificates
createAPNS
[bundle exec] fastlane createAPNS
firebase_test
[bundle exec] fastlane firebase_test
Distribute app via Firebase for testers
distribute_firebase
[bundle exec] fastlane distribute_firebase
Distribute app via Firebase for testers
This README.md is auto-generated and will be re-generated every time fastlane is run.
More information about fastlane can be found on fastlane.tools.
The documentation of fastlane can be found on docs.fastlane.tools.