You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of code blocks in AnimatableEmojiCell.swift that conditionally compile if the OS is at least 12. Since macOS 12 is now the lowest supported version, let's clean that stuff up.
The text was updated successfully, but these errors were encountered:
There are a couple of code blocks in
AnimatableEmojiCell.swift
that conditionally compile if the OS is at least 12. Since macOS 12 is now the lowest supported version, let's clean that stuff up.The text was updated successfully, but these errors were encountered: