Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed supporting multiple frameworks
  • Loading branch information
slouken committed Jul 8, 2014
1 parent 9bd4834 commit ed30c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode/SDL/pkg-support/codesign-frameworks.sh
Expand Up @@ -17,7 +17,7 @@ fi
FRAMEWORK_DIR="${TARGET_BUILD_DIR}"

# Loop through all frameworks
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework"`
FRAMEWORKS=`find "${FRAMEWORK_DIR}" -type d -name "*.framework" | sort -r`
RESULT=$?
if [[ $RESULT != 0 ]] ; then
exit 1
Expand Down

0 comments on commit ed30c80

Please sign in to comment.