mirror of
https://github.com/Ferrite-iOS/Ferrite.git
synced 2026-01-11 20:10:27 +00:00
Info: Fix URL scheme
Fixes an XCode warning. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
parent
6b40bb3ea2
commit
9213b8627b
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
<string>Ferrite</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>ferrite://</string>
|
||||
<string>ferrite</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
|
|
|
|||
Loading…
Reference in a new issue