From 9ef0d79cb2e5f143a48a3d5265ff0872ddfa1433 Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Mon, 11 Jul 2022 13:53:48 +0200 Subject: [PATCH 1/2] Bump version --- Package.resolved | 13 ++-------- Package.swift | 2 +- WalletConnectSwift.podspec | 2 +- .../xcshareddata/swiftpm/Package.resolved | 24 +++++++++---------- 4 files changed, 15 insertions(+), 26 deletions(-) diff --git a/Package.resolved b/Package.resolved index 027804cd..89fd72c5 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,17 +6,8 @@ "repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git", "state": { "branch": null, - "revision": "4e31051c63cc0ddf10a25cf5318856c510cf77f4", - "version": "1.4.0" - } - }, - { - "package": "Starscream", - "repositoryURL": "https://github.com/daltoniam/Starscream.git", - "state": { - "branch": null, - "revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21", - "version": "4.0.4" + "revision": "039f56c5d7960f277087a0be51f5eb04ed0ec073", + "version": "1.5.1" } } ] diff --git a/Package.swift b/Package.swift index da13dd7b..384aae7a 100644 --- a/Package.swift +++ b/Package.swift @@ -12,7 +12,7 @@ let package = Package( targets: ["WalletConnectSwift"]) ], dependencies: [ - .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.4.0")) + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.5.1")) ], targets: [ .target( diff --git a/WalletConnectSwift.podspec b/WalletConnectSwift.podspec index 91a37afa..4345423a 100644 --- a/WalletConnectSwift.podspec +++ b/WalletConnectSwift.podspec @@ -16,5 +16,5 @@ Pod::Spec.new do |spec| spec.source = { :git => "https://github.com/WalletConnect/WalletConnectSwift.git", :tag => "#{spec.version}" } spec.source_files = "Sources/**/*.swift" spec.requires_arc = true - spec.dependency "CryptoSwift", "~> 1.4" + spec.dependency "CryptoSwift", "~> 1.5" end diff --git a/WalletConnectSwift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WalletConnectSwift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 5df42d3f..cd24b2eb 100644 --- a/WalletConnectSwift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WalletConnectSwift.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,16 +1,14 @@ { - "object": { - "pins": [ - { - "package": "CryptoSwift", - "repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git", - "state": { - "branch": null, - "revision": "4b0565384d3c4c588af09e660535b2c7c9bf5b39", - "version": "1.4.2" - } + "pins" : [ + { + "identity" : "cryptoswift", + "kind" : "remoteSourceControl", + "location" : "https://github.com/krzyzanowskim/CryptoSwift.git", + "state" : { + "revision" : "12f2389aca4a07e0dd54c86ec23d0721ed88b8db", + "version" : "1.4.3" } - ] - }, - "version": 1 + } + ], + "version" : 2 } From 35a82ee7405b5e28ce02ae78400878b6fcbda580 Mon Sep 17 00:00:00 2001 From: Dmitry Bespalov Date: Mon, 11 Jul 2022 13:54:48 +0200 Subject: [PATCH 2/2] Update cartfile --- Cartfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cartfile b/Cartfile index a7d5bafa..9d47f362 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "krzyzanowskim/CryptoSwift" ~> 1.4.0 +github "krzyzanowskim/CryptoSwift" ~> 1.5.1