From aeedea1ac35f2c6651dea37b5ef2b907edf779ce Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 29 Dec 2024 15:54:10 +0200 Subject: fix(ios): Drop the local networking property to enable http support. Fixes #679 --- apps/mobile/app.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/mobile/app.json b/apps/mobile/app.json index c1dc6bf9..28a9bb79 100644 --- a/apps/mobile/app.json +++ b/apps/mobile/app.json @@ -26,8 +26,7 @@ }, "infoPlist": { "NSAppTransportSecurity": { - "NSAllowsArbitraryLoads": true, - "NSAllowsLocalNetworking": true + "NSAllowsArbitraryLoads": true } }, "buildNumber": "20" -- cgit v1.2.3-70-g09d2