change: Use launch url for mozilla sso

This commit is contained in:
Christian Pauly 2021-02-01 12:12:28 +01:00
commit a525d4fd45
8 changed files with 77 additions and 72 deletions

View file

@ -59,6 +59,17 @@
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>im.fluffychat</string>
</array>
</dict>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>