From a6c887787b0e50757340f8d7f1e2d06c75c74e42 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 15 May 2023 12:27:30 +0300 Subject: [PATCH] Bump compound-ios to its latest revision --- DesignKit/Package.resolved | 20 +++++++++++++++++-- DesignKit/Package.swift | 2 +- .../xcshareddata/swiftpm/Package.resolved | 6 +++--- project.yml | 2 +- 4 files changed, 23 insertions(+), 7 deletions(-) diff --git a/DesignKit/Package.resolved b/DesignKit/Package.resolved index 54808346a..9466c8f8a 100644 --- a/DesignKit/Package.resolved +++ b/DesignKit/Package.resolved @@ -1,5 +1,21 @@ { "pins" : [ + { + "identity" : "compound-design-tokens", + "kind" : "remoteSourceControl", + "location" : "https://github.com/vector-im/compound-design-tokens.git", + "state" : { + "revision" : "d9d1a792d8a124708c7e15becd359893ee9e9ea6" + } + }, + { + "identity" : "compound-ios", + "kind" : "remoteSourceControl", + "location" : "https://github.com/vector-im/compound-ios.git", + "state" : { + "revision" : "a6aec9a77bf008c86a296ba17d60005b5a8bfae4" + } + }, { "identity" : "element-design-tokens", "kind" : "remoteSourceControl", @@ -14,8 +30,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/siteline/SwiftUI-Introspect.git", "state" : { - "revision" : "f2616860a41f9d9932da412a8978fec79c06fe24", - "version" : "0.1.4" + "revision" : "5b3f3996c7a2a84d5f4ba0e03cd7d584154778f2", + "version" : "0.3.1" } } ], diff --git a/DesignKit/Package.swift b/DesignKit/Package.swift index ffd7b84bb..536ff25de 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: "b4f34edce9003ba1fde31500312f317b728f4ee3"), + .package(url: "https://github.com/vector-im/compound-ios.git", revision: "a6aec9a77bf008c86a296ba17d60005b5a8bfae4"), .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.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 4d422a28e..2b10314e5 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -11,9 +11,9 @@ { "identity" : "compound-ios", "kind" : "remoteSourceControl", - "location" : "https://github.com/vector-im/compound-ios.git", + "location" : "https://github.com/vector-im/compound-ios", "state" : { - "revision" : "b4f34edce9003ba1fde31500312f317b728f4ee3" + "revision" : "a6aec9a77bf008c86a296ba17d60005b5a8bfae4" } }, { @@ -172,7 +172,7 @@ { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", - "location" : "https://github.com/pointfreeco/swift-snapshot-testing", + "location" : "https://github.com/pointfreeco/swift-snapshot-testing.git", "state" : { "revision" : "cef5b3f6f11781dd4591bdd1dd0a3d22bd609334", "version" : "1.11.0" diff --git a/project.yml b/project.yml index c09a60aaf..5581d6d8a 100644 --- a/project.yml +++ b/project.yml @@ -48,7 +48,7 @@ packages: path: DesignKit Compound: url: https://github.com/vector-im/compound-ios - revision: b4f34edce9003ba1fde31500312f317b728f4ee3 + revision: a6aec9a77bf008c86a296ba17d60005b5a8bfae4 # path: ../compound-ios Algorithms: url: https://github.com/apple/swift-algorithms