Support new emojis on iOS 17.4 (#3)
This commit is contained in:
committed by
GitHub
parent
4688e9b0f7
commit
5766292d31
@@ -33,7 +33,9 @@ public enum EmojiManager {
|
||||
}
|
||||
|
||||
public static func getSupportedVersion() -> Version {
|
||||
if #available(iOS 16.4, *) {
|
||||
if #available(iOS 17.4, *) {
|
||||
return .v15_1
|
||||
} else if #available(iOS 16.4, *) {
|
||||
return .v15
|
||||
} else if #available(iOS 15.4, *) {
|
||||
return .v14
|
||||
|
||||
Reference in New Issue
Block a user