amnezia-client/client/fastlane
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
..
Appfile Added fastlane scripts, old ids cleaned up 2021-12-22 17:38:17 +04:00
Fastfile Bump version 2022-07-06 23:17:02 +04:00
Matchfile Added fastlane scripts, old ids cleaned up 2021-12-22 17:38:17 +04:00
Pluginfile Added fastlane scripts, old ids cleaned up 2021-12-22 17:38:17 +04:00
README.md Added fastlane scripts, old ids cleaned up 2021-12-22 17:38:17 +04:00

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.