Add custom protocol deep links

This commit is contained in:
Paul Frazee 2022-06-13 22:12:43 -05:00
parent 926a2d4756
commit 09b78a4634
4 changed files with 31 additions and 0 deletions

View file

@ -20,6 +20,19 @@
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLName</key>
<string>xyz.blueskyweb.pubsq</string>
<key>CFBundleURLSchemes</key>
<array>
<string>pubsqapp</string>
</array>
</dict>
</array>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSRequiresIPhoneOS</key>