diff --git a/native/ios/Comm/Info.debug.plist b/native/ios/Comm/Info.debug.plist --- a/native/ios/Comm/Info.debug.plist +++ b/native/ios/Comm/Info.debug.plist @@ -54,6 +54,8 @@ Allow $(PRODUCT_NAME) to save images to your photo library. NSCameraUsageDescription Allow $(PRODUCT_NAME) to access the camera so you can capture and send photos. + NSMicrophoneUsageDescription + Allow $(PRODUCT_NAME) to access the microphone so you can capture videos with audio UIAppFonts OpenSans-Semibold.ttf @@ -79,7 +81,7 @@ IBMPlexSans-Medium.ttf IBMPlexSans-Bold.ttf SWMansionIcons.ttf - CommIcons.ttf + CommIcons.ttf UIBackgroundModes diff --git a/native/ios/Comm/Info.release.plist b/native/ios/Comm/Info.release.plist --- a/native/ios/Comm/Info.release.plist +++ b/native/ios/Comm/Info.release.plist @@ -39,6 +39,8 @@ Allow $(PRODUCT_NAME) to access your photo library so you can send images. NSPhotoLibraryAddUsageDescription Allow $(PRODUCT_NAME) to save images to your photo library. + NSMicrophoneUsageDescription + Allow $(PRODUCT_NAME) to access the microphone so you can capture videos with audio NSCameraUsageDescription Allow $(PRODUCT_NAME) to access the camera so you can capture and send photos. UIAppFonts @@ -66,7 +68,7 @@ IBMPlexSans-Medium.ttf IBMPlexSans-Bold.ttf SWMansionIcons.ttf - CommIcons.ttf + CommIcons.ttf UIBackgroundModes