gitextract_gbrkdi9r/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── Makefile ├── README.md ├── SpringBoard.h ├── TPPrefsObserver.h ├── TPPrefsObserver.m ├── TrollPadPrefs/ │ ├── DBSMultitaskingContinuousExposeController+hook.x │ ├── Makefile │ ├── NSUserDefaults+hook.x │ ├── Resources/ │ │ ├── Info.plist │ │ └── Root.plist │ ├── TPPRootListController.h │ ├── TPPRootListController.m │ ├── layout/ │ │ └── Library/ │ │ └── PreferenceLoader/ │ │ └── Preferences/ │ │ └── TrollPad.plist │ └── libfeatureflags+hook.x ├── TrollPadSB.plist ├── TrollPadUI.plist ├── TweakSB.x ├── TweakUI.x ├── UIKitPrivate.h ├── control └── layout/ ├── DEBIAN/ │ ├── postinst │ └── postrm └── Library/ └── ControlCenter/ └── Bundles/ └── ContinuousExposeModule.bundle/ └── .keep