Skip to content

Commit 41627a4

Browse files
committed
[iOS] Enable local networking
1 parent 4d96321 commit 41627a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

iosApp/KmpShowcase/Supporting Files/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
5+
<key>NSAppTransportSecurity</key>
6+
<dict>
7+
<key>NSAllowsLocalNetworking</key>
8+
<true/>
9+
</dict>
510
<key>CFBundleDevelopmentRegion</key>
611
<string>$(DEVELOPMENT_LANGUAGE)</string>
712
<key>CFBundleExecutable</key>

0 commit comments

Comments
 (0)