Lightmann

Results 118 comments of Lightmann

Closing this in favor of [theos/logos#94](https://github.com/theos/logos/pull/94) as Logos has been [moved to a submodule](https://github.com/theos/theos/commit/ccdf533ac3d7b21a6a9d172fb9832eb3a4cdd7bf) since this pr was opened.

Can confirm the hook is functional with the latest Theos. This is almost certainly due to Theos being installed to /var and presumably run with root. Theos should never be...

Is this still an issue with the latest theos? A simple logging .xmi/.xm appears to have worked as intended for me.

Closing as the insufficient iOS dependencies package has been superseded on newer versions (>= 12) with the newer packages listed by Kirb above.

Attempted to resolve this a couple of ways both of which are less than ideal: 1) renaming the final object product to something else (e.g., `instance.bin`) [works] - This requires...

For anyone curious, if you run the executable w/o any args it'll print the 'help' page. That being said, I do agree that this info would be useful to have...

I'd argue against modifying the current templates as-is w/o adding legacy counterparts as targeting legacy iOS versions is still a supported use case for Theos. That being said, it does...

Fair enough. So does out-of-the-box legacy support take priority over sideloading support or do we want to add a couple "legacy"/"modern" templates? I'm kinda leaning towards the priority scenario personally

If I get the time and/or motivation, maybe. Some headway was made by dlevi recently with regard to the log class, but the IPC and notifications would still likely need...

This likely occurred as Theos migrated away from auto-importing UIKit/Foundation with the deprecation of [Prefix.pch](https://github.com/theos/theos/blob/master/Prefix.pch).