-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47e7415
commit 9206ca7
Showing
5 changed files
with
91 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,72 @@ | ||
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 install fastlane` | ||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) | ||
|
||
# Available Actions | ||
|
||
## Android | ||
|
||
### android free_production | ||
|
||
```sh | ||
[bundle exec] fastlane android free_production | ||
``` | ||
fastlane android free_production | ||
``` | ||
|
||
free production play store | ||
|
||
### android free_beta | ||
|
||
```sh | ||
[bundle exec] fastlane android free_beta | ||
``` | ||
fastlane android free_beta | ||
``` | ||
|
||
free beta play store | ||
|
||
### android free_alpha | ||
|
||
```sh | ||
[bundle exec] fastlane android free_alpha | ||
``` | ||
fastlane android free_alpha | ||
``` | ||
|
||
free alpha play store | ||
|
||
### android pro_production | ||
|
||
```sh | ||
[bundle exec] fastlane android pro_production | ||
``` | ||
fastlane android pro_production | ||
``` | ||
|
||
pro production play store | ||
|
||
### android pro_beta | ||
|
||
```sh | ||
[bundle exec] fastlane android pro_beta | ||
``` | ||
fastlane android pro_beta | ||
``` | ||
|
||
pro beta play store | ||
|
||
### android pro_alpha | ||
|
||
```sh | ||
[bundle exec] fastlane android pro_alpha | ||
``` | ||
fastlane android pro_alpha | ||
``` | ||
|
||
pro alpha play store | ||
|
||
---- | ||
|
||
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). | ||
|
||
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
android/fastlane/metadata/android/pro/en-US/changelogs/6.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Version 0.8.3 | ||
2022-01-26 | ||
|
||
· Added timeline filter selection for list timelines | ||
· Updated selecting and creating timeline filters | ||
· Filters can now be saved and shared across timelines | ||
· Updated privacy policy link | ||
· harpy does not collect or store any data. A proper privacy policy was still necessary and is now available | ||
· Changed pressing the retweet button now always shows the retweet menu | ||
· Fixed tweets sometimes stayed hidden until the first scroll | ||
· Style and stability improvements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
freeVersionName=0.8.2 | ||
freeVersionCode=70 | ||
proVersionName=0.8.2 | ||
proVersionCode=5 | ||
freeVersionName=0.8.3 | ||
freeVersionCode=71 | ||
proVersionName=0.8.3 | ||
proVersionCode=6 |