From 0c119ca4727751c93cfa969d83312aed69ad27e6 Mon Sep 17 00:00:00 2001 From: Matthias Nott <mnott@mnsoft.org> Date: Wed, 25 Mar 2026 13:41:36 +0100 Subject: [PATCH] fix: remove NSAllowsArbitraryLoads, add App Store readiness checklist --- ios/Runner/Info.plist | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index 8103c41..d888f20 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -61,8 +61,6 @@ <string>PAILot needs camera access to take photos</string> <key>NSAppTransportSecurity</key> <dict> - <key>NSAllowsArbitraryLoads</key> - <true/> <key>NSAllowsLocalNetworking</key> <true/> </dict> @@ -70,7 +68,6 @@ <string>PAILot needs local network access to discover and connect to AIBroker</string> <key>NSBonjourServices</key> <array> - <string>_http._tcp</string> <string>_mqtt._tcp</string> </array> <key>UISupportedInterfaceOrientations</key> -- Gitblit v1.3.1