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

Swift Package Manager Support #122

Open
jcavar opened this issue Jan 8, 2020 · 1 comment
Open

Swift Package Manager Support #122

jcavar opened this issue Jan 8, 2020 · 1 comment

Comments

@jcavar
Copy link
Contributor

jcavar commented Jan 8, 2020

Hello,
There are some changes in our project that will require FEM to be integrated using SPM. I managed to get this working in my fork but wanted to discuss solution before creating PR.

SPM has publicHeadersPath option where you can specify location of your headers. Unfortunately, it seems that it doesn't support wildcards and supports only one location.
As FEM's headers are distributed in different directories, this causes problems.

I think we have 2 options:

  • Move everything under Source and remove directories (we can still have groups in Xcode)
  • Move all headers under Source/Headers and keep existing directory structure

What are your thoughts?

@dimazen
Copy link
Contributor

dimazen commented Jan 8, 2020

Hello, @jcavar! I would stick to moving everything into a single Source directory and leave just groups if that's the case.

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

2 participants