Remove hack around apple-pay capability for macOS

This commit is contained in:
Balazs Perlaki-Horvath 2024-12-06 12:01:31 +01:00 committed by BPH
parent 53c3477e07
commit 92a008800c
2 changed files with 0 additions and 8 deletions

View File

@ -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: |

View File

@ -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: