MOBILE-4470 plugin.xml: Add NSLocationAlwaysAndWhenInUseUsageDescription
parent
62d65a4ae0
commit
c4a0a5c7c8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue