We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad85ded commit 81ed452Copy full SHA for 81ed452
config.xml
@@ -122,6 +122,9 @@
122
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
123
<string>We need your location so you can attach it as part of your submissions.</string>
124
</edit-config>
125
+ <edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
126
+ <string>We need your location so you can attach it as part of your submissions.</string>
127
+ </edit-config>
128
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
129
<icon height="40" src="resources/ios/icon/[email protected]" width="40" />
130
<icon height="60" src="resources/ios/icon/[email protected]" width="60" />
0 commit comments