From 63930e15a53471de4ccf2e848e7fb32ff6ce4797 Mon Sep 17 00:00:00 2001 From: Luigy Leon Date: Wed, 8 Feb 2023 07:35:14 -0500 Subject: [PATCH] Set display name to LodeWallet without this the name on the home screen will be shown all in lower case --- lodewallet.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lodewallet.xcodeproj/project.pbxproj b/lodewallet.xcodeproj/project.pbxproj index 0af0960..e1d24e8 100644 --- a/lodewallet.xcodeproj/project.pbxproj +++ b/lodewallet.xcodeproj/project.pbxproj @@ -321,6 +321,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = lodewallet/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = LodeWallet; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen; @@ -365,6 +366,7 @@ GENERATE_INFOPLIST_FILE = YES; HEADER_SEARCH_PATHS = ""; INFOPLIST_FILE = lodewallet/Info.plist; + INFOPLIST_KEY_CFBundleDisplayName = LodeWallet; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance"; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;