6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 80392831

AuthorMikkel Thygesen<mikkelet@gmail.com>
Date2026-03-09 20:58:02 +0100
Devops: debug install signing

Changed files

.github/workflows/scripts/ios_install_signing_files.sh | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Diff

diff --git a/.github/workflows/scripts/ios_install_signing_files.sh b/.github/workflows/scripts/ios_install_signing_files.sh
index 95ef525e..0187b13f 100644
--- a/.github/workflows/scripts/ios_install_signing_files.sh
+++ b/.github/workflows/scripts/ios_install_signing_files.sh
@@ -8,8 +8,6 @@ PP_PATH=temp/build_pp.mobileprovision
KEYCHAIN_PATH=temp/app-signing.keychain-db
KEYCHAIN_PW="temp-password"
-echo "substr=${CERTIFICATE_P12:12:5}"
-
echo "CERTIFICATE_PATH=$CERTIFICATE_PATH"
echo "KEYCHAIN_PATH=$KEYCHAIN_PATH"
@@ -20,10 +18,9 @@ mkdir -p temp
echo -n "$CERTIFICATE_P12" | base64 --decode -o $CERTIFICATE_PATH
echo -n "$PROVISIONING_PROFILE" | base64 --decode -o $PP_PATH
+echo "substr=${CERTIFICATE_P12:12:5}"
+
echo "Create keychain"
-cat comwell_key_app/pubspec.yaml
-cat $CERTIFICATE_PATH
-echo "Cat over"
# create temporary keychain
security create-keychain -p "$KEYCHAIN_PW" $KEYCHAIN_PATH
security set-keychain-settings -lut 21600 $KEYCHAIN_PATH