Răsfoiți Sursa

Fixed supporting multiple frameworks

Sam Lantinga 11 ani în urmă
părinte
comite
ed30c80c5c
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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