浏览代码

Fixed supporting multiple frameworks

Sam Lantinga 11 年之前
父节点
当前提交
ed30c80c5c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Xcode/SDL/pkg-support/codesign-frameworks.sh

+ 1 - 1
Xcode/SDL/pkg-support/codesign-frameworks.sh

@@ -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