iOS: Enable SSL for lan

This commit is contained in:
Simon Stürz 2025-11-26 14:25:29 +01:00
parent 8ab31af549
commit e705de8675

View File

@ -48,6 +48,14 @@
<string>_jsonrpc._tcp</string>
<string>_ws._tcp</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Fallback: allow all loads, including self-signed LAN TLS. -->
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>XSAppIconAssets</key>