Skip to content

Commit

Permalink
Fix MT iOS tile
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscant committed Apr 16, 2019
1 parent 4c923e6 commit b2718d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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="133" version="0.2.12" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="org.ilovefreegle.modtools" ios-CFBundleVersion="134" version="0.2.12" 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 Down Expand Up @@ -35,7 +35,7 @@
<icon height="144" platform="ios" src="package-assets/Tile144.png" width="144" />
<icon height="50" platform="ios" src="package-assets/Tile50.png" width="50" />
<icon height="100" platform="ios" src="package-assets/Tile100.png" width="100" />
<icon height="187" platform="ios" src="package-assets/Tile187.png" width="187" />
<icon height="167" platform="ios" src="package-assets/Tile167.png" width="167" />
<icon height="1024" platform="ios" src="package-assets/Tile1024.png" width="1024" />
<platform name="ios">
<preference name="AutoHideSplashScreen" value="true" />
Expand Down
Binary file added mobile/modtools/package-assets/Tile167.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mobile/modtools/package-assets/Tile187.png
Binary file not shown.

0 comments on commit b2718d4

Please sign in to comment.