my fork of the bluesky client

Add `CFBundleLocalizations` key to `Info.plist` (#6567)

authored by

surfdude29 and committed by
GitHub
058a29c6 09ce65b2

+24
+24
app.config.js
··· 93 93 NSPhotoLibraryUsageDescription: 94 94 'Used for profile pictures, posts, and other kinds of content', 95 95 CFBundleSpokenName: 'Blue Sky', 96 + CFBundleLocalizations: [ 97 + 'en', 98 + 'ca', 99 + 'de', 100 + 'es', 101 + 'fi', 102 + 'fr', 103 + 'ga', 104 + 'hi', 105 + 'hu', 106 + 'id', 107 + 'it', 108 + 'ja', 109 + 'ko', 110 + 'pl', 111 + 'pt', 112 + 'ru', 113 + 'th', 114 + 'tr', 115 + 'uk', 116 + 'zh_CN', 117 + 'zh_HK', 118 + 'zh_TW', 119 + ], 96 120 }, 97 121 associatedDomains: ASSOCIATED_DOMAINS, 98 122 splash: {