MOBILE-3246 core: Define NSLocationAlwaysUsageDescription

main
Dani Palou 2020-01-13 15:48:21 +01:00
parent ad85ded49f
commit 81ed452c6b
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
<string>We need your location so you can attach it as part of your submissions.</string>
</edit-config>
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
<string>We need your location so you can attach it as part of your submissions.</string>
</edit-config>
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
<icon height="40" src="resources/ios/icon/icon-20@2x.png" width="40" />
<icon height="60" src="resources/ios/icon/icon-20@3x.png" width="60" />