Skip to content

Commit

Permalink
Debug provisioning profile stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Oct 3, 2024
1 parent 6bdeb2c commit 8deb907
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildIOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ jobs:
provisioningProfile='NewApp_AdHoc'
fi
echo "Using provisioning profile: $provisioningProfile"
ls
ls | grep "$provisioningProfile.mobileprovision.gpg"
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output "$provisioningProfile.mobileprovision" "$provisioningProfile.mobileprovision.gpg"
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output "$provisioningProfile_Notification_Service.mobileprovision" "$provisioningProfile_Notification_Service.mobileprovision.gpg"
env:
Expand Down

0 comments on commit 8deb907

Please sign in to comment.