MOBILE-4470 plugin.xml: Add NSLocationAlwaysAndWhenInUseUsageDescription

main
Alfonso Salces 2024-06-12 08:56:47 +02:00
parent 62d65a4ae0
commit c4a0a5c7c8
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@
<framework src="CoreLocation.framework" />
<config-file target="*-Info.plist" parent="NSLocationAlwaysAndWhenInUseUsageDescription" comment="Default usage descriptions: override as necessary in .plist">
<string>We need your location so you can attach it as part of your submissions.</string>
</config-file>
<config-file target="*-Info.plist" parent="NSLocationWhenInUseUsageDescription" comment="Default usage descriptions: override as necessary in .plist">
<string>We need your location so you can attach it as part of your submissions.</string>
</config-file>