Skip to content

Commit

Permalink
try explicitly defining UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Nov 12, 2024
1 parent f4e3526 commit 105c669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/secrets/decrypt_secrets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile-deploy-ios-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 105c669

Please sign in to comment.