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

Fix macos/tvos builds #48

Merged
merged 2 commits into from
May 2, 2023
Merged

Conversation

dagronf
Copy link
Contributor

@dagronf dagronf commented Sep 14, 2022

Two build fixes for Xcode 14 beta.

  • [macOS] The Xcode14 beta build(s) fail as it seems that in the latest SDKs importing AppKit is no longer enough to get access to core graphics.
  • [tvOS] tvOS builds were broken.

Something changed between Xcode13 and Xcode14 which now requires
importing CoreGraphics on the macOS platform.

iOS and tvOS do not appear to be affected as of Xcode 14 beta 6.
According to the package manifest supports tvOS, but the build failed. Just made
the behaviour same as for iOS.
@indragiek indragiek merged commit 0b6bc21 into indragiek:master May 2, 2023
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.

None yet

2 participants