Skip to content

Commit

Permalink
Tweaked formatting of README.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jan 4, 2016
1 parent bf408c9 commit 2451f8a
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,24 @@ filenames for the various icon sizes needed on each platform. You should
provide the following files:

* On iOS:
* ``$(icon)-180.png``, a 60x60@3x image (iPhone)
* ``$(icon)-167.png``, an 83.5x83.5@2x image (iPad Pro)
* ``$(icon)-152.png``, a 76x76@2x image (iPad)
* ``$(icon)-120.png``, a 40x40@3x/60x60@2x image (iPad, iPhone)
* ``$(icon)-87.png``, a 29x29@3x image (iPad, iPhone)
* ``$(icon)-80.png``, a 40x40@2x image (iPad, iPhone)
* ``$(icon)-76.png``, a 76x76 image (iPad)
* ``$(icon)-58.png``, a 29x29@2x image (iPad)
* ``$(icon)-40.png``, a 40x40 image (iPad)
* ``$(icon)-29.png``, a 29x29 image (iPad)
* ``$(icon)-180.png``, a 60x60@3x image (iPhone)
* ``$(icon)-167.png``, an 83.5x83.5@2x image (iPad Pro)
* ``$(icon)-152.png``, a 76x76@2x image (iPad)
* ``$(icon)-120.png``, a 40x40@3x/60x60@2x image (iPad, iPhone)
* ``$(icon)-87.png``, a 29x29@3x image (iPad, iPhone)
* ``$(icon)-80.png``, a 40x40@2x image (iPad, iPhone)
* ``$(icon)-76.png``, a 76x76 image (iPad)
* ``$(icon)-58.png``, a 29x29@2x image (iPad)
* ``$(icon)-40.png``, a 40x40 image (iPad)
* ``$(icon)-29.png``, a 29x29 image (iPad)

* On Android:
* ``$(icon)-192.png``, an xxxhdpi image (192x192)
* ``$(icon)-144.png``, an xxhdpi image (144x144)
* ``$(icon)-96.png``, an xhdpi image (96x96); this is also used as the default.
* ``$(icon)-72.png``, an hdpi image (72x72)
* ``$(icon)-48.png``, an mdpi image (48x48)
* ``$(icon)-36.png``, an ldpi image (36x36)
* ``$(icon)-192.png``, an xxxhdpi image (192x192)
* ``$(icon)-144.png``, an xxhdpi image (144x144)
* ``$(icon)-96.png``, an xhdpi image (96x96); this is also used as the default.
* ``$(icon)-72.png``, an hdpi image (72x72)
* ``$(icon)-48.png``, an mdpi image (48x48)
* ``$(icon)-36.png``, an ldpi image (36x36)

* On OS X:
* ``$(icon).icns``, a composite ICNS file containing all the required icons.
Expand All @@ -88,12 +88,12 @@ the app is initially loading. It uses the same suffix approach as iOS. You shoul
provide the following files:

* On iOS:
* ``$(splash)-2048x1536.png``, a 1024x786@2x landscape image (iPad)
* ``$(splash)-1536x2048.png``, a 768x1024@2x portrait image (iPad)
* ``$(splash)-1024x768.png``, a 1024x768 landscape image (iPad)
* ``$(splash)-768x1024.png``, a 768x1024 landsacpe image (iPad)
* ``$(splash)-640x1136.png``, a 320x568@2x portrait image (new iPhone)
* ``$(splash)-640x960.png``, a 320x480@2x portrait image (old iPhone)
* ``$(splash)-2048x1536.png``, a 1024x786@2x landscape image (iPad)
* ``$(splash)-1536x2048.png``, a 768x1024@2x portrait image (iPad)
* ``$(splash)-1024x768.png``, a 1024x768 landscape image (iPad)
* ``$(splash)-768x1024.png``, a 768x1024 landsacpe image (iPad)
* ``$(splash)-640x1136.png``, a 320x568@2x portrait image (new iPhone)
* ``$(splash)-640x960.png``, a 320x480@2x portrait image (old iPhone)

If an image cannot be found, the default briefcase image will be used.

Expand Down

0 comments on commit 2451f8a

Please sign in to comment.