Skip to content

Commit

Permalink
Updated default icons with all required scales
Browse files Browse the repository at this point in the history
According to [OS X Human Interface Guidelines][1], app icons should
provide scales of following resolutions:

* icon_512x512@2x : 1024 x 1024
* icon_512x512    : 512 x 512
* icon_256x256@2x : 512 x 512
* icon_256x256    : 256 x 256
* icon_128x128@2x : 256 x 256
* icon_128x128    : 128 x 128
* icon_32x32@2x   : 64 x 64
* icon_32x32      : 32 x 32
* icon_16x16@2x   : 32 x 32
* icon_16x16      : 16 x 16

The new icons are generated from original icon files by using `iconutil`
tool

```
iconutil -c iconset -o <file>.iconset <file>.icns
iconutil -c icns -o <file>.icns <file>.iconset
```

[1]: https://developer.apple.com/library/mac/documentation/UserExperience/Conceptual/OSXHIGuidelines/Designing.html
  • Loading branch information
Cong Liu committed Sep 12, 2016
1 parent 2bb33ba commit 450b0f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 0 deletions.
Binary file modified chrome/app/theme/chromium/mac/app.icns
Binary file not shown.
Binary file modified chrome/app/theme/chromium/mac/document.icns
Binary file not shown.

0 comments on commit 450b0f3

Please sign in to comment.