Update compound-ios
Includes new CompoundIcon component.
This commit is contained in:
@@ -12,7 +12,7 @@ let package = Package(
|
||||
.library(name: "DesignKit", targets: ["DesignKit"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/vector-im/compound-ios.git", revision: "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"),
|
||||
.package(url: "https://github.com/vector-im/compound-ios.git", revision: "aaa43409ca09130cb9e9a0fe02c803c65aa42aed"),
|
||||
.package(url: "https://github.com/vector-im/element-design-tokens.git", exact: "0.0.3"),
|
||||
.package(url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.4")
|
||||
],
|
||||
|
||||
@@ -4798,7 +4798,7 @@
|
||||
repositoryURL = "https://github.com/vector-im/compound-ios";
|
||||
requirement = {
|
||||
kind = revision;
|
||||
revision = a6aec9a77bf008c86a296ba17d60005b5a8bfae4;
|
||||
revision = aaa43409ca09130cb9e9a0fe02c803c65aa42aed;
|
||||
};
|
||||
};
|
||||
9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {
|
||||
|
||||
@@ -5,15 +5,15 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/vector-im/compound-design-tokens.git",
|
||||
"state" : {
|
||||
"revision" : "d9d1a792d8a124708c7e15becd359893ee9e9ea6"
|
||||
"revision" : "cc950d575f8536ff5bebbd02e28c0b8ab541aa29"
|
||||
}
|
||||
},
|
||||
{
|
||||
"identity" : "compound-ios",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/vector-im/compound-ios",
|
||||
"location" : "https://github.com/vector-im/compound-ios.git",
|
||||
"state" : {
|
||||
"revision" : "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"
|
||||
"revision" : "aaa43409ca09130cb9e9a0fe02c803c65aa42aed"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -49,7 +49,7 @@ packages:
|
||||
path: DesignKit
|
||||
Compound:
|
||||
url: https://github.com/vector-im/compound-ios
|
||||
revision: a6aec9a77bf008c86a296ba17d60005b5a8bfae4
|
||||
revision: aaa43409ca09130cb9e9a0fe02c803c65aa42aed
|
||||
# path: ../compound-ios
|
||||
Algorithms:
|
||||
url: https://github.com/apple/swift-algorithms
|
||||
|
||||
Reference in New Issue
Block a user