-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'modtools' of https://github.com/Freegle/iznik-client in…
…to modtools
- Loading branch information
Showing
1 changed file
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> | ||
|
@@ -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> | ||
|