Browse Source

Add iOS usage descriptions

Mathieu Acthernoene 5 years ago
parent
commit
4ece55fd55
1 changed files with 29 additions and 1 deletions
  1. 29
    1
      example/ios/RNPermissionsExample/Info.plist

+ 29
- 1
example/ios/RNPermissionsExample/Info.plist View File

37
 			</dict>
37
 			</dict>
38
 		</dict>
38
 		</dict>
39
 	</dict>
39
 	</dict>
40
+	<key>NSAppleMusicUsageDescription</key>
41
+	<string>test</string>
42
+	<key>NSBluetoothPeripheralUsageDescription</key>
43
+	<string>test</string>
44
+	<key>NSCalendarsUsageDescription</key>
45
+	<string>test</string>
46
+	<key>NSCameraUsageDescription</key>
47
+	<string>test</string>
48
+	<key>NSContactsUsageDescription</key>
49
+	<string>test</string>
50
+	<key>NSLocationAlwaysUsageDescription</key>
51
+	<string>test</string>
40
 	<key>NSLocationWhenInUseUsageDescription</key>
52
 	<key>NSLocationWhenInUseUsageDescription</key>
41
-	<string></string>
53
+	<string>test</string>
54
+	<key>NSMicrophoneUsageDescription</key>
55
+	<string>6.0</string>
56
+	<key>NSPhotoLibraryUsageDescription</key>
57
+	<string>test</string>
58
+	<key>NSRemindersUsageDescription</key>
59
+	<string>test</string>
60
+	<key>NSSpeechRecognitionUsageDescription</key>
61
+	<string>test</string>
62
+	<key>NSMotionUsageDescription</key>
63
+	<string>test</string>
64
+	<key>UIBackgroundModes</key>
65
+	<array>
66
+		<string>bluetooth-peripheral</string>
67
+		<string>fetch</string>
68
+		<string>location</string>
69
+	</array>
42
 	<key>UILaunchStoryboardName</key>
70
 	<key>UILaunchStoryboardName</key>
43
 	<string>LaunchScreen</string>
71
 	<string>LaunchScreen</string>
44
 	<key>UIRequiredDeviceCapabilities</key>
72
 	<key>UIRequiredDeviceCapabilities</key>