ソースを参照

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