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

Update macOS deployment target for C++ and Swift builds #2216

Open
pepone opened this issue May 24, 2024 · 0 comments
Open

Update macOS deployment target for C++ and Swift builds #2216

pepone opened this issue May 24, 2024 · 0 comments
Labels
Milestone

Comments

@pepone
Copy link
Member

pepone commented May 24, 2024

We should upgrade the deployment target to macOS 12, anything older seems to be end of life https://endoflife.date/macos. I can find an official reference but supporting the last 3 releases should be enought.

The CryptPermissionsVerifierI::checkPermissions implementation uses CommonCrypto APIs that are deprecated as macOS 12, and we should update to CrytoKit if possible or disable the warnings.

@pepone pepone added the task label May 24, 2024
@pepone pepone added this to the 3.8.0 milestone May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant