I'd like to use different app icons on iOS 6 and 7. (I need this due to the different rounded rectangle shapes because my icon includes a border line.)
For most sizes this is not a problem because the sizes are different. However, the iOS 6 spotlight icon and the iOS 6-7 settings icon both use a 29*29 (non-retina) or 58*58 (retina) app icon.
I'm wondering if the new xcassets bundles could be used to specify different icon files for the different OS versions.
The Contents.json
file inside the xcassets bundle specifies an array of images with various selectors such as size
, idiom
and scale
. Unfortunately I couldn't find any documentation on the file format (probably it's not even public in Apple's view).
My question: Is there also a selector for the OS version that allows me to specify different 29*29 icons for iOS 6 and 7?