Fixed supporting multiple frameworks
This commit is contained in:
parent
9bd483439e
commit
ed30c80c5c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue