From bf9d0ee8906a719ac10b8f74aab05020f184394e Mon Sep 17 00:00:00 2001 From: Terry Yiu <963907+tyiu@users.noreply.github.com> Date: Sat, 1 Jun 2024 23:02:00 -0400 Subject: [PATCH] Change Smile dependency to fork with updated emoji list --- Package.resolved | 6 +++--- Package.swift | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Package.resolved b/Package.resolved index 5179f69..73c0a19 100644 --- a/Package.resolved +++ b/Package.resolved @@ -3,10 +3,10 @@ { "identity" : "smile", "kind" : "remoteSourceControl", - "location" : "https://github.com/onmyway133/Smile", + "location" : "https://github.com/tyiu/Smile", "state" : { - "revision" : "40604722a7a56f735124e069fcbb58307637744b", - "version" : "2.1.0" + "branch" : "master", + "revision" : "70b703eeaeab93365e01944daba1a56e446852c7" } } ], diff --git a/Package.swift b/Package.swift index 1151d1a..2aad563 100644 --- a/Package.swift +++ b/Package.swift @@ -15,7 +15,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/onmyway133/Smile", from: "2.1.0") + .package(url: "https://github.com/tyiu/Smile", branch: "master") ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.