1、打开iTunes,在AppStore中下载一个App
下载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
8、将资源包拖进来
截图
9、点击Start
截图
10、打开文件所在位置
截图