From 1486e5cc5a0bb576e7b182922061c6f7885c93f2 Mon Sep 17 00:00:00 2001 From: Martin Pittenauer <666042+m4p@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:55:35 +0100 Subject: Help Siri to correctly pronounce Blue Sky. (#6496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add CFBundleSpokenName Help Siri to correctly pronounce Blue Sky. Instead of pronouncing it like “Lebowski”. * Format --------- Co-authored-by: dan --- app.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'app.config.js') 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: { -- cgit 1.4.1