diff --git a/.github/workflows/apple_certs.yml b/.github/workflows/apple_certs.yml index b6b77b34d3..c331c54aaf 100644 --- a/.github/workflows/apple_certs.yml +++ b/.github/workflows/apple_certs.yml @@ -3,13 +3,13 @@ name: 🗝️ Generate certificates and synchronize profiles on: schedule: - - cron: '30 2 * * *' + - cron: '30 2 15 * *' workflow_dispatch: jobs: sync_certs: name: sync certs - runs-on: macos-12 + runs-on: macos-15 if: ${{ github.repository == 'opengisch/QField' }} steps: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 90e3681c62..ace11f49e2 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -64,6 +64,18 @@ platform :ios do key_content: ENV["api_private_key"], duration: 1200 ) + match_nuke( + type: "development", + app_identifier: ['ch.opengis.qfield', 'ch.opengis.qfield-dev'], + skip_confirmation: true, + readonly: false + ) + match_nuke( + type: "appstore", + app_identifier: ['ch.opengis.qfield'], + skip_confirmation: true, + readonly: false + ) sync_code_signing( type: "development", app_identifier: ['ch.opengis.qfield', 'ch.opengis.qfield-dev'],