1、打开iTunes,在AppStore中下载一个App
2、将下载好的App拖到桌面上
3、右击.ipa文件,点击显示简介
4、修改后缀名为zip
5、找到Payload文件夹中的文件,右击显示包内容
6、找到资源包
7、接下来就是如何提取资源包,如何提取呢?不用担心,github上有人写好了https://github.com/devcxm/iOS-Images-Extractor
安装方法:打开终端,输入下面四个命令
git clone https://github.com/devcxm/iOS-Images-Extractor
cd iOS-Images-Extractor
git submodule update --init --recursive
open iOSImagesExtractor.xcworkspace