Explorar o código

Fixed supporting multiple frameworks

Sam Lantinga %!s(int64=11) %!d(string=hai) anos
pai
achega
ed30c80c5c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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