문제

I have recently gotten into jailbroken iOS app development and have developed my first tweak. I am going to submit it to TheBigBoss repo. My question is this: how can I set the tweak icon in the Cydia store? Looking at the submission page on http://thebigboss.org/ I found that there is no place to submit an icon, which tells me that is must be part of the package that I submit. After downloading multiple open source tweaks from http://iphonedevwiki.net/index.php/Open_Source_Projects I still cannot find how to set the tweak icon. Whenever I install my tweak on my device via Theos and look at it in the Cydia store, I just see the stock "drill" icon.

Thanks for bearing with my noobiness!

도움이 되었습니까?

해결책

You can edit your deb's control file to add a line like below

Icon: urltoyouriconfile

This can also be a local URL (with file:// prefix then the path)
I hope this still works !

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top