mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-09-02 16:13:47 +00:00
Fix build
This commit is contained in:
parent
ff72ea1cfd
commit
c3b6e7e2fc
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"originHash" : "800f54ad2dcf12c6d2dda1b14c463b8c702e2a6461b5cb072611d4016256adb3",
|
||||
"originHash" : "b933ac231fd753e6c88c1c1208a6695dbe1890e81183391bbe8b88db301ec8fd",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "bodega",
|
||||
|
@ -15,8 +15,8 @@
|
|||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/Dean151/ButtonKit",
|
||||
"state" : {
|
||||
"revision" : "d567519b297777c38dee56ef10201fef4962ff75",
|
||||
"version" : "0.4.1"
|
||||
"revision" : "5d049dec3ec474ea2ad79eb4acd066edeacb9953",
|
||||
"version" : "0.6.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -21,7 +21,7 @@ let package = Package(
|
|||
.package(name: "Models", path: "../Models"),
|
||||
.package(name: "StatusKit", path: "../StatusKit"),
|
||||
.package(name: "Env", path: "../Env"),
|
||||
.package(url: "https://github.com/Dean151/ButtonKit", from: "0.1.1"),
|
||||
.package(url: "https://github.com/Dean151/ButtonKit", from: "0.6.1"),
|
||||
.package(url: "https://github.com/dkk/WrappingHStack", from: "2.2.11"),
|
||||
],
|
||||
targets: [
|
||||
|
|
|
@ -20,7 +20,7 @@ let package = Package(
|
|||
.package(name: "Models", path: "../Models"),
|
||||
.package(name: "Env", path: "../Env"),
|
||||
.package(url: "https://github.com/kean/Nuke", exact: "12.8.0"),
|
||||
.package(url: "https://github.com/divadretlaw/EmojiText", exact: "4.0.0"),
|
||||
.package(url: "https://github.com/divadretlaw/EmojiText", exact: "4.2.0"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
Loading…
Reference in a new issue