Skip to content

Commit d3820c1

Browse files
authored
Merge pull request #1 from ndrake/ios13-support
Set NSBluetoothAlwaysUsageDescription as required for iOS 13
2 parents 8c1c102 + c8f0be9 commit d3820c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
<config-file target="*-Info.plist" parent="NSBluetoothPeripheralUsageDescription">
1111
<string>$TEXT</string>
1212
</config-file>
13+
<config-file target="*-Info.plist" parent="NSBluetoothAlwaysUsageDescription">
14+
<string>$TEXT</string>
15+
</config-file>
1316
</platform>
1417
</plugin>

0 commit comments

Comments
 (0)