From d6ec5c95e2e9205a8b62ddddee61dbf7924ccf83 Mon Sep 17 00:00:00 2001 From: Adrian Castro <22133246+castdrian@users.noreply.github.com> Date: Tue, 26 Mar 2024 13:23:38 +0100 Subject: [PATCH] chore: explicitly set bundle name --- apps/expo/app.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/expo/app.config.ts b/apps/expo/app.config.ts index 1df8dd0..d93835a 100644 --- a/apps/expo/app.config.ts +++ b/apps/expo/app.config.ts @@ -24,6 +24,7 @@ const defineConfig = (): ExpoConfig => ({ supportsTablet: true, requireFullScreen: true, infoPlist: { + CFBundleName: "movie-web", NSPhotoLibraryUsageDescription: "This app saves videos to the photo library.", },