Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Codel1417/tail_app
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed May 21, 2024
2 parents 1517086 + 6905808 commit 13e3a33
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,20 @@ dart run flutter_native_splash:create
[Fastlane](https://docs.fastlane.tools/) is a tool to automatically upload apps to the Apple App Store and Google Play Store. Inside the [IOS](ios/) and [Android](android/) folders is a fastlane folder. Inside is the FastFile which contains the upload config. Secrets are JSON files passed through repository secrets. The script [fastlane.sh](Scripts/fastlane.sh) selects the fastlane folder to use and begins the upload
### Repository Secrets
Some of these values aren't actually secret and can be shared
| Name | Example Value | How to get | uses |
|------|-------|------------|----------|
| SENTRY_AUTH_TOKEN | sntrys_eyJpYXQiOjE3MTYyNTky... | Go to Sentry -> Settings -> Auth Token | Authenticate with sentry to upload symbols |
| SENTRY_ORG | Sentry | Listed at the top left of sentry when logged in | Which org to upload symbols to |
| SENTRY_PROJECT | tail_app | Whatever the project is named in sentry | Which project to upload symbols to |
| SENTRY_URL | https://sentry.codel1417.xyz/ | The url to the sentry instance | which instance to upload symbols to |
| FASTLANE_GITHUB | JeqGFIV1yb7emBFLkBk/dA== | echo -n your_github_username:your_personal_access_token \| base64 | Store certificates for fastlane match |
| APPLE | {"key_id": "D383SF739", "issuer_id": "6053b7fe-68a8-4acb-89be-165aa6465141", "key": "-----BEGIN PRIVATE KEY-----MIGTAgEAMB----END PRIVATE KEY-----", "in_house": false } | Json file of apple credentials https://docs.fastlane.tools/app-store-connect-api/ | Authenticate with Apple |
| FASTLANE_PATCH_PASSWORD | hunter2 | Make a password | Encrypt match certificates |
### Developer Mode Features
- Gear console
Expand Down

0 comments on commit 13e3a33

Please sign in to comment.