Skip to content

Commit

Permalink
Revert last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Sep 22, 2019
1 parent 4e50d57 commit 9991304
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
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="org.ilovefreegle.iphone" ios-CFBundleVersion="175" version="1.4.19" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.iphone" ios-CFBundleVersion="174" version="1.4.19" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Freegle</name>
<description>Offer and request free items on your local Freegle reuse group</description>
<author />
Expand Down Expand Up @@ -86,13 +86,13 @@
<string>fbapi20160328</string>
</array>
</config-file>
<edit-config target="NSLocationAlwaysUsageDescription" file="*-Info.plist" mode="merge">
<config-file overwrite="true" parent="NSLocationAlwaysUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</edit-config>
<edit-config target="NSLocationWhenInUseUsageDescription" file="*-Info.plist" mode="merge">
</config-file>
<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when offering an item</string>
</edit-config>
</platform>
</config-file>
</platform>
<plugin name="cordova-plugin-compat" spec="^1.2.0" />
<plugin name="cordova-custom-config" spec="^4.0.2" />
<plugin name="cordova-plugin-ios-camera-permissions" spec="^1.2.0">
Expand Down

0 comments on commit 9991304

Please sign in to comment.