diff options
author | Martin Pittenauer <666042+m4p@users.noreply.github.com> | 2024-11-18 22:55:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-18 21:55:35 +0000 |
commit | 1486e5cc5a0bb576e7b182922061c6f7885c93f2 (patch) | |
tree | 0ef64b6b13a63b2098c9e835146c23b1543d3997 /app.config.js | |
parent | ee49ca7a3dbaf40d429aae17225447aa4061dc2d (diff) | |
download | voidsky-1486e5cc5a0bb576e7b182922061c6f7885c93f2.tar.zst |
Help Siri to correctly pronounce Blue Sky. (#6496)
* Add CFBundleSpokenName Help Siri to correctly pronounce Blue Sky. Instead of pronouncing it like “Lebowski”. * Format --------- Co-authored-by: dan <dan.abramov@gmail.com>
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app.config.js b/app.config.js index ecdbffb6c..56142c5f1 100644 --- a/app.config.js +++ b/app.config.js @@ -92,6 +92,7 @@ module.exports = function (config) { 'Used to save images to your library.', NSPhotoLibraryUsageDescription: 'Used for profile pictures, posts, and other kinds of content', + CFBundleSpokenName: 'Blue Sky', }, associatedDomains: ASSOCIATED_DOMAINS, splash: { |