mirror of https://github.com/tooot-app/app
Correct localized bundle info
This commit is contained in:
parent
0dd8df942e
commit
e1962b278f
|
@ -5,7 +5,7 @@ on:
|
|||
- testing
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-11.0
|
||||
steps:
|
||||
- name: -- Step 1 -- Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
|
|
@ -29,7 +29,11 @@ export default (): ExpoConfig => ({
|
|||
permissions: ['CAMERA', 'VIBRATE']
|
||||
},
|
||||
locales: {
|
||||
zh: './src/i18n/zh/app.json',
|
||||
zh: {
|
||||
CFBundleDisplayName: '嘟嘟嘟',
|
||||
NSCameraUsageDescription: '允许嘟嘟嘟用相机上传照片',
|
||||
NSPhotoLibraryUsageDescription: '允许嘟嘟嘟用相册上传照片'
|
||||
},
|
||||
en: {
|
||||
CFBundleDisplayName: 'tooot'
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"CFBundleDisplayName": "嘟嘟嘟",
|
||||
"NSCameraUsageDescription": "允许嘟嘟嘟用相机上传照片",
|
||||
"NSPhotoLibraryUsageDescription": "允许嘟嘟嘟用相册上传照片"
|
||||
}
|
Loading…
Reference in New Issue