JohnCoatesOSS / Limitless

Fork of Cydia. Different name to avoid confusion. Goal: Refactor Cydia to make contributions easier. Backport features to Cydia's coding style so they can be submitted for consideration.
GNU General Public License v3.0
155 stars 28 forks source link

Integrate UICache into the codebase #31

Open JohnCoates opened 7 years ago

JohnCoates commented 7 years ago

uicache should be brought into the codebase instead of executed as a separate process. It should also check if it actually needs to be run, and when it is run it should only rebuild affected apps.

Source code: http://gitweb.saurik.com/uikittools.git/blob/HEAD:/uicache.mm

Discussion: https://gitter.im/JohnCoatesOSS/Limitless?at=583d3b6d38afd97d3b83e67c

JohnCoates commented 6 years ago

kirb suggested using his implementation of this: https://github.com/hbang/Pheromone/blob/master/UICache.xm