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 macOS availability #91

Merged
merged 1 commit into from Jan 5, 2022
Merged

Fix macOS availability #91

merged 1 commit into from Jan 5, 2022

Conversation

StevenSorial
Copy link
Member

macOS availability for version 1.0 in name_availability.plist is 10.15. but initializers for both Image and NSImage actually has requirement of 11.0, also SFSymbols.app has macOS minimum for version 1.0 as 11.0.

The reason for why it's written as 10.15 in name_availability.plist is unknown but if I have to guess, the font was privately available in 10.15 for catalyst apps compatibility. Whatever the reason is, we should have the same requirements as the initializers.

@StevenSorial
Copy link
Member Author

@fredpi @knothed Should I move forward merging this?

@fredpi
Copy link
Member

fredpi commented Jan 5, 2022

@Stevenmagdy Sorry for the late reply!

Thanks for the PR; looks good to me 👍

@fredpi fredpi merged commit 846e558 into stable Jan 5, 2022
@fredpi fredpi deleted the fix-macos-availability branch January 5, 2022 22:09
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