Fixed supporting multiple frameworks
parent
9bd483439e
commit
ed30c80c5c
|
@ -17,7 +17,7 @@ fi
|
||||||
FRAMEWORK_DIR="${TARGET_BUILD_DIR}"
|
FRAMEWORK_DIR="${TARGET_BUILD_DIR}"
|
||||||
|
|
||||||
# Loop through all frameworks
|
# Loop through all frameworks
|
||||||
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework"`
|
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework" | sort -r`
|
||||||
RESULT=$?
|
RESULT=$?
|
||||||
if [[ $RESULT != 0 ]] ; then
|
if [[ $RESULT != 0 ]] ; then
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in New Issue