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:
parent
91105a7966
commit
63930e15a5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user