Add mattermost:// url scheme to ios (#769)

This commit is contained in:
enahum 2017-07-24 08:15:34 -04:00 committed by Harrison Healey
parent 9d6d5f41a5
commit 6c7523b9e5

View file

@ -92,5 +92,16 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.mattermost.rnbeta</string>
<key>CFBundleURLSchemes</key>
<array>
<string>mattermost</string>
</array>
</dict>
</array>
</dict>
</plist>