From 1bcab6074d260017ec962057904a6d1f080ed147 Mon Sep 17 00:00:00 2001 From: Radek Novak Date: Thu, 9 Nov 2023 13:16:04 +0100 Subject: [PATCH 1/2] move workflow to m1 runner and disable WCM tvOS for now --- .github/workflows/cocoapods.yml | 3 ++- WalletConnectSwiftV2.podspec | 6 ++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cocoapods.yml b/.github/workflows/cocoapods.yml index 77e3aed3e..0d533c0c9 100644 --- a/.github/workflows/cocoapods.yml +++ b/.github/workflows/cocoapods.yml @@ -5,7 +5,8 @@ on: types: [ published ] jobs: set-user-agent: - runs-on: macos-latest + runs-on: + group: apple-silicon steps: - uses: actions/checkout@v2 with: diff --git a/WalletConnectSwiftV2.podspec b/WalletConnectSwiftV2.podspec index 9cf68e052..c3cf47387 100644 --- a/WalletConnectSwiftV2.podspec +++ b/WalletConnectSwiftV2.podspec @@ -194,9 +194,7 @@ Pod::Spec.new do |spec| ss.source_files = 'Sources/WalletConnectModal/**/*.{h,m,swift}' ss.dependency 'WalletConnectSwiftV2/WalletConnectSign' ss.dependency 'DSF_QRCode', '~> 16.1.1' - ss.ios.deployment_target = ios_deployment_target - ss.tvos.deployment_target = tvos_deployment_target - # TODO: Re-add macOS support once - ss.osx.deployment_target = '' + ss.platform = :ios + # TODO: Re-add macOS nad tvOS support once fixed end end From e80c66024a138905ffb67683248acc7994fc8a75 Mon Sep 17 00:00:00 2001 From: llbartekll Date: Thu, 9 Nov 2023 13:47:03 +0100 Subject: [PATCH 2/2] Set User Agent --- Sources/WalletConnectRelay/PackageConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/WalletConnectRelay/PackageConfig.json b/Sources/WalletConnectRelay/PackageConfig.json index 68198226b..b109e63f6 100644 --- a/Sources/WalletConnectRelay/PackageConfig.json +++ b/Sources/WalletConnectRelay/PackageConfig.json @@ -1 +1 @@ -{"version": "1.9.7"} +{"version": "1.9.8"}