1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Correct localized bundle info

This commit is contained in:
Zhiyuan Zheng
2021-01-16 02:15:15 +01:00
parent 0dd8df942e
commit e1962b278f
3 changed files with 6 additions and 7 deletions

View File

@@ -29,7 +29,11 @@ export default (): ExpoConfig => ({
permissions: ['CAMERA', 'VIBRATE']
},
locales: {
zh: './src/i18n/zh/app.json',
zh: {
CFBundleDisplayName: '嘟嘟嘟',
NSCameraUsageDescription: '允许嘟嘟嘟用相机上传照片',
NSPhotoLibraryUsageDescription: '允许嘟嘟嘟用相册上传照片'
},
en: {
CFBundleDisplayName: 'tooot'
}