Set macOS App Category as Social Media as well (#628)

This commit is contained in:
Islam 2025-09-16 14:43:23 +01:00 committed by GitHub
parent 6a2832d22b
commit b2e7d2d26e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -604,6 +604,7 @@
ENABLE_PREVIEWS = YES;
INFOPLIST_FILE = bitchat/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = bitchat;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",
@ -695,6 +696,7 @@
ENABLE_PREVIEWS = NO;
INFOPLIST_FILE = bitchat/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = bitchat;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.social-networking";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/../Frameworks",