diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bea433 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ + +.DS_Store diff --git a/Assets/.faf icon.pdn.icloud b/Assets/.faf icon.pdn.icloud deleted file mode 100644 index 636f208..0000000 Binary files a/Assets/.faf icon.pdn.icloud and /dev/null differ diff --git a/Assets/faf icon.pdn b/Assets/faf icon.pdn new file mode 100644 index 0000000..d482e63 Binary files /dev/null and b/Assets/faf icon.pdn differ diff --git a/Assets/icon/ios/.README.md.icloud b/Assets/icon/ios/.README.md.icloud deleted file mode 100644 index 1a65c7a..0000000 Binary files a/Assets/icon/ios/.README.md.icloud and /dev/null differ diff --git a/Assets/icon/ios/README.md b/Assets/icon/ios/README.md new file mode 100644 index 0000000..6b3251a --- /dev/null +++ b/Assets/icon/ios/README.md @@ -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