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

Fixes Mac Catalyst build with bumped OS minimum requirements #654

Merged
merged 1 commit into from Aug 21, 2022

Conversation

steventroughtonsmith
Copy link
Contributor

Without an explicit Mac Catalyst deployment target to match the macOS target, the prior minimum OS version bump breaks the build for Catalyst apps targeting macOS 10.15 and macOS 11 (which I guess are already covered by the security patch for CVE-2018-25032?). Mac apps generally need to target further back than the latest OS.

Could make sense to increase this from .macCatalyst("13.0") to a higher point release to be sure. Thoughts?

@jhudsonWA jhudsonWA merged commit 28312ba into ZipArchive:master Aug 21, 2022
@jhudsonWA
Copy link
Member

I think your reasoning is sound. @Coeur any thoughts? We do support back to 10.15 on the base macOS. I'm assuming that Catalyst maps to the Mac versions of libraries and not any iOS ones tied to equivalent iOS version number.

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