Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 54d839e

Browse files
committed
Added IOS internet permission
1 parent 38045bf commit 54d839e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/Runner/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@
4646
<key>UIApplicationSupportsIndirectInputEvents</key>
4747
<true/>
4848
</dict>
49+
<key>NSAppTransportSecurity</key>
50+
<dict>
51+
<key>NSAllowsArbitraryLoads</key><true/>
52+
</dict>
4953
</plist>

0 commit comments

Comments
 (0)