diff --git a/fastlane/.gitignore b/fastlane/.gitignore new file mode 100644 index 0000000..1de5f95 --- /dev/null +++ b/fastlane/.gitignore @@ -0,0 +1,2 @@ +/README.md +/report.xml \ No newline at end of file diff --git a/fastlane/README.md b/fastlane/README.md deleted file mode 100644 index 662694d..0000000 --- a/fastlane/README.md +++ /dev/null @@ -1,67 +0,0 @@ -fastlane documentation -================ -# Installation - -Make sure you have the latest version of the Xcode command line tools installed: - -``` -xcode-select --install -``` - -## Choose your installation method: - - - - - - - - - - - - - - -
Homebrew -Installer Script -Rubygems -
macOSmacOSmacOS or Linux with Ruby 2.0.0 or above
brew cask install fastlaneDownload the zip file. Then double click on the install script (or run it in a terminal window).sudo gem install fastlane -NV
-# Available Actions -## Android -### android test -``` -fastlane android test -``` -Runs all the tests -### android build -``` -fastlane android build -``` -Build the apk -### android deploy_alpha -``` -fastlane android deploy_alpha -``` -Build and deploy the apk for Alpha testing in Google Play store -### android graphics_only -``` -fastlane android graphics_only -``` -Update images and screenshots only -### android beta -``` -fastlane android beta -``` -Submit a new Beta Build to Crashlytics Beta -### android deploy -``` -fastlane android deploy -``` -Deploy a new version to the Google Play - ----- - -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).