From 105c669c83da2cb30693ba187f198128c1917394 Mon Sep 17 00:00:00 2001 From: Taea Vogel Date: Tue, 12 Nov 2024 15:36:42 -0500 Subject: [PATCH] try explicitly defining UUID --- .github/secrets/decrypt_secrets.sh | 1 + .github/workflows/mobile-deploy-ios-test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/secrets/decrypt_secrets.sh b/.github/secrets/decrypt_secrets.sh index e83d44bce0..6b1a539141 100755 --- a/.github/secrets/decrypt_secrets.sh +++ b/.github/secrets/decrypt_secrets.sh @@ -8,6 +8,7 @@ gpg --quiet --batch --yes --decrypt --passphrase="$IOS_CERTIFICATE_KEY" --output mkdir -p ~/Library/MobileDevice/Provisioning\ Profiles UUID=$(security cms -D -i ./.github/secrets/match_AppStore_comquietmobile.mobileprovision | plutil -extract UUID xml1 -o - - | plutil -p - | sed 's/"//g') +echo $UUID cp ./.github/secrets/match_AppStore_comquietmobile.mobileprovision ~/Library/MobileDevice/Provisioning\ Profiles/$UUID.mobileprovision diff --git a/.github/workflows/mobile-deploy-ios-test.yml b/.github/workflows/mobile-deploy-ios-test.yml index b306558d5c..6d12111f0e 100644 --- a/.github/workflows/mobile-deploy-ios-test.yml +++ b/.github/workflows/mobile-deploy-ios-test.yml @@ -55,7 +55,7 @@ jobs: -scheme Quiet \ -configuration Release \ -archivePath build/Quiet.xcarchive \ - PROVISIONING_PROFILE=$UUID \ + PROVISIONING_PROFILE="d80c582d-c394-44fb-8dd5-7d71a2cc4305" \ CODE_SIGN_IDENTITY="Apple Distribution: Zbay LLC (CTYKSWN9T4)" - name: Export .ipa