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

Import and forward-declare classes as needed to compile headers #82

Merged
merged 1 commit into from
Apr 30, 2023

Conversation

leptos-null
Copy link
Member

What does this implement/fix? Explain your changes.

Enables more headers to be imported by themselves.

Checklist

  • New code follows the code rules
  • I've added modulemaps for any new libraries (e.g. see libactivator/module.modulemap): it should be possible to @import MyLibrary; in ObjC, or import MyLibrary in Swift.
  • My contribution is code written by myself from reverse-engineered headers, licensed into the Public Domain as per LICENSE.md; or, code written by myself / taken from an existing project, released under an OSI-approved license, and I've added relevant licensing credit to LICENSE.md

Does this close any currently open issues?

Any relevant logs, error output, etc?

Any other comments?

This unblocks #72

Where has this been tested?

Operating System: Ubuntu, macOS

Platform:

Target Platform: iOS

Toolchain Version:

SDK Version: iOS 14.5

@PoomSmart PoomSmart merged commit 3d2c25b into theos:master Apr 30, 2023
@leptos-null leptos-null deleted the import-fixes branch April 30, 2023 13:27
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

Successfully merging this pull request may close these issues.

2 participants