]> git.lyx.org Git - features.git/blobdiff - development/LyX-Mac-binary-release.sh
ctests: log a fixed issue
[features.git] / development / LyX-Mac-binary-release.sh
index acde8c102871d3c3e035ff72314f11484ac2fd41..f918bca6a256c1baaf4ba452800d210abc21fd43 100644 (file)
@@ -152,6 +152,7 @@ usage() {
        echo " --with-build-path=PATH ....." default \${lyx-src-dir}/../lyx-build
        echo " --with-dmg-location=PATH ..." default \${build-path}
        echo " --with-binary-strip=yes ...." default no
+       echo " --codesign-identity=CSID ..." default is w/o CSID
        echo
        echo "All other arguments with -- are passed to configure"
        echo "including the defaults: ${LyXConfigureOptions}"
@@ -899,6 +900,8 @@ code_sign() {
                "${condir}"/PlugIns/*/lib*.dylib \
                "${condir}"/Library/Spotlight/* \
                "${target}"/inkscape \
+               "${target}"/lilypond \
+               "${target}"/lilypond-book \
                "${target}"/maxima \
                "${target}"/tex2lyx \
                "${target}"/lyxeditor \
@@ -1030,7 +1033,7 @@ make_dmg() {
        ln -s /Applications/ "${VOLUME}"/Applications
        test -d "${DocumentationDir}" && ditto --hfsCompression "${DocumentationDir}" "${VOLUME}"
        set_bundle_display_options "${VOLUME}" ${BG_W} ${BG_H}
-       ${XCODE_DEVELOPER}/Tools/SetFile -a C "${VOLUME}"
+       PATH="${XCODE_DEVELOPER}/Tools:$PATH" SetFile -a C "${VOLUME}"
        mv "${VOLUME}/Pictures" "${VOLUME}/.Pictures"
 
        # Unmount the disk image