diff options
author | Hailey <me@haileyok.com> | 2024-05-04 16:33:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-04 16:33:10 -0700 |
commit | 4862bc2ba85a91d885b4bd116f25b6533ab568d0 (patch) | |
tree | bfc82f2cbb27ca6e81f3858dd61d1a8e26818341 /.env.example | |
parent | eb55bdf172d8b3f405fb6e7d8235aaf7be393bd2 (diff) | |
download | voidsky-4862bc2ba85a91d885b4bd116f25b6533ab568d0.tar.zst |
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
Diffstat (limited to '.env.example')
-rw-r--r-- | .env.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.env.example b/.env.example index 5cf8e07b1..6ab02256e 100644 --- a/.env.example +++ b/.env.example @@ -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 |