Quellcode durchsuchen

Provide microphone and camera usage descriptions

iTunes Connect/TestFlight requires these now and is not satisfied with
empty values anymore.
j8
Lyubomir Marinov vor 8 Jahren
Ursprung
Commit
7249ababb7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      ios/app/Info.plist

+ 2
- 2
ios/app/Info.plist Datei anzeigen

@@ -43,11 +43,11 @@
43 43
 		</dict>
44 44
 	</dict>
45 45
 	<key>NSCameraUsageDescription</key>
46
-	<string></string>
46
+	<string>Participate in conferences with video.</string>
47 47
 	<key>NSLocationWhenInUseUsageDescription</key>
48 48
 	<string></string>
49 49
 	<key>NSMicrophoneUsageDescription</key>
50
-	<string></string>
50
+	<string>Participante in conferences with audio.</string>
51 51
 	<key>UIAppFonts</key>
52 52
 	<array>
53 53
 		<string>jitsi.ttf</string>

Laden…
Abbrechen
Speichern