Add NSPhotoLibraryUsageDescription and NSCameraUsageDescription, bump to 1.0.2
This commit is contained in:
parent
f6edf3e1f5
commit
7525bdc0f8
4
app.json
4
app.json
@ -2,7 +2,7 @@
|
|||||||
"expo": {
|
"expo": {
|
||||||
"name": "WellNuo",
|
"name": "WellNuo",
|
||||||
"slug": "WellNuo",
|
"slug": "WellNuo",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"orientation": "portrait",
|
"orientation": "portrait",
|
||||||
"icon": "./assets/images/icon.png",
|
"icon": "./assets/images/icon.png",
|
||||||
"scheme": "wellnuo",
|
"scheme": "wellnuo",
|
||||||
@ -17,6 +17,8 @@
|
|||||||
"ITSAppUsesNonExemptEncryption": false,
|
"ITSAppUsesNonExemptEncryption": false,
|
||||||
"NSMicrophoneUsageDescription": "WellNuo needs access to your microphone for voice commands.",
|
"NSMicrophoneUsageDescription": "WellNuo needs access to your microphone for voice commands.",
|
||||||
"NSSpeechRecognitionUsageDescription": "WellNuo uses speech recognition to convert your voice to text.",
|
"NSSpeechRecognitionUsageDescription": "WellNuo uses speech recognition to convert your voice to text.",
|
||||||
|
"NSPhotoLibraryUsageDescription": "WellNuo may need access to your photo library to share images.",
|
||||||
|
"NSCameraUsageDescription": "WellNuo may need access to your camera for video calls.",
|
||||||
"UIBackgroundModes": [
|
"UIBackgroundModes": [
|
||||||
"audio",
|
"audio",
|
||||||
"voip"
|
"voip"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user