From 4862bc2ba85a91d885b4bd116f25b6533ab568d0 Mon Sep 17 00:00:00 2001 From: Hailey Date: Sat, 4 May 2024 16:33:10 -0700 Subject: 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 --- .env.example | 2 ++ 1 file changed, 2 insertions(+) (limited to '.env.example') 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 -- cgit 1.4.1