Skip to main content

Version History

1.0.5

  • Fix crash on Taurine

1.0.4

  • Removed CMApplicationWorkspace, rewrote in Swift and Combine under the name ApplicationWorkspace.
  • Fixed a crash related to LSApplicationProxy changes on iOS 15+

1.0.3

  • Added AppPicker which you can now use to select apps from your tweak preference pages. Highly performant and tested.
  • Added localisations for (Chinese (Simplified), Chinese (Traditional), English).

1.0.2

  • Support rootless
  • Added HexColorPicker, you can now save colors as hex values.

1.0.1-1

  • Added RespringButton() which can be used in your SwiftUI views, to respring the device.
  • Improved build system.

1.0.1

  • Added RespringButton() which can be used in your SwiftUI views, to respring the device.
  • Improved build system.

1.0

  • Initial release