Skip to content

Commit 7c8af62

Browse files
author
Lode Vanhove
committed
fix: add proper info.plist entries in example app
1 parent 1403b68 commit 7c8af62

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example/ios/ServiceDiscoveryExample/Info.plist

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,13 @@
4848
</array>
4949
<key>UIViewControllerBasedStatusBarAppearance</key>
5050
<false/>
51+
<key>NSBonjourServices</key>
52+
<array>
53+
<string>_daikin._tcp</string>
54+
<string>_http._tcp</string>
55+
<string>_https._tcp</string>
56+
</array>
57+
<key>NSLocalNetworkUsageDescription</key>
58+
<string>We need access to the local network to be able to connect a device to your network.</string>
5159
</dict>
5260
</plist>

0 commit comments

Comments
 (0)