Skip to content

Commit

Permalink
Experiment with schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstrba committed Sep 21, 2023
1 parent 3a5c68c commit 0c1d6ae
Showing 1 changed file with 35 additions and 18 deletions.
53 changes: 35 additions & 18 deletions DuckDuckGo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrincipalClass</key>
<string>$(INFOPLIST_KEY_NSPrincipalClass)</string>
<key>AGENT_BUNDLE_ID</key>
<string>$(AGENT_BUNDLE_ID)</string>
<key>AGENT_PRODUCT_NAME</key>
<string>$(AGENT_PRODUCT_NAME)</string>
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDocumentTypes</key>
Expand Down Expand Up @@ -64,13 +66,40 @@
<string>networkprotection</string>
</array>
</dict>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ddgNewSearch</string>
<string>ddgVoiceSearch</string>
<string>ddgFireButton</string>
<string>ddgFavorites</string>
<string>ddgQuickLink</string>
<string>ddgAddFavorite</string>
<string>http</string>
<string>https</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>DISTRIBUTED_NOTIFICATIONS_PREFIX</key>
<string>$(DISTRIBUTED_NOTIFICATIONS_PREFIX)</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NETP_APP_GROUP</key>
<string>$(NETP_APP_GROUP)</string>
<key>NOTIFICATIONS_AGENT_BUNDLE_ID</key>
<string>$(NOTIFICATIONS_AGENT_BUNDLE_ID)</string>
<key>NOTIFICATIONS_AGENT_PRODUCT_NAME</key>
<string>$(NOTIFICATIONS_AGENT_PRODUCT_NAME)</string>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoadsInWebContent</key>
Expand All @@ -88,6 +117,8 @@
<string>MainMenu</string>
<key>NSMicrophoneUsageDescription</key>
<string>Allows you to share recordings</string>
<key>NSPrincipalClass</key>
<string>$(INFOPLIST_KEY_NSPrincipalClass)</string>
<key>NSSupportsAutomaticTermination</key>
<false/>
<key>NSSupportsSuddenTermination</key>
Expand All @@ -98,25 +129,11 @@
<true/>
<key>SUFeedURL</key>
<string>https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast2.xml</string>
<key>SUScheduledCheckInterval</key>
<integer>10800</integer>
<key>SUPublicEDKey</key>
<string>ZaO/DNMzMPBldh40b5xVrpNBmqRkuGY0BNRCUng2qRo=</string>
<key>SUScheduledCheckInterval</key>
<integer>10800</integer>
<key>ViewBridgeService</key>
<false/>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>NOTIFICATIONS_AGENT_BUNDLE_ID</key>
<string>$(NOTIFICATIONS_AGENT_BUNDLE_ID)</string>
<key>NOTIFICATIONS_AGENT_PRODUCT_NAME</key>
<string>$(NOTIFICATIONS_AGENT_PRODUCT_NAME)</string>
<key>AGENT_BUNDLE_ID</key>
<string>$(AGENT_BUNDLE_ID)</string>
<key>AGENT_PRODUCT_NAME</key>
<string>$(AGENT_PRODUCT_NAME)</string>
<key>NETP_APP_GROUP</key>
<string>$(NETP_APP_GROUP)</string>
<key>DISTRIBUTED_NOTIFICATIONS_PREFIX</key>
<string>$(DISTRIBUTED_NOTIFICATIONS_PREFIX)</string>
</dict>
</plist>

0 comments on commit 0c1d6ae

Please sign in to comment.