Skip to content

Commit

Permalink
iOS geolocation permission text
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Aug 29, 2018
1 parent 83c43fe commit cd4aded
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions mobile/freegle/ios/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@
<string>fbapi20160328</string>
</array>
</config-file>
<config-file overwrite="true" parent="NSLocationAlwaysUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
<config-file overwrite="true" parent="NSLocationAlwaysUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</config-file>
</platform>
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-custom-config" spec="^4.0.2" />
Expand Down

0 comments on commit cd4aded

Please sign in to comment.