build: adjust to comply with apple's review policy

This commit is contained in:
josc146
2023-03-25 09:48:02 +08:00
parent 07c396fd66
commit cc6eae55d9
5 changed files with 32 additions and 11 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
--- a/build/safari/chatGPTBox/chatGPTBox.xcodeproj/project.pbxproj
+++ b/build/safari/chatGPTBox/chatGPTBox.xcodeproj/project.pbxproj
--- a/build/safari/Fission - ChatBox/Fission - ChatBox.xcodeproj/project.pbxproj
+++ b/build/safari/Fission - ChatBox/Fission - ChatBox.xcodeproj/project.pbxproj
@@ -825,7 +825,7 @@
"@executable_path/../../../../Frameworks",
);
@@ -19,11 +19,11 @@
+ );
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_ENTITLEMENTS = "macOS (App)/chatGPTBox.entitlements";
CODE_SIGN_ENTITLEMENTS = "macOS (App)/Fission - ChatBox.entitlements";
@@ -887,6 +891,7 @@
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = "macOS (App)/Info.plist";
INFOPLIST_KEY_CFBundleDisplayName = "chatGPTBox";
INFOPLIST_KEY_CFBundleDisplayName = "Fission - ChatBox";
+ INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
INFOPLIST_KEY_NSMainStoryboardFile = Main;
INFOPLIST_KEY_NSPrincipalClass = NSApplication;