mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-23 23:50:36 +00:00
Removed Boutique, using Bogeda directly (#1007)
* Removed Boutique, using Bogeda directly * Updated about screen
This commit is contained in:
parent
11bc89c0cd
commit
482d93a68d
4 changed files with 4 additions and 22 deletions
|
@ -9,15 +9,6 @@
|
|||
"version" : "2.0.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "boutique",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/mergesort/Boutique",
|
||||
"state" : {
|
||||
"revision" : "b5b697de67100edc4b2d5c74724f3c1068b49d4e",
|
||||
"version" : "2.1.1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "emojitext",
|
||||
"kind" : "remoteSourceControl",
|
||||
|
@ -72,15 +63,6 @@
|
|||
"version" : "0.13.3"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "swift-collections",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/apple/swift-collections",
|
||||
"state" : {
|
||||
"revision" : "48254824bb4248676bf7ce56014ff57b142b77eb",
|
||||
"version" : "1.0.2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "swiftsoup",
|
||||
"kind" : "remoteSourceControl",
|
||||
|
|
|
@ -65,7 +65,7 @@ struct AboutView: View {
|
|||
|
||||
• [LRUCache](https://github.com/nicklockwood/LRUCache)
|
||||
|
||||
• [Boutique](https://github.com/mergesort/Boutique)
|
||||
• [Bodega](https://github.com/mergesort/Bodega)
|
||||
|
||||
• [Nuke](https://github.com/kean/Nuke)
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ let package = Package(
|
|||
.package(name: "Status", path: "../Status"),
|
||||
.package(name: "DesignSystem", path: "../DesignSystem"),
|
||||
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4"),
|
||||
.package(url: "https://github.com/mergesort/Boutique", from: "2.1.1"),
|
||||
.package(url: "https://github.com/mergesort/Bodega", from: "2.0.2"),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
@ -34,7 +34,7 @@ let package = Package(
|
|||
.product(name: "Status", package: "Status"),
|
||||
.product(name: "DesignSystem", package: "DesignSystem"),
|
||||
.product(name: "Introspect", package: "SwiftUI-Introspect"),
|
||||
.product(name: "Boutique", package: "Boutique"),
|
||||
.product(name: "Bodega", package: "Bodega"),
|
||||
]
|
||||
),
|
||||
.testTarget(
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import Boutique
|
||||
import Bodega
|
||||
import Models
|
||||
import Network
|
||||
import SwiftUI
|
||||
|
|
Loading…
Reference in a new issue