oliversalzburg commented on issue #401: <config-file> isn't reflected in generated Info.plist URL: https://github.com/apache/cordova-ios/issues/401#issuecomment-427019747 Just FYI, I think you'd want [`edit-config`](https://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config) instead. Like so: ```xml <edit-config file="*-Info.plist" mode="overwrite" target="NSMicrophoneUsageDescription"> <string>We use the microphone to convert speech to text when composing messages.</string> </edit-config> ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
