echo >>$F "<plist version=\"1.0\">"
echo >>$F " <dict>"
- # TODO: generate framework versions (scan for .framework/../Version files)
+
+ # this makes reinstalls fail w/o any information (in Tiger)
+ # TODO: => no, doesn't seem to change anything
+ if test "x$WORKING_BUNDLE_VERSIONS" = "xyes"; then
frameworks=`find "${ROOT_DIR}" -type d -name "*.framework"`
for frameworkpath in $frameworks; do
frameworkvfile="`find $frameworkpath -type f -name Version | head -n 1`"
echo " Note: no Version file in framework `basename $frameworkpath`"
fi
done
+ fi
echo >>$F " </dict>"
echo >>$F "</plist>"