We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d96321 commit 41627a4Copy full SHA for 41627a4
iosApp/KmpShowcase/Supporting Files/Info.plist
@@ -2,6 +2,11 @@
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
4
<dict>
5
+ <key>NSAppTransportSecurity</key>
6
+ <dict>
7
+ <key>NSAllowsLocalNetworking</key>
8
+ <true/>
9
+ </dict>
10
<key>CFBundleDevelopmentRegion</key>
11
<string>$(DEVELOPMENT_LANGUAGE)</string>
12
<key>CFBundleExecutable</key>
0 commit comments