Update compound-ios

Includes new CompoundIcon component.
This commit is contained in:
Doug
2023-06-05 17:37:22 +01:00
committed by Stefan Ceriu
parent 2b50f4213b
commit d344c30e90
4 changed files with 6 additions and 6 deletions

View File

@@ -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")
],

View File

@@ -4798,7 +4798,7 @@
repositoryURL = "https://github.com/vector-im/compound-ios";
requirement = {
kind = revision;
revision = a6aec9a77bf008c86a296ba17d60005b5a8bfae4;
revision = aaa43409ca09130cb9e9a0fe02c803c65aa42aed;
};
};
9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = {

View File

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

View File

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