amnezia-client/client/fastlane
2022-07-07 17:26:40 +04: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
report.xml Applied fix from spamming button issue solution, bumped app version, and build number 2022-07-07 17:26:40 +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.