You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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:
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 arecursive
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.
The text was updated successfully, but these errors were encountered: