diff --git a/.gitignore b/.gitignore index 6f89e5cc..d352fa1d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ *.jks .local/* /fastlane/report.xml -/fastlane/Appfile \ No newline at end of file +/fastlane/Appfile +/fastlane/README.md \ No newline at end of file diff --git a/fastlane/README.md b/fastlane/README.md deleted file mode 100644 index dd251920..00000000 --- a/fastlane/README.md +++ /dev/null @@ -1,54 +0,0 @@ -fastlane documentation ----- - -# Installation - -Make sure you have the latest version of the Xcode command line tools installed: - -```sh -xcode-select --install -``` - -For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) - -# Available Actions - -## Android - -### android beta - -```sh -[bundle exec] fastlane android beta -``` - -### android beta_wearos - -```sh -[bundle exec] fastlane android beta_wearos -``` - -### android production - -```sh -[bundle exec] fastlane android production -``` - -### android production_wearos - -```sh -[bundle exec] fastlane android production_wearos -``` - -### android listing_only - -```sh -[bundle exec] fastlane android listing_only -``` - ----- - -This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run. - -More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools). - -The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).