Skip to content

Commit

Permalink
Prohibit running multiple instances of the app (#3350)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ayoy authored Oct 9, 2024
1 parent 760aa0f commit 42fb48d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,8 @@
<string>$(DISTRIBUTED_NOTIFICATIONS_PREFIX)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSMultipleInstancesProhibited</key>
<true/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 42fb48d

Please sign in to comment.