Flex To Theos

Change Log:


Version: 1.3

• Fixed a small bug with the update check


Version: 1.2

• cleaned up code
• added popups
• more user functionality


Version: 1.1

• Fixed a bug where an overridden (void) would use //%orig; instead of %orig
• Added option to automatically check for updates on launch of flex to theos via terminal. Message will only appear if and when there's a new update to flex to theos available


Version: 1.0

• Fixed a postinst bug


Version: 0.9

• cleaned up the code output...
• if multiple methods use the same hook; they all get grouped into a single hook
• added a new option to have -(void)returns that arent overridden to produce %orig; or leave it out.
• fixed a bug where setting (id) to NSNumber would result in the wrong code being output.


Version: 0.8

• added translations • added new option so youre able to see which patches are active


Version: 0.7

• bool's now show as YES/NO instead of 1/0


Version: 0.6

• updated version number to reflect newest version (ceadd)

• updated info used for ftt -u


Version: 0.3.8

I fixed the following bugs that were present in ipadkid358's version of flex to theos, but I hadn't gotten around to fixing until now

• Fixed a bug that would try to return %orig; on a void method

• If the output folder already exists, it will change the number on the end instead of failing to convert the project from flex to theos

• Ability to set FINALPACKAGE: && DEBUG: automatically when generating the makefile.

• Added ability to convert ALL flex patches to theos code projects with one command (ftt -z)


PAST FLEX TO THEOS UPDATES

• Fix bug that would add an extra character between the return value, causing the project not to make properly

• (bool) <- two characters Added the ability to make the deb straight from flex to theos terminal output (ftt -m)

• I have ftt -g hooked to some of my personal flex patches

• Added a preference bundle which allows the user to set custom arm support for their deb as well as customize the developers name / email and bundle name

• Added the ability to add a description to your patch straight from the terminal while using ftt

• Added ability to automatically name the folder after the flex patch you're making (ftt -a)