-
Notifications
You must be signed in to change notification settings - Fork 229
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
generate Swift interface to Objective-C header #95
Conversation
I just found out that OSS Swift includes If anyone's interested in perusing that. |
023ac79
to
6265637
Compare
I've rebased this and improved the test. Should be usable as-is. |
The SPM tests are failing to build because it's trying to build the fixture, even though it's just a Swift interface, not valid Swift source. Excluding files from tests isn't supported in the Swift toolchain we're using for now, so I'll delay merging this until that's addressed. |
6265637
to
d94861e
Compare
PR in jazzy to integrate this: realm/jazzy#530 |
f0bb067
to
d94861e
Compare
super early proof of concept generating Swift interface for Objective-C header