Add iOS 18.4 and Unicode 16 support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user