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

Add Mac Catalyst support #1760

Merged
merged 11 commits into from
Aug 8, 2021
Merged

Add Mac Catalyst support #1760

merged 11 commits into from
Aug 8, 2021

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Aug 7, 2021

Description of Change

This PR adds the Mac Catalyst native component to the packages.

Previously this was having issues with the fact that the native framework has symlinks and .NET does not know how to handle that. It would end up duplicating files and then Xcode would not understand.

There are currently 2 issues that still affect this, and thus targets are required to patch it up a bit:

Bugs Fixed

  • None

API Changes

None

Behavioral Changes

Code that would throw at runtime now does not.

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation

@mattleibow mattleibow merged commit 3bf130d into main Aug 8, 2021
@mattleibow mattleibow deleted the dev/maccat branch August 8, 2021 21:28
@mattleibow mattleibow added this to the v2.88.0 milestone May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant