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