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 CGDisplayCreateUUIDFromDisplayID linking (again) #2078

Merged
merged 1 commit into from Jan 5, 2022

Commits on Jan 5, 2022

  1. Fix CGDisplayCreateUUIDFromDisplayID linking (again)

    See also rust-windowing#1626.
    
    The `cocoa` crate links to AppKit, which made the symbol `CGDisplayCreateUUIDFromDisplayID` from ApplicationServices/ColorSync (which AppKit uses internally) available to us on macOS 10.8 to 10.13.
    
    However, this does not work on macOS 10.7 (where AppKit does not link to ColorSync internally). Instead of relying on this, we should just link to ApplicationServices directly.
    madsmtm committed Jan 5, 2022
    Copy the full SHA
    83d55c5 View commit details
    Browse the repository at this point in the history