about summary refs log tree commit diff
path: root/ios
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2022-06-13 22:12:43 -0500
committerPaul Frazee <pfrazee@gmail.com>2022-06-13 22:12:43 -0500
commit09b78a46343088a2790dab067bd4fd8384957311 (patch)
treefec23c27b81ff7b0657fb4f4deff66880254476d /ios
parent926a2d475664fe8b7d4848396d20406a0f68a967 (diff)
downloadvoidsky-09b78a46343088a2790dab067bd4fd8384957311.tar.zst
Add custom protocol deep links
Diffstat (limited to 'ios')
-rw-r--r--ios/app/Info.plist13
1 files changed, 13 insertions, 0 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist
index fca6902c2..a527f1fcc 100644
--- a/ios/app/Info.plist
+++ b/ios/app/Info.plist
@@ -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>