Set display name to LodeWallet

without this the name on the home screen will be shown all in lower case
This commit is contained in:
Luigy Leon 2023-02-08 07:35:14 -05:00
parent 91105a7966
commit 63930e15a5

View File

@ -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;