Sniki / OS-X-USB-Inject-All

Kext to inject all USB ports for the installed Intel EHCI/XHCI chipset automatically.
Other
259 stars 24 forks source link

[IMPROVEMENT] Use xcode PROJECT_DIR variable rather than a relative path #2

Closed itnok closed 4 years ago

itnok commented 4 years ago

Using the env variable rather than a simple relative path for the prebuild target action allows tools like Hackintool to correctly leverage command line params for build automation in custom directories.

Sniki commented 4 years ago

Thanks @itnok

Im still learning into Xcode and Project settings in general, github too. But code wise, this was an effort to bring this abandoned project and try to maintain it and add newer hardware support.

Merging