mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: explicitly set bundle name
This commit is contained in:
@@ -24,6 +24,7 @@ const defineConfig = (): ExpoConfig => ({
|
|||||||
supportsTablet: true,
|
supportsTablet: true,
|
||||||
requireFullScreen: true,
|
requireFullScreen: true,
|
||||||
infoPlist: {
|
infoPlist: {
|
||||||
|
CFBundleName: "movie-web",
|
||||||
NSPhotoLibraryUsageDescription:
|
NSPhotoLibraryUsageDescription:
|
||||||
"This app saves videos to the photo library.",
|
"This app saves videos to the photo library.",
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user