-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #158 from Adventech/fix/ua-localization
Minor fix for ua translations
- Loading branch information
Showing
4 changed files
with
76 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,94 @@ | ||
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 | ||
|
||
### beta | ||
|
||
```sh | ||
[bundle exec] fastlane beta | ||
``` | ||
fastlane beta | ||
``` | ||
|
||
|
||
|
||
### release | ||
|
||
```sh | ||
[bundle exec] fastlane release | ||
``` | ||
fastlane release | ||
``` | ||
|
||
|
||
|
||
### deliverApp | ||
|
||
```sh | ||
[bundle exec] fastlane deliverApp | ||
``` | ||
fastlane deliverApp | ||
``` | ||
|
||
|
||
|
||
### metadata | ||
|
||
```sh | ||
[bundle exec] fastlane metadata | ||
``` | ||
fastlane metadata | ||
``` | ||
|
||
|
||
|
||
### build | ||
|
||
```sh | ||
[bundle exec] fastlane build | ||
``` | ||
fastlane build | ||
``` | ||
|
||
|
||
|
||
### screenshots | ||
|
||
```sh | ||
[bundle exec] fastlane screenshots | ||
``` | ||
fastlane screenshots | ||
``` | ||
|
||
Generate screenshots and upload to the App Store | ||
### match_config | ||
|
||
### increment_build | ||
|
||
```sh | ||
[bundle exec] fastlane increment_build | ||
``` | ||
fastlane match_config | ||
|
||
|
||
|
||
### match_config | ||
|
||
```sh | ||
[bundle exec] fastlane match_config | ||
``` | ||
|
||
Configure local environment certificates | ||
|
||
### match_sync | ||
|
||
```sh | ||
[bundle exec] fastlane match_sync | ||
``` | ||
fastlane match_sync | ||
``` | ||
|
||
Sync your certificates and profiles across your team using git | ||
|
||
---- | ||
|
||
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
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
Oops, something went wrong.