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

[iOS][Swift] Module Map File #3762

Closed
jwoo-msft opened this issue Feb 4, 2020 · 2 comments · Fixed by #6582
Closed

[iOS][Swift] Module Map File #3762

jwoo-msft opened this issue Feb 4, 2020 · 2 comments · Fixed by #6582

Comments

@jwoo-msft
Copy link
Member

What platform is your feature request related to? (Delete other platforms).

  • iOS

Is your feature request related to a problem? Please describe.
Swift users can use our framework using a bridge header.
But there is a better way to share our framework with our users.

Modules improve access to the API of software libraries by replacing the textual preprocessor >> inclusion model with a more robust, more efficient semantic model. — Clang Documentation

Describe the solution you'd like
Add a module and its module map file.

@jwoo-msft
Copy link
Member Author

@shalinijoshi19
Outlook's iOS client needs this support as they are moving their code base to swift.

@dalemyers
Copy link

Outlook's iOS client still needs this :)

We are almost entirely Swift now. We've had to make do by having a fork of the repo and making our own changes. We can't be the only ones who want to pull this into a pure Swift project any more.

@RebeccaAnne RebeccaAnne removed this from the Backlog milestone May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants