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

[FR] Support for macOS Monterey 12.3 #279

Open
illavoluntas opened this issue Aug 30, 2024 · 5 comments
Open

[FR] Support for macOS Monterey 12.3 #279

illavoluntas opened this issue Aug 30, 2024 · 5 comments

Comments

@illavoluntas
Copy link
Contributor

Once this PR is merged, does it mean DockDoor will be fully compatible with Ventura at the next release?

Yes, 2 things I have not done at the moment are support for Window Image Resolution Scale and SmoothGradient (the package we use for this is macOS 14 only)

Does the API used for Ventura work on Monterey? Or is it 13.0+?

I can adapted quite easily to macOS 12.3, the question is how much demand is there for it?

Originally posted by @ShlomoCode in #267 (comment)

@illavoluntas
Copy link
Contributor Author

I can adapted quite easily to macOS 12.3, the question is how much demand is there for it?

There will always be demand for older system compatibility. As of today, I think some people still use 10.15 Catalina, it might be the oldest most demanded version (macOS 11 Big Sur abandoned a lot of Macs).

Originally posted by @illavoluntas in #267 (comment)

@ejbills
Copy link
Owner

ejbills commented Aug 31, 2024

macOS 12 will stop receiving updates this year I believe, is there really a point in supporting this version?

@illavoluntas
Copy link
Contributor Author

It is also up to Shlomo, if he says it’s not a hard work. But if it’s not worth it, I agree this might not be necessary.

@ShlomoCode
Copy link
Contributor

ShlomoCode commented Aug 31, 2024

macOS 12.0 is missing SCWindow and SCShareableContent, but 12.3 will only require workarounds for some swiftUI modifiers (bold, fontWeight, scrollDisabled, Color.clear.shadow), and AnyShape.

@ShlomoCode
Copy link
Contributor

You can see what I've done so far at https://github.com/ShlomoCode/DockDoor/tree/macOS-12.3

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

No branches or pull requests

3 participants