Change permission description on Apple

This commit is contained in:
Foti Dim
2024-12-05 10:42:23 +01:00
parent c08606cb6d
commit 8524b94f19
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -46,8 +46,8 @@
<key>UIApplicationSupportsIndirectInputEvents</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>example</string>
<string>Discover Bluetooth devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>example</string>
<string>Discover Bluetooth devices</string>
</dict>
</plist>
+2 -2
View File
@@ -29,8 +29,8 @@
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>example</string>
<string>Discover Bluetooth devices</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>example</string>
<string>Discover Bluetooth devices</string>
</dict>
</plist>