Skip to content

Commit

Permalink
Merge pull request #1224 from WalletConnect/fix/cocoapods-workflow
Browse files Browse the repository at this point in the history
Move workflow to m1 runner and disable WCM tvOS for now
  • Loading branch information
radeknovis committed Nov 9, 2023
2 parents 3aa5c58 + 1bcab60 commit bc80cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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
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 bc80cd1

Please sign in to comment.