mirror of
https://github.com/Codeux-Software/Textual.git
synced 2026-06-16 13:24:32 +00:00
Define the architectures of the host machine to include arm Update version numbers of extensions to reflect content
68 lines
3.6 KiB
Plaintext
68 lines
3.6 KiB
Plaintext
<?xml version="1.0" encoding="utf-8"?>
|
|
<installer-gui-script minSpecVersion="2">
|
|
<title>DISTRIBUTION_TITLE</title>
|
|
|
|
<background file="installerBackground.png" scaling="proportional" alignment="bottomleft"/>
|
|
|
|
<welcome file="Welcome.rtf"/>
|
|
|
|
<options customize="always" require-scripts="false" hostArchitectures="arm64,x86_64"/>
|
|
|
|
<volume-check>
|
|
<allowed-os-versions>
|
|
<os-version min="11.0"/>
|
|
</allowed-os-versions>
|
|
</volume-check>
|
|
|
|
<choices-outline>
|
|
<line choice="installer_choice_1">
|
|
<line choice="installer_choice_1_1"/>
|
|
<line choice="installer_choice_1_2"/>
|
|
<line choice="installer_choice_1_3"/>
|
|
</line>
|
|
<line choice="installer_choice_2">
|
|
<line choice="installer_choice_2_1"/>
|
|
<line choice="installer_choice_2_2"/>
|
|
</line>
|
|
</choices-outline>
|
|
|
|
<choice id="installer_choice_1_1" start_selected="false" title="INSTALLER_CHOICE_1_1_TITLE" description="INSTALLER_CHOICE_1_1_DESCRIPTION">
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-AudioVideo"/>
|
|
</choice>
|
|
<choice id="installer_choice_1_2" start_selected="false" title="INSTALLER_CHOICE_1_2_TITLE" description="INSTALLER_CHOICE_1_2_DESCRIPTION">
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Fun"/>
|
|
</choice>
|
|
<choice id="installer_choice_1_3" start_selected="false" title="INSTALLER_CHOICE_1_3_TITLE" description="INSTALLER_CHOICE_1_3_DESCRIPTION">
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Utilities"/>
|
|
</choice>
|
|
<choice id="installer_choice_1" title="INSTALLER_CHOICE_1_TITLE" description="INSTALLER_CHOICE_1_DESCRIPTION"/>
|
|
|
|
<choice id="installer_choice_2_1" start_selected="false" title="INSTALLER_CHOICE_2_1_TITLE" description="INSTALLER_CHOICE_2_1_DESCRIPTION">
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption"/>
|
|
</choice>
|
|
<choice id="installer_choice_2_2" start_selected="false" title="INSTALLER_CHOICE_2_2_TITLE" description="INSTALLER_CHOICE_2_2_DESCRIPTION">
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser"/>
|
|
</choice>
|
|
<choice id="installer_choice_2" title="INSTALLER_CHOICE_2_TITLE" description="INSTALLER_CHOICE_2_DESCRIPTION"/>
|
|
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-AudioVideo" version="1.4">#Scripts-AudioVideo.pkg</pkg-ref>
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Fun" version="1.3">#Scripts-Fun.pkg</pkg-ref>
|
|
<pkg-ref id="com.codeux.app-extensions.textual-scripts-installer-Utilities" version="1.3">#Scripts-Utilities.pkg</pkg-ref>
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption" version="1.0.18">#Extension-BlowfishEncryption.pkg</pkg-ref>
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser" version="1.0.9">#Extension-WikiStyleLinkParser.pkg</pkg-ref>
|
|
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-BlowfishEncryption">
|
|
<must-close>
|
|
<app id="com.codeux.apps.textual"/>
|
|
<app id="com.codeux.apps.textual-mas"/>
|
|
</must-close>
|
|
</pkg-ref>
|
|
<pkg-ref id="com.codeux.app-extensions.textual-extension-installer-WikiStyleLinkParser">
|
|
<must-close>
|
|
<app id="com.codeux.apps.textual"/>
|
|
<app id="com.codeux.apps.textual-mas"/>
|
|
</must-close>
|
|
</pkg-ref>
|
|
|
|
<domains enable_localSystem="false" enable_currentUserHome="true" enable_anywhere="false"/>
|
|
</installer-gui-script> |