Add display name and category to project

Add display name and category fields to project. Thanks, Apple, for
adding those to Xcode all of a sudden.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
main
Christopher Snowhill 2022-11-05 00:47:53 -07:00
parent 08f2dabc81
commit 1d1babd2bb
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -3034,6 +3034,8 @@
GCC_OPTIMIZATION_LEVEL = 0;
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Cog;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
@ -3088,6 +3090,8 @@
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
HEADER_SEARCH_PATHS = ThirdParty/avif/include;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = Cog;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.music";
INSTALL_PATH = /Applications;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",