Back to main Bodega

This commit is contained in:
Thomas Ricouard 2024-06-24 09:01:45 +02:00
parent aaeb9eaa36
commit 513c686b64
2 changed files with 4 additions and 4 deletions

View file

@ -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"
} }
}, },
{ {

View file

@ -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(