From ec385047dbf7c59a7509eb69e379e63afe9a28f7 Mon Sep 17 00:00:00 2001 From: Nano Anderson Date: Wed, 21 Feb 2024 15:13:43 -1000 Subject: [PATCH] Fix location of macOS plist --- safari/Universal/Kagi Search.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/safari/Universal/Kagi Search.xcodeproj/project.pbxproj b/safari/Universal/Kagi Search.xcodeproj/project.pbxproj index 9110c66..7aec629 100644 --- a/safari/Universal/Kagi Search.xcodeproj/project.pbxproj +++ b/safari/Universal/Kagi Search.xcodeproj/project.pbxproj @@ -1279,7 +1279,7 @@ "DEVELOPMENT_TEAM[sdk=macosx*]" = TFVG979488; ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = "Kagi-Search-macOS-Info.plist"; + INFOPLIST_FILE = "Kagi Search (macOS)/Kagi-Search-macOS-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = ""; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSHumanReadableCopyright = "Kagi Search is a quick, user-centric, 100% privacy-respecting search engine with results augmented by non-commercial indexes and personalized searches."; @@ -1322,7 +1322,7 @@ "DEVELOPMENT_TEAM[sdk=macosx*]" = TFVG979488; ENABLE_HARDENED_RUNTIME = YES; GENERATE_INFOPLIST_FILE = YES; - INFOPLIST_FILE = "Kagi-Search-macOS-Info.plist"; + INFOPLIST_FILE = "Kagi Search (macOS)/Kagi-Search-macOS-Info.plist"; INFOPLIST_KEY_CFBundleDisplayName = ""; INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities"; INFOPLIST_KEY_NSHumanReadableCopyright = "Kagi Search is a quick, user-centric, 100% privacy-respecting search engine with results augmented by non-commercial indexes and personalized searches.";