Updates Cocoapods to 1.12.1

This commit is contained in:
Riley Testut
2023-05-29 20:13:24 -05:00
parent 74468761bf
commit b284a612b3
22 changed files with 100 additions and 89 deletions

View File

@@ -41,7 +41,7 @@ install_framework()
if [ -L "${source}" ]; then
echo "Symlinked..."
source="$(readlink "${source}")"
source="$(readlink -f "${source}")"
fi
if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then