mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-02 11:12:20 +00:00
Back to main Introspect
This commit is contained in:
parent
283e537c44
commit
8e86e6d205
2 changed files with 4 additions and 4 deletions
|
@ -129,10 +129,10 @@
|
||||||
{
|
{
|
||||||
"identity" : "swiftui-introspect",
|
"identity" : "swiftui-introspect",
|
||||||
"kind" : "remoteSourceControl",
|
"kind" : "remoteSourceControl",
|
||||||
"location" : "https://github.com/Dimillian/swiftui-introspect",
|
"location" : "https://github.com/siteline/swiftui-introspect",
|
||||||
"state" : {
|
"state" : {
|
||||||
"branch" : "main",
|
"revision" : "668a65735751432b640260c56dfa621cec568368",
|
||||||
"revision" : "e5d36b00e6e437b552aa76ed6d1eca71d6fd8f8b"
|
"version" : "1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -22,7 +22,7 @@ let package = Package(
|
||||||
.package(name: "Env", path: "../Env"),
|
.package(name: "Env", path: "../Env"),
|
||||||
.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/Dimillian/swiftui-introspect", branch: "main"),
|
.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/Dimillian/Bodega", branch: "main"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
|
|
Loading…
Reference in a new issue