How can I modify/create .CAR assets file located inside an iOS SDK?

◇◆丶佛笑我妖孽 提交于 2020-01-06 06:09:10

问题


I'm currently using an iOS SDK (.framework directory) in my project, and I'm in need of modifying some of its assets.

So far I've been able to locate the file with said assets, called Assets.car in mySDK.framework/mySDKResourceBundle.bundle/Assets.car, and using a tool called Asset Catalog Tinkerer I'm also able to see and extract all of the .car's contents.

Unfortunately I just can't seem to find how to modify the assets inside that file to include my own or, failing this, to create a .car file using my own assets so that the framework can use those instead of the original ones.

Is there a tool that can help me to modify or create from scratch this sort of file?

来源:https://stackoverflow.com/questions/54406749/how-can-i-modify-create-car-assets-file-located-inside-an-ios-sdk

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!