Skip to content

Commit f650547

Browse files
authored
Port Info.plist fix only (#3451) (#3471)
1 parent d48d836 commit f650547

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Swift/Tests/iOS/Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
<key>NSBonjourServices</key>
2424
<array>
2525
<string>_MyService._tcp</string>
26+
<string>_couchbaseP2P._tcp</string>
2627
</array>
28+
<key>NSLocalNetworkUsageDescription</key>
29+
<string>This app uses the local network to discover nearby devices.</string>
2730
<key>UILaunchStoryboardName</key>
2831
<string>LaunchScreen</string>
2932
<key>UIMainStoryboardFile</key>

0 commit comments

Comments
 (0)