Add NSPhotoLibraryUsageDescription and NSCameraUsageDescription, bump to 1.0.2

This commit is contained in:
Sergei 2026-01-17 18:38:48 -08:00
parent f6edf3e1f5
commit 7525bdc0f8

View File

@ -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"