Skip to content

Commit 65d9fe8

Browse files
committed
chore: update README.md
1 parent 355366d commit 65d9fe8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
1-
# Welcome to CoVision!
1+
# Welcome to CoVision
22

33
## Start on actual device (iOS)
4+
45
```bash
56
npx expo run:ios --device "device_name"
67
```
78

8-
## Required iOS permissions:
9+
## Required iOS permissions
910

1011
These 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+
```

0 commit comments

Comments
 (0)