Add iOS 18.4 and Unicode 16 support

This commit is contained in:
2025-03-03 20:58:36 -05:00
parent 05805f72d6
commit 47a4b1402d
8 changed files with 17 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ struct EmojiDownloader: ParsableCommand, AsyncParsableCommand {
)
@Argument var path: String
@Option(name: .shortAndLong) var version: EmojiManager.Version = .v15
@Option(name: .shortAndLong) var version: EmojiManager.Version = .v16
private func getPath() -> String {
#if DEBUG