initial commit
This commit is contained in:
parent
5adefc5a35
commit
8190d3641f
5 changed files with 26 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
.DS_Store
|
Binary file not shown.
BIN
Assets/faf icon.pdn
Normal file
BIN
Assets/faf icon.pdn
Normal file
Binary file not shown.
Binary file not shown.
24
Assets/icon/ios/README.md
Normal file
24
Assets/icon/ios/README.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
## iTunesArtwork & iTunesArtwork@2x (App Icon) file extension:
|
||||
|
||||
PNG extension is prepended to these two files -
|
||||
|
||||
While Apple suggested to omit the extension for these files,
|
||||
the '.png' extension is actually required for iTunesConnect submission.
|
||||
|
||||
This is done for you so you don't have to.
|
||||
|
||||
However, for Ad_hoc or Enterprise distirbution, the extension should be removed
|
||||
from the files before adding to XCode to avoid error.
|
||||
|
||||
refs: https://developer.apple.com/library/ios/qa/qa1686/_index.html
|
||||
|
||||
## iTunesArtwork & iTunesArtwork@2x (App Icon) transparency handling:
|
||||
|
||||
As images with alpha channels or transparencies cannot be set as an application's icon on
|
||||
iTunesConnect, all transparent pixels in your images will be converted into
|
||||
solid blacks.
|
||||
|
||||
To achieve the best result, you're advised to adjust the transparency settings
|
||||
in your source files before converting them with makeAppIcon.
|
||||
|
||||
refs: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/AppIcons.html
|
Reference in a new issue