Skip to content

Commit

Permalink
Merge branch 'modtools' of https://github.com/Freegle/iznik-client in…
Browse files Browse the repository at this point in the history
…to modtools
  • Loading branch information
chriscant committed Sep 23, 2019
2 parents d9bf678 + 45cddb9 commit 3cebd7f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mobile/modtools/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.modtools" ios-CFBundleVersion="141" version="0.2.18" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.modtools" ios-CFBundleVersion="143" version="0.2.18" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ModTools</name>
<description>Tool to help moderators of Freegle and similar groups</description>
<author email="[email protected]" href="https://ilovefreegle.org">
Expand All @@ -17,6 +17,14 @@
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
<platform name="ios">
<config-file overwrite="true" parent="NSLocationAlwaysUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when moderating</string>
</config-file>
<config-file overwrite="true" parent="NSLocationWhenInUseUsageDescription" platform="ios" target="*-Info.plist">
<string>To find your location when moderating</string>
</config-file>
</platform>
<platform name="ios">
<splash src="package-assets/Default@2x~universal~anyany.png" />
</platform>
Expand Down

0 comments on commit 3cebd7f

Please sign in to comment.