mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 01:31:04 +00:00
Back to main Bodega
This commit is contained in:
parent
aaeb9eaa36
commit
513c686b64
2 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
||||||
{
|
{
|
||||||
"identity" : "bodega",
|
"identity" : "bodega",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/Dimillian/Bodega",
|
"location" : "https://github.com/mergesort/Bodega",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "main",
|
"revision" : "bfd8871e9c2590d31b200e54c75428a71483afdf",
|
||||||
"revision" : "a144ed8afdd760b65b6b9a136ba8bb75cd19387e"
|
"version" : "2.1.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,7 +23,7 @@ let package = Package(
|
||||||
.package(name: "StatusKit", path: "../StatusKit"),
|
.package(name: "StatusKit", path: "../StatusKit"),
|
||||||
.package(name: "DesignSystem", path: "../DesignSystem"),
|
.package(name: "DesignSystem", path: "../DesignSystem"),
|
||||||
.package(url: "https://github.com/siteline/swiftui-introspect", exact: "1.2.0"),
|
.package(url: "https://github.com/siteline/swiftui-introspect", exact: "1.2.0"),
|
||||||
.package(url: "https://github.com/Dimillian/Bodega", branch: "main"),
|
.package(url: "https://github.com/mergesort/Bodega", exact: "2.1.3"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
.target(
|
.target(
|
||||||
|
|
Loading…
Reference in a new issue