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

Enable Catalyst support for iOS framework #17

Merged
merged 3 commits into from Mar 9, 2020
Merged

Commits on Mar 3, 2020

  1. Support building for Catalyst on the Mac

    When building for Catalyst on the Mac, canImport(AppKit) is true, so you also need to check for !targetEnvironment(macCatalyst).
    samdeane committed Mar 3, 2020
    Copy the full SHA
    5c40180 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Handle catalyst in tests

    ldiqual committed Mar 4, 2020
    Copy the full SHA
    8685768 View commit details
    Browse the repository at this point in the history
  2. Changelog

    ldiqual committed Mar 4, 2020
    Copy the full SHA
    b9fc8f3 View commit details
    Browse the repository at this point in the history