Skip to content

Commit 81ed452

Browse files
committed
MOBILE-3246 core: Define NSLocationAlwaysUsageDescription
1 parent ad85ded commit 81ed452

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
123123
<string>We need your location so you can attach it as part of your submissions.</string>
124124
</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>
125128
<icon height="20" src="resources/ios/icon/icon-20.png" width="20" />
126129
<icon height="40" src="resources/ios/icon/[email protected]" width="40" />
127130
<icon height="60" src="resources/ios/icon/[email protected]" width="60" />

0 commit comments

Comments
 (0)