使用actool生成assets.car

Assets.xcassets不同压缩设置下的assets.car文件对比 https://www.jianshu.com/p/7ea44187435d

assets.car文件查看https://github.com/insidegui/AssetCatalogTinkerer

actool打包xcassets为Assets.car命令

actool --output-format human-readable-text --notices --warnings --compress-pngs  --minimum-deployment-target 10.0 --platform iphoneos --compile <#打包路径#> <#目标xcassets#>

你可能感兴趣的:(使用actool生成assets.car)