Skip to content
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

Header Files Visiblity #119

Open
ondevDeepA opened this issue Apr 30, 2016 · 0 comments
Open

Header Files Visiblity #119

ondevDeepA opened this issue Apr 30, 2016 · 0 comments

Comments

@ondevDeepA
Copy link

Need some clarification in public, private and project headers of a static library. I have linked a static library with a Xcode project. In the static library, I have marked all the header files that will be included in the Xcode project as public. I want to clarify what will be the visibility of a header file, lets say HeaderB.h which is included in a public header file, and what will be visibility of a header file HeaderC.h which is included in HeaderB.h. HeaderB.h and HeaderC.h are not meant to be included in the host Xcode project directly. Also, I am not adding the static library as a sub project, instead staticLib.a file is linked with the host Xcode project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant