Add CFBundleLocalizations key to Info.plist (#6567)
This commit is contained in:
@@ -93,6 +93,30 @@ module.exports = function (config) {
|
|||||||
NSPhotoLibraryUsageDescription:
|
NSPhotoLibraryUsageDescription:
|
||||||
'Used for profile pictures, posts, and other kinds of content',
|
'Used for profile pictures, posts, and other kinds of content',
|
||||||
CFBundleSpokenName: 'Blue Sky',
|
CFBundleSpokenName: 'Blue Sky',
|
||||||
|
CFBundleLocalizations: [
|
||||||
|
'en',
|
||||||
|
'ca',
|
||||||
|
'de',
|
||||||
|
'es',
|
||||||
|
'fi',
|
||||||
|
'fr',
|
||||||
|
'ga',
|
||||||
|
'hi',
|
||||||
|
'hu',
|
||||||
|
'id',
|
||||||
|
'it',
|
||||||
|
'ja',
|
||||||
|
'ko',
|
||||||
|
'pl',
|
||||||
|
'pt',
|
||||||
|
'ru',
|
||||||
|
'th',
|
||||||
|
'tr',
|
||||||
|
'uk',
|
||||||
|
'zh_CN',
|
||||||
|
'zh_HK',
|
||||||
|
'zh_TW',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
associatedDomains: ASSOCIATED_DOMAINS,
|
associatedDomains: ASSOCIATED_DOMAINS,
|
||||||
splash: {
|
splash: {
|
||||||
|
|||||||
Reference in New Issue
Block a user