From 92a008800cd7f421beb1a99bc6dae2cbe450eeb4 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Fri, 6 Dec 2024 12:01:31 +0100 Subject: [PATCH] Remove hack around apple-pay capability for macOS --- .github/workflows/cd.yml | 4 ---- .github/workflows/ci.yml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d1e43276..c47b1c3f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -52,10 +52,6 @@ jobs: - name: Install python dependencies run: pip install pyyaml==6.0.1 - - name: Remove Apple Pay capability for macOS - if: matrix.platform == 'macOS' - run: sed -i '' '/in-app-payments/d' project.yml - - name: Set VERSION from code shell: python run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d0fe5b6..33fd0005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,10 +41,6 @@ jobs: if: matrix.platform == 'iOS' run: echo "EXTRA_XCODEBUILD=-sdk iphoneos ${{ env.APPLE_AUTH_PARAMS }}" >> $GITHUB_ENV - - name: Remove Apple Pay capability for macOS - if: matrix.platform == 'macOS' - run: sed -i '' '/in-app-payments/d' project.yml - - name: Build uses: ./.github/actions/xcbuild with: