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

feature-request: header-files for C/C++ libs support on iOS platform #19

Open
elmasse opened this issue Oct 18, 2013 · 0 comments
Open

Comments

@elmasse
Copy link

elmasse commented Oct 18, 2013

The current implementation allows to define ObjectiveC headers and source files. For those plugins that are using external C/C++ libs we need a spec to copy the header files with their current folder structure and add them to HEADERS_SEARCH_PATH list inside the Xcode project.

proposal:

<header-file src="src/ios/framework/libs/include" target-dir="lib/include" framework="true" />

having framework=true and referencing a folder into a header-file element could copy the current structure and add the target-dir into the HEADER_SEARCH_PATH with a recursive mark.

Not sure about using header-file element for this, but we need a solution for this type of plugins, so I wanted to open the discussion here.

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