From 3f48903721eae223238ff0af17c22d6373d33813 Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Wed, 12 Mar 2025 19:27:30 +0400 Subject: [PATCH] Upgrade EmojiKit from 0.1.1 to 0.2.0 to add support for Unicode 16 emojis --- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- Package.resolved | 4 ++-- Package.swift | 2 +- README.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/EmojiPickerSample/EmojiPickerSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/EmojiPickerSample/EmojiPickerSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index bb40cd3..330631c 100644 --- a/EmojiPickerSample/EmojiPickerSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/EmojiPickerSample/EmojiPickerSample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tyiu/EmojiKit", "state" : { - "revision" : "05805f72d63a6d6a2d7dc7fe14abd37c1317b11a", - "version" : "0.1.2" + "revision" : "47a4b1402de26be0299dcb4d667c1faaf21a7874", + "version" : "0.2.0" } }, { diff --git a/Package.resolved b/Package.resolved index bb40cd3..330631c 100644 --- a/Package.resolved +++ b/Package.resolved @@ -5,8 +5,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/tyiu/EmojiKit", "state" : { - "revision" : "05805f72d63a6d6a2d7dc7fe14abd37c1317b11a", - "version" : "0.1.2" + "revision" : "47a4b1402de26be0299dcb4d667c1faaf21a7874", + "version" : "0.2.0" } }, { diff --git a/Package.swift b/Package.swift index 400f0e6..06fc562 100644 --- a/Package.swift +++ b/Package.swift @@ -16,7 +16,7 @@ let package = Package( dependencies: [ // Dependencies declare other packages that this package depends on. // .package(url: /* package url */, from: "1.0.0"), - .package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.1.2")), + .package(url: "https://github.com/tyiu/EmojiKit", .upToNextMajor(from: "0.2.0")), .package(url: "https://github.com/tyiu/swift-trie", .upToNextMajor(from: "0.1.2")) ], targets: [ diff --git a/README.md b/README.md index ae8619a..48a024d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Swift package allows you to show a view with all available emoji on the OS, ## Dependencies - SwiftUI (iOS >= 15.0) -- [EmojiKit](https://github.com/tyiu/EmojiKit) (0.1.2) +- [EmojiKit](https://github.com/tyiu/EmojiKit) (0.2.0) - [SwiftTrie](https://github.com/tyiu/swift-trie) (0.1.2) ## Installation @@ -39,7 +39,7 @@ let package = Package( // ... dependencies: [ // ... - .package(url: "https://github.com/tyiu/EmojiPicker.git", .upToNextMajor(from: "0.1.1")) + .package(url: "https://github.com/tyiu/EmojiPicker.git", .upToNextMajor(from: "0.2.0")) ], targets: [ .target(