-
Notifications
You must be signed in to change notification settings - Fork 25
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
9dcbb84
commit 9da806e
Showing
80 changed files
with
143 additions
and
742 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-292 KB
android/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Binary file not shown.
Binary file removed
BIN
-1.31 MB
android/fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Binary file not shown.
Binary file removed
BIN
-868 KB
android/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
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,7 @@ | ||
app_identifier("tech.archethic.wallet") # The bundle identifier of your app | ||
|
||
itc_team_id("125534791") # App Store Connect Team ID | ||
team_id("2QGGN9QQKR") # Developer Portal Team ID | ||
|
||
json_key_file("./android/secret/ae-wallet-c8d742e33023.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one | ||
package_name("net.archethic.archethic_wallet") # e.g. com.krausefx.app |
File renamed without changes.
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
File renamed without changes.
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,3 +1,90 @@ | ||
# Fastlane common setups | ||
fastlane documentation | ||
---- | ||
|
||
You will find here setups and code shared between platform specific project. | ||
# Installation | ||
|
||
Make sure you have the latest version of the Xcode command line tools installed: | ||
|
||
```sh | ||
xcode-select --install | ||
``` | ||
|
||
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane) | ||
|
||
# Available Actions | ||
|
||
## Mac | ||
|
||
### mac release | ||
|
||
```sh | ||
[bundle exec] fastlane mac release | ||
``` | ||
|
||
Push a new release build to the App Store | ||
|
||
### mac beta | ||
|
||
```sh | ||
[bundle exec] fastlane mac beta | ||
``` | ||
|
||
Push a new release build to TestFlight | ||
|
||
---- | ||
|
||
|
||
## iOS | ||
|
||
### ios release | ||
|
||
```sh | ||
[bundle exec] fastlane ios release | ||
``` | ||
|
||
Push a new release build to the App Store | ||
|
||
### ios beta | ||
|
||
```sh | ||
[bundle exec] fastlane ios beta | ||
``` | ||
|
||
Push a new release build to TestFlight | ||
|
||
---- | ||
|
||
|
||
## Android | ||
|
||
### android release | ||
|
||
```sh | ||
[bundle exec] fastlane android release | ||
``` | ||
|
||
Publish to GooglePlay | ||
|
||
### android beta | ||
|
||
```sh | ||
[bundle exec] fastlane android beta | ||
``` | ||
|
||
Publish to GooglePlay Beta | ||
|
||
### android alpha | ||
|
||
```sh | ||
[bundle exec] fastlane android alpha | ||
``` | ||
|
||
Publish to GooglePlay Alpha | ||
|
||
---- | ||
|
||
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 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.