Преглед изворни кода

Add NSBluetoothAlwaysUsageDescription in example plist file

Mathieu Acthernoene пре 5 година
родитељ
комит
26084bff9d
1 измењених фајлова са 6 додато и 4 уклоњено
  1. 6
    4
      example/ios/RNPermissionsExample/Info.plist

+ 6
- 4
example/ios/RNPermissionsExample/Info.plist Прегледај датотеку

40
 	<key>NSAppleMusicUsageDescription</key>
40
 	<key>NSAppleMusicUsageDescription</key>
41
 	<string>Let me use your media library</string>
41
 	<string>Let me use your media library</string>
42
 	<key>NSBluetoothPeripheralUsageDescription</key>
42
 	<key>NSBluetoothPeripheralUsageDescription</key>
43
-	<string>Let me use your bluetooth peripheral</string>
43
+	<string>Let me use bluetooth</string>
44
+	<key>NSBluetoothAlwaysUsageDescription</key>
45
+	<string>Let me use bluetooth</string>
44
 	<key>NSCalendarsUsageDescription</key>
46
 	<key>NSCalendarsUsageDescription</key>
45
-	<string>Let me use your calendar</string>
47
+	<string>Let me use your calendars</string>
46
 	<key>NSCameraUsageDescription</key>
48
 	<key>NSCameraUsageDescription</key>
47
-	<string>Let me use your camera</string>
49
+	<string>Let me use the camera</string>
48
 	<key>NSContactsUsageDescription</key>
50
 	<key>NSContactsUsageDescription</key>
49
 	<string>Let me use your contacts</string>
51
 	<string>Let me use your contacts</string>
50
 	<key>NSFaceIDUsageDescription</key>
52
 	<key>NSFaceIDUsageDescription</key>
56
 	<key>NSLocationWhenInUseUsageDescription</key>
58
 	<key>NSLocationWhenInUseUsageDescription</key>
57
 	<string>Let me use your location when the app is opened</string>
59
 	<string>Let me use your location when the app is opened</string>
58
 	<key>NSMicrophoneUsageDescription</key>
60
 	<key>NSMicrophoneUsageDescription</key>
59
-	<string>Let me use your microphone</string>
61
+	<string>Let me use the microphone</string>
60
 	<key>NSMotionUsageDescription</key>
62
 	<key>NSMotionUsageDescription</key>
61
 	<string>Let me use your motion data</string>
63
 	<string>Let me use your motion data</string>
62
 	<key>NSPhotoLibraryUsageDescription</key>
64
 	<key>NSPhotoLibraryUsageDescription</key>