From d344c30e9067c3f35bace3c8d6bb774870aef1ef Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 5 Jun 2023 17:37:22 +0100 Subject: [PATCH] Update compound-ios Includes new CompoundIcon component. --- DesignKit/Package.swift | 2 +- ElementX.xcodeproj/project.pbxproj | 2 +- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- project.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DesignKit/Package.swift b/DesignKit/Package.swift index 536ff25de..44932fca1 100644 --- a/DesignKit/Package.swift +++ b/DesignKit/Package.swift @@ -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") ], diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 6e9083e60..91e588449 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -4798,7 +4798,7 @@ repositoryURL = "https://github.com/vector-im/compound-ios"; requirement = { kind = revision; - revision = a6aec9a77bf008c86a296ba17d60005b5a8bfae4; + revision = aaa43409ca09130cb9e9a0fe02c803c65aa42aed; }; }; 9A472EE0218FE7DCF5283429 /* XCRemoteSwiftPackageReference "SwiftUI-Introspect" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1fe25e30e..e78bb71f8 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -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" } }, { diff --git a/project.yml b/project.yml index 0a48639f9..14f38f0db 100644 --- a/project.yml +++ b/project.yml @@ -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