0cyn / ktool

pip install k2l | Mach-O + Obj-C analysis TUI / CLI kit and library. Zero compiled deps, runs anywhere with a python interpreter.
MIT License
484 stars 24 forks source link

chore(legacy): Adapt to package changes #19

Closed TheRealKeto closed 2 years ago

TheRealKeto commented 2 years ago

This PR updates .legacy_setup.py in order to work with the new changes made to the library. Specific changes were documented under the commit message.

When updating versions, make sure to update the one set in pyproject.toml as well as the one set in the legacy setup script, and everything else should be fine; Procursus doesn't use poetry unfortunately, so this is a required patch in order for that to continue building.

0cyn commented 2 years ago

Awesome, thank you.