Skip to content

Commit 5154fe5

Browse files
committed
NSLocalNetworkUsageDescription added
1 parent 00caf93 commit 5154fe5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
<key>UIRequiresFullScreen</key>
3737
<false/>
3838
<key>NSBluetoothAlwaysUsageDescription</key>
39-
<string>We use Bluetooth LE to connect data logger</string>
39+
<string>We use Bluetooth LE to connect data logger device</string>
40+
<key>NSLocalNetworkUsageDescription</key>
41+
<string>We use local network to send UDP packets</string>
4042
<key>AppleMagnifiedMode</key>
4143
<false/>
4244
</dict>

0 commit comments

Comments
 (0)