Sfoglia il codice sorgente

Add iOS usage descriptions

Mathieu Acthernoene 5 anni fa
parent
commit
4ece55fd55
1 ha cambiato i file con 29 aggiunte e 1 eliminazioni
  1. 29
    1
      example/ios/RNPermissionsExample/Info.plist

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

@@ -37,8 +37,36 @@
37 37
 			</dict>
38 38
 		</dict>
39 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 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 70
 	<key>UILaunchStoryboardName</key>
43 71
 	<string>LaunchScreen</string>
44 72
 	<key>UIRequiredDeviceCapabilities</key>