File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1- # Welcome to CoVision!
1+ # Welcome to CoVision
22
33## Start on actual device (iOS)
4+
45``` bash
56npx expo run:ios --device " device_name"
67```
78
8- ## Required iOS permissions:
9+ ## Required iOS permissions
910
1011These lines need to be added to Info.plist
12+
1113``` xml
1214<key >NSCameraUsageDescription</key >
13- <string >Allow $(PRODUCT_NAME) to access your camera</string >
15+ <string >Allow $(PRODUCT_NAME) to access your camera in order to take pictures of your tests for analysis. </string >
1416<key >NSMicrophoneUsageDescription</key >
15- <string >Allow $(PRODUCT_NAME) to access your microphone</string >
17+ <string >Allow $(PRODUCT_NAME) to access your microphone, to enable voice recognition. </string >
1618<key >NSSpeechRecognitionUsageDescription</key >
17- <string >Wir benötigen Zugriff auf die Spracherkennung, um Sprachbefehle zu verarbeiten .</string >
18- ```
19+ <string >Allow $(PRODUCT_NAME) to access voice recognition to carry out your voice commands .</string >
20+ ```
You can’t perform that action at this time.
0 commit comments