gitextract_bku8k4r1/ ├── .gitattributes ├── LICENSE ├── README.md ├── entitlements.md ├── filemirror.md ├── interface.md ├── roothide.entitlements ├── roothide.md ├── theos/ │ └── lib/ │ └── iphone/ │ └── roothide/ │ ├── AltList.framework/ │ │ ├── AltList │ │ ├── Headers/ │ │ │ ├── ATLApplicationListControllerBase.h │ │ │ ├── ATLApplicationListMultiSelectionController.h │ │ │ ├── ATLApplicationListSelectionController.h │ │ │ ├── ATLApplicationListSubcontroller.h │ │ │ ├── ATLApplicationListSubcontrollerController.h │ │ │ ├── ATLApplicationSection.h │ │ │ ├── ATLApplicationSelectionCell.h │ │ │ ├── ATLApplicationSubtitleCell.h │ │ │ ├── ATLApplicationSubtitleSwitchCell.h │ │ │ └── LSApplicationProxy+AltList.h │ │ ├── Info.plist │ │ ├── ar.lproj/ │ │ │ └── Localizable.strings │ │ ├── de.lproj/ │ │ │ └── Localizable.strings │ │ ├── en.lproj/ │ │ │ └── Localizable.strings │ │ ├── fr.lproj/ │ │ │ └── Localizable.strings │ │ ├── it.lproj/ │ │ │ └── Localizable.strings │ │ ├── ja.lproj/ │ │ │ └── Localizable.strings │ │ ├── ko.lproj/ │ │ │ └── Localizable.strings │ │ ├── nl.lproj/ │ │ │ └── Localizable.strings │ │ ├── pl.lproj/ │ │ │ └── Localizable.strings │ │ ├── pt.lproj/ │ │ │ └── Localizable.strings │ │ ├── ru.lproj/ │ │ │ └── Localizable.strings │ │ ├── sk.lproj/ │ │ │ └── Localizable.strings │ │ ├── tr.lproj/ │ │ │ └── Localizable.strings │ │ ├── zh-Hant.lproj/ │ │ │ └── Localizable.strings │ │ └── zh.lproj/ │ │ └── Localizable.strings │ ├── Cephei.framework/ │ │ ├── Cephei │ │ ├── Headers/ │ │ │ ├── Cephei-Swift.h │ │ │ ├── Cephei.h │ │ │ ├── HBOutputForShellCommand.h │ │ │ ├── HBPreferences.h │ │ │ └── HBRespringController.h │ │ ├── Info.plist │ │ └── Modules/ │ │ └── module.modulemap │ ├── CepheiPrefs.framework/ │ │ ├── CepheiPrefs │ │ ├── DemoAbout.plist │ │ ├── DemoRoot.plist │ │ ├── Headers/ │ │ │ ├── CepheiPrefs-Swift.h │ │ │ ├── CepheiPrefs.h │ │ │ ├── HBAboutListController.h │ │ │ ├── HBLinkTableCell.h │ │ │ ├── HBListController.h │ │ │ ├── HBMastodonTableCell.h │ │ │ ├── HBPackageNameHeaderCell.h │ │ │ ├── HBPackageTableCell.h │ │ │ ├── HBRootListController.h │ │ │ ├── HBStepperTableCell.h │ │ │ ├── HBSupportController.h │ │ │ ├── HBTintedTableCell.h │ │ │ ├── HBTwitterCell.h │ │ │ └── PSListController+HBTintAdditions.h │ │ ├── Info.plist │ │ ├── Modules/ │ │ │ └── module.modulemap │ │ ├── ar.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ca.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── cs.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── da.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── de.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── el.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── en.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── en_AU.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── en_GB.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── entry.plist │ │ ├── es.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── es_MX.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── fi.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── fr.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── fr_CA.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── he.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── hi.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── hr.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── hu.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── id.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── it.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ja.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ko.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ms.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── nb.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── nl.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── pl.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── pt.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── pt_PT.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ro.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── ru.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── sk.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── sv.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── th.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── tr.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── uk.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── vi.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── zh_CN.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ ├── zh_HK.lproj/ │ │ │ ├── Common.strings │ │ │ ├── PackageCell.strings │ │ │ ├── PackageNameHeaderCell.strings │ │ │ └── Support.strings │ │ └── zh_TW.lproj/ │ │ ├── Common.strings │ │ ├── PackageCell.strings │ │ ├── PackageNameHeaderCell.strings │ │ └── Support.strings │ ├── CepheiUI.framework/ │ │ ├── CepheiUI │ │ ├── Headers/ │ │ │ ├── CepheiUI-Swift.h │ │ │ └── CepheiUI.h │ │ ├── Info.plist │ │ └── Modules/ │ │ └── module.modulemap │ └── Comet.framework/ │ ├── Comet │ ├── Headers/ │ │ ├── Comet-Swift.h │ │ └── Comet.h │ ├── Info.plist │ ├── Modules/ │ │ ├── Comet.swiftmodule/ │ │ │ ├── arm64-apple-ios.abi.json │ │ │ ├── arm64-apple-ios.private.swiftinterface │ │ │ ├── arm64-apple-ios.swiftdoc │ │ │ ├── arm64-apple-ios.swiftinterface │ │ │ ├── arm64-apple-ios.swiftmodule │ │ │ ├── arm64e-apple-ios.abi.json │ │ │ ├── arm64e-apple-ios.private.swiftinterface │ │ │ ├── arm64e-apple-ios.swiftdoc │ │ │ ├── arm64e-apple-ios.swiftinterface │ │ │ └── arm64e-apple-ios.swiftmodule │ │ └── module.modulemap │ ├── PrivateHeaders/ │ │ ├── FBSSystemService.h │ │ ├── LSApplicationWorkspace.h │ │ └── UIImage+Icon.h │ └── Resources.bundle/ │ ├── en.lproj/ │ │ └── Localizable.strings │ ├── zh-Hant.lproj/ │ │ └── Localizable.strings │ └── zh_Hans.lproj/ │ └── Localizable.strings └── vroot.md