Skip to content

Commit

Permalink
Merge pull request #1225 from WalletConnect/develop
Browse files Browse the repository at this point in the history
1.9.8
  • Loading branch information
radeknovis committed Nov 9, 2023
2 parents c1e8075 + e80c660 commit addf9a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Sources/WalletConnectRelay/PackageConfig.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version": "1.9.7"}
{"version": "1.9.8"}
6 changes: 2 additions & 4 deletions WalletConnectSwiftV2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit addf9a3

Please sign in to comment.