mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 19:26:12 -04:00
Update fastlane scripts
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@
|
||||
|
||||
# This is the minimum version number required.
|
||||
# Update this, if you use features of a newer version
|
||||
fastlane_version "2.137.0"
|
||||
fastlane_version "2.204.3"
|
||||
|
||||
default_platform :android
|
||||
|
||||
|
||||
+16
-18
@@ -1,21 +1,15 @@
|
||||
fastlane documentation
|
||||
================
|
||||
----
|
||||
|
||||
# Installation
|
||||
|
||||
Make sure you have the latest version of the Xcode command line tools installed:
|
||||
|
||||
```
|
||||
```sh
|
||||
xcode-select --install
|
||||
```
|
||||
|
||||
Install _fastlane_ using
|
||||
|
||||
```
|
||||
[sudo] gem install fastlane -NV
|
||||
```
|
||||
|
||||
or alternatively using `brew cask install fastlane`
|
||||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)
|
||||
|
||||
# Available Actions
|
||||
|
||||
@@ -23,24 +17,28 @@ or alternatively using `brew cask install fastlane`
|
||||
|
||||
### android beta
|
||||
|
||||
```sh
|
||||
[bundle exec] fastlane android beta
|
||||
```
|
||||
fastlane android beta
|
||||
```
|
||||
|
||||
|
||||
|
||||
### android production
|
||||
|
||||
```
|
||||
fastlane android production
|
||||
```sh
|
||||
[bundle exec] fastlane android production
|
||||
```
|
||||
|
||||
### android listing_only
|
||||
|
||||
```
|
||||
fastlane 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).
|
||||
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).
|
||||
|
||||
@@ -7,5 +7,9 @@ rm -rv ./metadata/android/sq-AL
|
||||
rm -rv ./metadata/android/uz
|
||||
rm -rv ./metadata/android/pcm-NG
|
||||
rm -rv ./metadata/android/tl-PH
|
||||
rm -rv ./metadata/android/ku-TR
|
||||
rm -rv ./metadata/android/kmr-TR
|
||||
rm -rv ./metadata/android/ur-IN
|
||||
rm -rv ./metadata/android/zu
|
||||
find ./metadata/android -empty -type d -delete
|
||||
exit 0
|
||||
Reference in New Issue
Block a user