<?xml version="1.0" encoding="utf-8"?>
<installer-script minSpecVersion="1.000000" authoringTool="com.apple.PackageMaker" authoringToolVersion="3.0.3" authoringToolBuild="174">
    <title>Ambertation Geotagging Plugin</title>
    <options customize="allow" allow-external-scripts="no"/>
    <domains enable_localSystem="true"/>
    <script>
function pm_choice0_selected() {
  result = true;
  result = result &amp;&amp; (system.files.plistAtPath(my.target.mountpoint + '/Applications/Aperture.app/Contents/Info.plist').CFBundleVersion >= '2.1');
  return result;
}


function pm_choice0_enabled() {
  result = true;
  result = result &amp;&amp; (system.files.plistAtPath(my.target.mountpoint + '/Applications/Aperture.app/Contents/Info.plist').CFBundleVersion >= '2.1');
  return result;
}


function pm_choice1_selected() {
  result = true;
  result = result &amp;&amp; (system.files.plistAtPath(my.target.mountpoint + '/Applications/Aperture.app/Contents/Info.plist').CFBundleVersion >= '2.1');
  return result;
}


function pm_choice1_enabled() {
  result = true;
  result = result &amp;&amp; (system.files.plistAtPath(my.target.mountpoint + '/Applications/Aperture.app/Contents/Info.plist').CFBundleVersion >= '2.1');
  return result;
}</script>
    <background file="background" alignment="bottomleft" scaling="none"/>
    <license language="en" mime-type="text/rtf"><![CDATA[{\rtf1\ansi\ansicpg1252\cocoartf949\cocoasubrtf540
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;}
{\colortbl;\red255\green255\blue255;\red84\green84\blue84;}
\deftab720
\pard\pardeftab720\sa260\qj

\f0\fs26 \cf2 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. \
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.}]]></license>
    <choices-outline>
        <line choice="choice0"/>
        <line choice="choice2"/>
        <line choice="choice1"/>
    </choices-outline>
    <choice id="choice0" title="Aperture Edit Plugin" description="This plugin will create an editable copy of selected images and add location informations to those copies based on the recorded timestamps." selected="pm_choice0_selected()" enabled="pm_choice0_enabled()">
        <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.ambertationgeotag.pkg"/>
    </choice>
    <choice id="choice2" title="Geotagger" description="Geotagger is a Standalone Application you can use to Geotag Files on your Harddrive or inside your iPhoto Library.">
        <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.geotagger.pkg"/>
    </choice>
    <choice id="choice1" title="Aperture Export Plugin" description="This plugin will export selected files from Aperture and add geotag data." selected="pm_choice1_selected()" enabled="pm_choice1_enabled()">
        <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.ambertationgeotagexport.pkg"/>
    </choice>
    <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.ambertationgeotag.pkg" installKBytes="712" version="24" auth="Root">#ambertationgeotag.pkg</pkg-ref>
    <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.geotagger.pkg" installKBytes="4128" version="27" auth="Root">#geotagger.pkg</pkg-ref>
    <pkg-ref id="de.ambertation.ambertationGeotaggingPlugin.ambertationgeotagexport.pkg" installKBytes="692" version="24" auth="Root">#ambertationgeotagexport.pkg</pkg-ref>
</installer-script>