Change Smile dependency to fork with updated emoji list
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
{
|
{
|
||||||
"identity" : "smile",
|
"identity" : "smile",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/onmyway133/Smile",
|
"location" : "https://github.com/tyiu/Smile",
|
||||||
"state" : {
|
"state" : {
|
||||||
"revision" : "40604722a7a56f735124e069fcbb58307637744b",
|
"branch" : "master",
|
||||||
"version" : "2.1.0"
|
"revision" : "70b703eeaeab93365e01944daba1a56e446852c7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ let package = Package(
|
|||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
// .package(url: /* package url */, from: "1.0.0"),
|
// .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: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||||
|
|||||||
Reference in New Issue
Block a user