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>
xcode15
Christopher Snowhill 2022-11-05 00:47:53 -07:00
parent c40b25b571
commit c627a9fc58
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -3040,6 +3040,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)",
@ -3094,6 +3096,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)",