From f5d8b767806e5a21a281f7bc1951ee91e946b850 Mon Sep 17 00:00:00 2001 From: Andrey Scherbovich Date: Fri, 30 Apr 2021 13:29:47 +0700 Subject: [PATCH 1/2] update CryptoSwift version --- Cartfile | 2 +- .../project.xcworkspace/contents.xcworkspacedata | 2 +- Package.resolved | 4 ++-- Package.swift | 2 +- WalletConnectSwift.podspec | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cartfile b/Cartfile index 724b692c8..06a437e6f 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ -github "krzyzanowskim/CryptoSwift" ~> 1.2.0 +github "krzyzanowskim/CryptoSwift" ~> 1.4.0 github "daltoniam/Starscream" ~> 3.1.0 diff --git a/ExampleApps/ExampleApps.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/ExampleApps/ExampleApps.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 210b22e4c..919434a62 100644 --- a/ExampleApps/ExampleApps.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/ExampleApps/ExampleApps.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:"> diff --git a/Package.resolved b/Package.resolved index 849a8ccc9..0583fbb43 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,8 @@ "repositoryURL": "https://github.com/krzyzanowskim/CryptoSwift.git", "state": { "branch": null, - "revision": "3a2acbb32ab68215ee1596ee6004da8e90c3721b", - "version": "1.0.0" + "revision": "4e31051c63cc0ddf10a25cf5318856c510cf77f4", + "version": "1.4.0" } }, { diff --git a/Package.swift b/Package.swift index 22412b23c..26ca86fec 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.2.0")), + .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "1.4.0")), .package(url: "https://github.com/daltoniam/Starscream.git", .upToNextMinor(from: "3.1.0")) ], targets: [ diff --git a/WalletConnectSwift.podspec b/WalletConnectSwift.podspec index 200cbbfc3..49f0be4bc 100644 --- a/WalletConnectSwift.podspec +++ b/WalletConnectSwift.podspec @@ -16,6 +16,6 @@ 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.2" + spec.dependency "CryptoSwift", "~> 1.4" spec.dependency "Starscream", "~> 3.1" end From 2d27bdda6ad24cff109ad3c1c86665d147f2277b Mon Sep 17 00:00:00 2001 From: Andrey Scherbovich Date: Fri, 30 Apr 2021 13:31:38 +0700 Subject: [PATCH 2/2] update version --- WalletConnectSwift/Info.plist | 2 +- WalletConnectSwiftTests/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WalletConnectSwift/Info.plist b/WalletConnectSwift/Info.plist index e6340c565..4476ba211 100644 --- a/WalletConnectSwift/Info.plist +++ b/WalletConnectSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.3.1 + 1.4.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/WalletConnectSwiftTests/Info.plist b/WalletConnectSwiftTests/Info.plist index f7489b0c6..2e93959f5 100644 --- a/WalletConnectSwiftTests/Info.plist +++ b/WalletConnectSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.3.1 + 1.4.0 CFBundleVersion 1