Skip to content

Commit

Permalink
fix: update env readme file to reflect new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
angusbayley committed Oct 1, 2024
1 parent 2b22c7d commit 751eaad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apps/ledger-live-mobile/mobile-env.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- this file is generated by mobile-env-md.test.ts -->
<!-- this file is generated by mobile-env-md.mjs -->
> This self generated file documents all environments we have on our different mobile OS (iOS, Android) and targets (release, staging, nightly). What we call 'staging' refers to any custom build done on 'ledger-live-build'.
By default, building the app locally will use a local file called '.env' which won't have any environment.
In other cases, these env files will be used:
Expand All @@ -24,7 +24,7 @@ In other cases, these env files will be used:
|--|--|--|
|release|com.ledger.live|com.ledger.live|
|prerelease|com.ledger.live|com.ledger.live|
|nightly|com.ledger.live|com.ledger.live|
|nightly|com.ledger.live.nightly|com.ledger.live|
|staging|com.ledger.live.dev|com.ledger.live.dev|
# Sentry projects
| target | iOS | Android |
Expand Down
2 changes: 1 addition & 1 deletion apps/ledger-live-mobile/scripts/mobile-env-md.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function main() {
}

function gen() {
let md = `<!-- this file is generated by mobile-env-md.test.ts -->\n`;
let md = `<!-- this file is generated by mobile-env-md.mjs -->\n`;

md +=
"> This self generated file documents all environments we have on our different mobile OS (iOS, Android) and targets (release, staging, nightly). What we call 'staging' refers to any custom build done on 'ledger-live-build'.\n";
Expand Down

0 comments on commit 751eaad

Please sign in to comment.