From 42fb48deba3af4ab362c9b987dfc00f685a9574a Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Wed, 9 Oct 2024 11:31:55 +0200 Subject: [PATCH] Prohibit running multiple instances of the app (#3350) Task/Issue URL: https://app.asana.com/0/1201037661562251/1206468896778225/f Description: Use LSMultipleInstancesProhibited Info.plist flag to prevent running multiple instances of the app, even if the user attempts launching multiple copies of the bundle. --- DuckDuckGo/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DuckDuckGo/Info.plist b/DuckDuckGo/Info.plist index a6011aea11..d557a54302 100644 --- a/DuckDuckGo/Info.plist +++ b/DuckDuckGo/Info.plist @@ -503,6 +503,8 @@ $(DISTRIBUTED_NOTIFICATIONS_PREFIX) ITSAppUsesNonExemptEncryption + LSMultipleInstancesProhibited + LSApplicationCategoryType public.app-category.productivity LSMinimumSystemVersion