Skip to content

Commit

Permalink
Remove InApp Purchase Capability for macOS FTP, it's not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
BPerlakiH committed Jan 10, 2025
1 parent 036d500 commit 72b0291
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ name: CD_test
# |-----------------|---------|------------------------|----------------|---------------------|
# | UPLOAD_FOLDER | nightly | - | - | release/kiwix-macos |
# |-----------------|---------|------------------------|----------------|---------------------|

# Signing certificates:
# - iOS/macOS + app-store: Apple Distribution
# - iOS + FTP: Apple Development
# - macOS + FTP: Developer ID


on:
# schedule:
# - cron: '32 1 * * *' # Nightly download.kiwix.org @ 01:32
Expand Down Expand Up @@ -53,6 +60,11 @@ jobs:
- name: Install python dependencies
run: pip install pyyaml==6.0.1

# https://developer.apple.com/help/account/reference/supported-capabilities-macos
- name: Remove In App Purchase capability for macOS FTP (Developer ID signing)
if: matrix.platform == 'macOS' && matrix.destination == 'ftp'
run: sed -i '' '/in-app-payments/d' project.yml

- name: Set VERSION from code
shell: python
run: |
Expand Down

0 comments on commit 72b0291

Please sign in to comment.