akemin-dayo / simject

simject is a command-line tool and iOS dynamic library that allows developers to easily test their tweaks on the iOS Simulator.
BSD 2-Clause "Simplified" License
486 stars 55 forks source link

Remove reliance on Prefix.pch (deprecated theos feature) #58

Closed 0cyn closed 4 years ago

0cyn commented 4 years ago

This is a quick PR to fix compilation.

Prefix.pch was removed from theos with iOS 14, and although it's still possible to make things compile, it's better to just properly import the needed headers.

0cyn commented 4 years ago

In a bit I'm going to submit a PR that removes theos completely (there's no need for theos or logos in the project), but I figured it'd be nice to at least fix this if you guys decide to keep theos.