mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-22 02:52:39 -04:00
Remove hack around apple-pay capability for macOS
This commit is contained in:
parent
53c3477e07
commit
92a008800c
4
.github/workflows/cd.yml
vendored
4
.github/workflows/cd.yml
vendored
@ -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: |
|
||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user