Skip to content

Commit

Permalink
Re-Indent distribution.xml with spaces [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sudara committed Jan 22, 2025
1 parent d3ca4c5 commit 3b6015a
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions packaging/distribution.xml.template
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<?xml version='1.0' encoding='utf8'?>
<installer-gui-script minSpecVersion="2">
<title>${PRODUCT_NAME}</title>
<os-version min="10.13" />
<license file="EULA" />
<readme file="README" />
<background file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
<background-darkAqua file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
<options customize="always" rootVolumeOnly="true" hostArchitectures="x86_64,arm64" />
<domain enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
<title>${PRODUCT_NAME}</title>
<os-version min="10.13" />
<license file="EULA" />
<readme file="README" />
<background file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
<background-darkAqua file="background.png" mime-type="image/png" scaling="tofit" alignment="bottomleft"/>
<options customize="always" rootVolumeOnly="true" hostArchitectures="x86_64,arm64" />
<domain enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />

<choices-outline>
<line choice="app" />
<line choice="vst3" />
<line choice="au" />
<line choice="clap" />
</choices-outline>
<choices-outline>
<line choice="app" />
<line choice="vst3" />
<line choice="au" />
<line choice="clap" />
</choices-outline>

<choice id="app" visible="true" start_selected="true" title="${PRODUCT_NAME} Standalone">
<pkg-ref id="${BUNDLE_ID}.app.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.app.pkg</pkg-ref>
</choice>
<choice id="app" visible="true" start_selected="true" title="${PRODUCT_NAME} Standalone">
<pkg-ref id="${BUNDLE_ID}.app.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.app.pkg</pkg-ref>
</choice>

<choice id="vst3" visible="true" start_selected="true" title="${PRODUCT_NAME} VST3">
<pkg-ref id="${BUNDLE_ID}.vst3.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.vst3.pkg</pkg-ref>
<pkg-ref id="${BUNDLE_ID}.vst3.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.vst3.pkg</pkg-ref>
</choice>

<choice id="au" visible="true" start_selected="true" title="${PRODUCT_NAME} AU">
<pkg-ref id="${BUNDLE_ID}.au.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.au.pkg</pkg-ref>
</choice>
<pkg-ref id="${BUNDLE_ID}.au.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.au.pkg</pkg-ref>
</choice>

<choice id="clap" visible="true" start_selected="true" title="${PRODUCT_NAME} CLAP">
<pkg-ref id="${BUNDLE_ID}.clap.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.clap.pkg</pkg-ref>
</choice>
<choice id="clap" visible="true" start_selected="true" title="${PRODUCT_NAME} CLAP">
<pkg-ref id="${BUNDLE_ID}.clap.pkg" version="${VERSION}" onConclusion="none">${PRODUCT_NAME}.clap.pkg</pkg-ref>
</choice>
</installer-gui-script>

0 comments on commit 3b6015a

Please sign in to comment.