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

Added Swift Target. #2

Merged
merged 1 commit into from
Jun 13, 2023
Merged

Added Swift Target. #2

merged 1 commit into from
Jun 13, 2023

Commits on Jun 13, 2023

  1. Added Swift Target.

    Since NSURL and URL are *NOT* the same type, compiler does magic and makes the bridge.
    However for extensions defined like this compiler will not help.
    
    The solution is to add an swift extension that calls the ObjC code.
    Conclusion: Two targets are needed. One for ObjC and other for Swift.
    nacho4d committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    18e9e67 View commit details
    Browse the repository at this point in the history