diff --git a/.gitignore b/.gitignore index 70040534..4a319a97 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,5 @@ Secrets.swift # Fastlane /fastlane/report.xml /fastlane/test_output +/fastlane/README.md .build diff --git a/fastlane/README.md b/fastlane/README.md deleted file mode 100644 index 9299d692..00000000 --- a/fastlane/README.md +++ /dev/null @@ -1,38 +0,0 @@ -fastlane documentation -================ -# Installation - -Make sure you have the latest version of the Xcode command line tools installed: - -``` -xcode-select --install -``` - -Install _fastlane_ using -``` -[sudo] gem install fastlane -NV -``` -or alternatively using `brew install fastlane` - -# Available Actions -## iOS -### ios test -``` -fastlane ios test -``` -Builds the project and runs tests - ----- - -## Mac -### mac test -``` -fastlane mac test -``` -Builds the project and runs tests - ----- - -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).