diff --git a/dist/apple-touch-icon-precomposed.png b/dist/apple-touch-icon-precomposed.png index bee3e36990..3d89380924 100644 Binary files a/dist/apple-touch-icon-precomposed.png and b/dist/apple-touch-icon-precomposed.png differ diff --git a/dist/doc/extend.md b/dist/doc/extend.md index 9babe2a0f1..44a0825e3c 100644 --- a/dist/doc/extend.md +++ b/dist/doc/extend.md @@ -591,13 +591,23 @@ icons using `link` elements placed in the HTML `head` of your document, e.g.: The main sizes of the icons on iOS are: -* `57×57px` – non-Retina iPhone and iPod Touch -* `72×72px` – iPad mini and the first- and second-generation iPad on iOS ≤ 6 -* `76×76px` – iPad mini and the first- and second-generation iPad on iOS ≥ 7 -* `114×114px` – iPhone 4+ (with Retina Display) on iOS ≤ 6 -* `120×120px` – iPhone 4+ (with Retina Display) on iOS ≥ 7 -* `144×144px` – iPad 3+ (with Retina Display) -* `152×152px` – iPad 3+ (with Retina Display) +* `57×57px` – iPhone with @1x display and iPod Touch +* `72×72px` – iPad and iPad mini with @1x display running iOS ≤ 6 +* `76×76px` – iPad and iPad mini with @1x display running iOS 7 +* `114×114px` – iPhone with @2x display running iOS ≤ 6 +* `120×120px` – iPhone with @2x and @3x display running iOS ≥ 7 +* `144×144px` – iPad and iPad mini with @2x display running iOS ≤ 6 +* `152×152px` – iPad and iPad mini with @2x display running iOS 7 +* `180×180px` – iPad and iPad mini with @2x display running iOS 8 + +Displays meaning: + +* @1x - non-Retina +* @2x - Retina +* @3x - Retina HD + +More information about the displays of iOS devices can be found +[here](http://en.wikipedia.org/wiki/List_of_iOS_devices#Display). For non-Retina iPhone, iPod Touch, and Android 2.1+ devices you can use the example from above or replace the `apple-touch-icon-precomposed.png` within diff --git a/src/apple-touch-icon-precomposed.png b/src/apple-touch-icon-precomposed.png index bee3e36990..3d89380924 100644 Binary files a/src/apple-touch-icon-precomposed.png and b/src/apple-touch-icon-precomposed.png differ diff --git a/src/doc/extend.md b/src/doc/extend.md index 9babe2a0f1..44a0825e3c 100644 --- a/src/doc/extend.md +++ b/src/doc/extend.md @@ -591,13 +591,23 @@ icons using `link` elements placed in the HTML `head` of your document, e.g.: The main sizes of the icons on iOS are: -* `57×57px` – non-Retina iPhone and iPod Touch -* `72×72px` – iPad mini and the first- and second-generation iPad on iOS ≤ 6 -* `76×76px` – iPad mini and the first- and second-generation iPad on iOS ≥ 7 -* `114×114px` – iPhone 4+ (with Retina Display) on iOS ≤ 6 -* `120×120px` – iPhone 4+ (with Retina Display) on iOS ≥ 7 -* `144×144px` – iPad 3+ (with Retina Display) -* `152×152px` – iPad 3+ (with Retina Display) +* `57×57px` – iPhone with @1x display and iPod Touch +* `72×72px` – iPad and iPad mini with @1x display running iOS ≤ 6 +* `76×76px` – iPad and iPad mini with @1x display running iOS 7 +* `114×114px` – iPhone with @2x display running iOS ≤ 6 +* `120×120px` – iPhone with @2x and @3x display running iOS ≥ 7 +* `144×144px` – iPad and iPad mini with @2x display running iOS ≤ 6 +* `152×152px` – iPad and iPad mini with @2x display running iOS 7 +* `180×180px` – iPad and iPad mini with @2x display running iOS 8 + +Displays meaning: + +* @1x - non-Retina +* @2x - Retina +* @3x - Retina HD + +More information about the displays of iOS devices can be found +[here](http://en.wikipedia.org/wiki/List_of_iOS_devices#Display). For non-Retina iPhone, iPod Touch, and Android 2.1+ devices you can use the example from above or replace the `apple-touch-icon-precomposed.png` within