Skip to content

Revoxandco/Helium

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

138 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helium

Status Bar Widgets for TrollStore iPhones on iOS 14+. Works on Jailbroken devices as well.

More widgets to come in future updates!

Note: on iOS 16+, you must enable developer mode for this to work properly.

Building

Theos is required to compile the app. The SDK used is iOS 15.0, but you can use any SDK you want. To change the SDK, go to the Makefile and modify the TARGET to your SDK version:

TARGET := iphone:clang:[SDK Version]:[Minimum Version]

Run ./ipabuild.sh to build the ipa. The resulting tipa should be in a folder called 'build'.

Tested Devices

  • iPhone 13 Pro (iOS 15.3.1, Jailed & Jailbroken)
  • iPhone X (iOS 16.1.1, Jailbroken)

Known Issues

  • It currently does not adapt to the color of the status bar (it will always be white).

Credits

  • TrollSpeed for the AssistiveTouch logic allowing this to work.
  • Cowabunga for part of the code.

About

2.0.1 with bold option as it crashes on my device with 2.0.2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 38.4%
  • Objective-C++ 31.1%
  • C 18.4%
  • Objective-C 10.1%
  • Makefile 1.6%
  • Shell 0.4%