added required intents for urls and email

This commit is contained in:
2025-06-27 21:06:38 +02:00
parent 7561ea73ed
commit 0c760e95ee
2 changed files with 13 additions and 0 deletions

View File

@@ -45,5 +45,10 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>LSApplicationQueriesSchemes</key>
<array>
<string>https</string>
<string>mailto</string>
</array>
</dict>
</plist>