progress on home page

This commit is contained in:
2025-06-26 14:43:25 +02:00
parent d50623d24e
commit a866d97b70
13 changed files with 802 additions and 139 deletions

View File

@@ -45,5 +45,15 @@
<true/>
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoadsInWebContent</key>
<true/>
</dict>
</dict>
</plist>