11 lines
398 B
Plaintext
11 lines
398 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>使用蓝牙与外设通信</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>需要蓝牙权限来连接设备</string>
|
|
</dict>
|
|
</plist>
|