Commit c382a0f3 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[EmbedFrameworksScript] Update for CONFIGURATION_BUILD_DIR compatibility

parent 8ad48537
......@@ -45,10 +45,10 @@ module Pod
install_framework()
{
if [ -r "${BUILT_PRODUCTS_DIR}/#{target_definition.label}/$1" ]; then
local source="${BUILT_PRODUCTS_DIR}/#{target_definition.label}/$1"
else
if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then
local source="${BUILT_PRODUCTS_DIR}/$1"
else
local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")"
fi
local destination="${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}"
......
Subproject commit 9793ea0fa86ceb9656ed768e58fa3d6db1407dd7
Subproject commit 6b51ac1f956462570b9fb75516bd96f83017a72b
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment