microsoft / app-metadata

Provides metadata extraction for iOS, Android and Windows packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPA: icons in xcassets are not extracted

izikl opened this issue · comments

Since iOS 7 icons are saved in an Assets.car file. This is not a zip file and from a quick search online I couldn't find any nodejs tool to extract it. Need to do some additional investigation.

assets in xCode:
screen shot 2017-12-30 at 09 45 34

Unzipped IPA:
screen shot 2017-12-30 at 09 46 48

more info:

only if the target OS is >11.0 will they be hidden in the Assets.car, otherwise they will all be .png's alongside the Assets.car. And certain icon sizes are always extracted no matter what the target OS, like the 60x60@2x and the 76x76@2x~ipad