<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<!--
#######################################################################
#
#  
Licensed Materials - Property of IBM

 5724-H72

 (C) Copyright IBM Corporation 1993, 2026

US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.


#
#######################################################################
-->
<installer-gui-script minSpecVersion="1">
    <pkg-ref id="com.ibm.cloud.mqclient">
        <bundle-version/>
    </pkg-ref>
    <!-- The arm64 is replaced automatically during the build. It's not an amqlprep-known variable so we don't put the markers around it -->
    <options customize="never" require-scripts="false" hostArchitectures="arm64"/>
    <choices-outline>
        <line choice="default">
            <line choice="com.ibm.cloud.mqclient"/>
        </line>
    </choices-outline>
    <choice id="default"/>
    <choice id="com.ibm.cloud.mqclient" visible="true" customLocation="/opt/mqm">
        <pkg-ref id="com.ibm.cloud.mqclient"/>
    </choice>
    <!-- The pkg file named here has to match the one from the Makefile.mq in the parent directory.
         The MacOS is replaced automatically during the build. It's not an amqlprep-known variable so we don't put the markers around it
     -->
    <pkg-ref id="com.ibm.cloud.mqclient" version="10.0.0.0" onConclusion="none" installKBytes="87473" updateKBytes="0">#10.0.0.0-IBM-MQ-DevToolkit-MacOS-component.pkg</pkg-ref>
    <title>IBM MQ Toolkit for macOS</title>
    <welcome file="welcome.html"/>
    <license file="Lic.txt"/>
    <readme file="readme.html"/>
    <conclusion file="conclusion.html"/>
</installer-gui-script>