Releases: squ1dd13/CLEO-iOS
Releases · squ1dd13/CLEO-iOS
v2.0.2
v2.0.1
CLEO 2.0
CLEO 2.0 is the first release after a full rewrite.
Changes from 1.2:
- Support for more devices, iOS versions, and jailbreaks
- libhooker, Substrate and Substitute all supported
- Tested on recent iOS versions (13 and 14)
- Untested on older versions (<= 12), but still likely to work
- 60 FPS
- Fixed all known 1.2 bugs
- Added cheat menu (with descriptions of each cheat)
- Improved script menu (now larger, with more info, and using better fonts)
- Time stops when in the menu to reduce the chance of the player getting hurt
- Improved logging
- Invoked scripts now keep their variables across launches
- Various smaller improvements
CLEO 1.2
v1.2
v1.0
First public release. This is a debug build.
Do NOT expect this to work flawlessly, because it doesn't. This is not a very old project, and there are many, many bugs.
Your pause menus may be a bit weird, and that's because I'm still working out the full workings of the menu system and there is some testing code in there.
This is compiled for arm64 and arm64e targets. This software will never be available for 32-bit devices.
v1.0.1
- Fixes some loading issues on certain devices where the
/var/mobile/Media/Documents
directory did not exist previously. Scripts should now be placed in/var/mobile/Documents/CS
. - Adds an on-screen debug log. Compile with
#define LOG_OVERLAY
inMain.mm
to show this.