-
Notifications
You must be signed in to change notification settings - Fork 5
Setup
Conor edited this page Jun 18, 2020
·
3 revisions
This page outlines the details of how to get libappearancecell setup and ready for development
- Install
me.conorthedev.libappearancecellon your device- You can find it on Dynastic
- Get the required files:
- Copy libappearancecell.h to $THEOS/include/libappearancecell
- Copy /usr/lib/libappearancecell.dylib (from your device) to $THEOS/lib
- Link libappearancecell in your bundle
MyBundle_LIBRARIES = appearancecell - Depend on libappearancecell
Depends: mobilesubstrate, preferenceloader, me.conorthedev.libappearancecell