CCApps adds installed applications as individual Control Center modules. Tap a module to open its app, or touch and hold it for the app's quick actions.
I made this because I got an iOS 17 jailbroken device and could not find a Control Center app launcher that worked on my setup. iOS 17 tweak support is still catching up, so this is something functional to use in the meantime.
This is not a polished or heavily tested release. It works on my device, but I am not promising support, compatibility updates, new features, or ETAs. If it is useful to you, use it. If it is not, do not install it. Issues and pull requests are welcome, but they may not be addressed.
- Discovers installed user and system applications automatically.
- Adds each launchable app to Settings > Control Center by name.
- Uses the installed app's full-color icon in Control Center.
- Shows app-provided Home Screen quick actions when a module is held.
- Requests Face ID or passcode before launching from a locked phone.
- Requests a SpringBoard restart after installation and removal in Sileo.
The app list is cached when the provider loads. Installing or deleting an app may require closing Settings and respringing before the list updates.
- iOS 17.0 through 17.3.1
- Dopamine/rootless jailbreak
- CCSupport 1.3.13 or newer
- Package architecture:
iphoneos-arm64with arm64 and arm64e code
It has primarily been developed and tested on an iPhone 15 running iOS 17. Other devices and configurations may behave differently.
Install com.akuma.ccapps_1.1_iphoneos-arm64.deb through Sileo, then use its
Restart SpringBoard action. Installed applications should appear individually
under Settings > Control Center > More Controls.
For a terminal installation on the phone:
sudo dpkg -i /path/to/com.akuma.ccapps_1.1_iphoneos-arm64.deb
sudo sbreloadCCApps requires Theos, an iOS SDK with the required private-framework stubs, and an arm64e-capable Apple toolchain.
export THEOS=/path/to/theos
make clean package FINALPACKAGE=1The rootless provider is installed at:
/var/jb/Library/ControlCenter/CCSupport_Providers/CCAppsProvider.bundle
CCApps is available under the MIT License. It depends on
CCSupport by Lars Fröder. The local
CCSModuleProvider protocol declaration is derived from that MIT-licensed
project.
