add bundle identifiers to app-info (#3861)
* add bundle identifiers to `app-info` * add them to the `.env.example` * add environment variables for docker build * add environment variables for native builds and bundles * also include the hour in bundle date * organize app info better in settings
This commit is contained in:
parent
eb55bdf172
commit
4862bc2ba8
8 changed files with 53 additions and 23 deletions
|
@ -4,3 +4,5 @@ SENTRY_AUTH_TOKEN=
|
|||
EXPO_PUBLIC_ENV=development
|
||||
EXPO_PUBLIC_LOG_LEVEL=debug
|
||||
EXPO_PUBLIC_LOG_DEBUG=
|
||||
EXPO_PUBLIC_BUNDLE_IDENTIFIER=
|
||||
EXPO_PUBLIC_BUNDLE_DATE=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue