Skip to content

Commit

Permalink
CHange script
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-amisha-i committed Mar 4, 2024
1 parent 12c539f commit 39b8eaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions install_dist_certs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ echo "XXX --- Unlocking keychain..."
# Unlock the keychain
security unlock-keychain -p $BUILD_KEYCHAIN_PASSWORD $BUILD_KEYCHAIN

echo "XXX --- Keychain status after unlocking:"
security show-keychain-info $BUILD_KEYCHAIN
echo "XXX --- Find password"
security find-generic-password -s $BUILD_KEYCHAIN

echo "XXX --- Import the certificate to the keychain"
# Import the certificate to the keychain
Expand All @@ -24,9 +24,6 @@ echo "XXX --- Set key partition list"
# Set key partition list
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k $BUILD_KEYCHAIN_PASSWORD $BUILD_KEYCHAIN

echo "XXX --- Keychain status after setting key partition list:"
security show-keychain-info $BUILD_KEYCHAIN

echo "XXX --- Locking the keychain"
# Lock the keychain
security lock-keychain $BUILD_KEYCHAIN
Expand Down
4 changes: 2 additions & 2 deletions install_dist_profile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ echo "XXX --- Unlocking keychain..."
# Unlock the keychain
security unlock-keychain -p $BUILD_KEYCHAIN_PASSWORD $BUILD_KEYCHAIN

echo "XXX --- Keychain status after unlocking:"
security show-keychain-info $BUILD_KEYCHAIN
echo "XXX --- Find password"
security find-generic-password -s $BUILD_KEYCHAIN

echo "XXX --- Create a directory for provisioning profiles"
# Create a directory for provisioning profiles
Expand Down

0 comments on commit 39b8eaf

Please sign in to comment.