Updated EmojiText to 2.x (#944)

Interface used by IceCubeApp has not changed from 1.x to 2.x
Looking at the library diff shows new features like SFSymbol powered emojis. Not like we're going to make use of that
https://github.com/divadretlaw/EmojiText/compare/v1.2.0...2.0.2
This commit is contained in:
Thomas Durand 2023-02-19 16:28:37 +01:00 committed by GitHub
parent 541cee356e
commit 369c36811d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/divadretlaw/EmojiText",
"state" : {
"revision" : "3d8f6196de59634352ed317cf6ab4e292eeaaf44",
"version" : "1.2.0"
"revision" : "b52cfb8278425c28771bee4cc9e87453a52f3f4d",
"version" : "2.0.2"
}
},
{

View file

@ -20,7 +20,7 @@ let package = Package(
.package(name: "Env", path: "../Env"),
.package(url: "https://github.com/markiv/SwiftUI-Shimmer", exact: "1.1.0"),
.package(url: "https://github.com/kean/Nuke", branch: "nuke-12"),
.package(url: "https://github.com/divadretlaw/EmojiText", from: "1.1.0"),
.package(url: "https://github.com/divadretlaw/EmojiText", from: "2.0.0"),
],
targets: [
.target(