diff options
Diffstat (limited to 'ios/app')
-rw-r--r-- | ios/app/Info.plist | 13 |
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> |