mirror of
https://github.com/TrustTunnel/TrustTunnelClient.git
synced 2026-05-22 19:41:36 +00:00
925abd7c1e
Squashed commit of the following: commit 127b2a4076e4504905750830a39ade8f0a3e3414 Author: Sergey Fionov <sfionov@adguard.com> Date: Tue Dec 16 13:04:01 2025 +0200 Env commit d5a015e9f224de90bb9af1ae16966c0d2bd98555 Author: Sergey Fionov <sfionov@adguard.com> Date: Tue Dec 16 12:44:24 2025 +0200 Add fastlane
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
certs
[bundle exec] fastlane certs
Installs or updates certificates and provisioning profiles, which need for build product (native distribution)
remove_certs
[bundle exec] fastlane remove_certs
Remove local keychain, which contains certificates
notari
[bundle exec] fastlane notari
Notarize bundle using default credentials
Required options:
-
bundle: STRING Path to bundle, must be defined relativelly to BUILD_DIR
-
id: STRING Bundle id, used for notary service
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.