Skip to content

Conversation

@TerminalFi
Copy link
Contributor

@TerminalFi TerminalFi commented Jun 26, 2020

Problem

If MacOS version 10.16+ (Big Sur), use hardcoded paths for CoreFoundations and Security due to library changes.

https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-beta-release-notes

Solution

Detection MacOS version 10.16+ and use hardcoded paths, else utilize find_library to locate required files

fixes #1475

if MacOS version 10.16+, use hardcoded paths for
CoreFoundations and Security due to library changes.

https://developer.apple.com/documentation/macos-release-notes/macos-big-sur-11-beta-release-notes
@TerminalFi TerminalFi changed the title macos big sur fix [MacOS] Big Sure Dynamic Library Fixes Jun 26, 2020
@TerminalFi
Copy link
Contributor Author

Moving to https://github.com/wbond/oscrypto

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.

Does not work on macOS 11

1 participant