Flex To Theos
• added popups
• more user functionality
• 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
• 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.
• added translations • added new option so youre able to see which patches are active
• bool's now show as YES/NO instead of 1/0
• updated version number to reflect newest version (ceadd)
• updated info used for ftt -u
• 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)
• 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)