Updates pods

This commit is contained in:
Riley Testut
2019-09-14 11:00:58 -07:00
parent f47212000b
commit f5d29cd2c1
8 changed files with 655 additions and 210 deletions

View File

@@ -160,6 +160,14 @@ if [[ "$CONFIGURATION" == "Release" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework"
fi
if [[ "$CONFIGURATION" == "Debug-Beta" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework"
fi
if [[ "$CONFIGURATION" == "Release-Beta" ]]; then
install_framework "${BUILT_PRODUCTS_DIR}/KeychainAccess/KeychainAccess.framework"
install_framework "${BUILT_PRODUCTS_DIR}/Nuke/Nuke.framework"
fi
if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then
wait
fi