Re-add tusker:// scheme

Apparently it was accidentally removed in d661870401

Closes #287
This commit is contained in:
Shadowfacts 2022-12-05 17:28:11 -05:00
parent 3ea7e1057b
commit 08878f2fb9
1 changed files with 13 additions and 0 deletions

View File

@ -47,6 +47,19 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>net.shadowfacts.Tusker</string>
<key>CFBundleURLSchemes</key>
<array>
<string>tusker</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSApplicationCategoryType</key>