Skip to content
Conor edited this page Jun 18, 2020 · 3 revisions

This page outlines the details of how to get libappearancecell setup and ready for development


  1. Install me.conorthedev.libappearancecell on your device
  2. Get the required files:
    • Copy libappearancecell.h to $THEOS/include/libappearancecell
    • Copy /usr/lib/libappearancecell.dylib (from your device) to $THEOS/lib
  3. Link libappearancecell in your bundle
    MyBundle_LIBRARIES = appearancecell
  4. Depend on libappearancecell
    Depends: mobilesubstrate, preferenceloader, me.conorthedev.libappearancecell
    

Clone this wiki locally