macos: Handle gitjournal urls

The app doesn't react to them as I haven't setup the handlers, and after
trying for so long, I now somewhat giveup. But this is at least a start.
This commit is contained in:
Vishesh Handa
2021-07-07 22:39:16 +02:00
parent 8451580d4e
commit d0e6a754bd

View File

@ -18,6 +18,17 @@
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(FLUTTER_BUILD_NAME)</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>io.gitjournal.gitjournal</string>
<key>CFBundleURLSchemes</key>
<array>
<string>gitjournal</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>$(FLUTTER_BUILD_NUMBER)</string>
<key>LSApplicationCategoryType</key>