-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove common 3rd party headers and update code rules #90
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is great. I would like to verify that there are no major projects that use these headers.
I also think we should provide very clear instructions on how to switch to using the *-lib
packages on each platform for developers that are impacted.
Agree regarding the usage check. Re additional instructions, where do you think they should be placed? As examples in the added code rules statement? |
Maybe a wiki page on this repo. I'm thinking this because it's for users (i.e. theos users) less than developers (i.e. theos contributors). DraftTheos no longer provides headers for some libraries that provide headers through their own releases. For example, OpenSSL provides its headers in the To use headers from these libraries with Theos, follow these steps:
|
Ooo, hadn't thought of the wiki. Nice, thanks! Also, just to clarify, the headers don't need to be moved anywhere once installed since they're installed to a system include path. |
New wiki page has been created! Guess the last item would be confirming the existing headers aren't widely used. Not sure how exactly to best approach verifying that, so ideas are welcome |
Thanks for the wiki page!
I'm comfortable moving forward with this. |
Great, thanks for checking! I can modify my project in the next update and have posted a pr to Trollstore with the necessary change. |
Forgot to add the search for OpenSSL https://github.com/search?q=THEOS++path%3A**%2FMakefile+openssl&type=code which had 2 results, both of which use a custom include path for OpenSSL, so this is a step forward. |
What does this implement/fix? Explain your changes.
Checklist
@import MyLibrary;
in ObjC, orimport MyLibrary
in Swift.Does this close any currently open issues?
#73
Any relevant logs, error output, etc?
Any other comments?
*-dev
packages on Linux and respective lib or*-dev
packages on iOS.Where has this been tested?
Operating System: …
Platform: …
Target Platform: …
Toolchain Version: …
SDK Version: …