[gimp/osx-build: 20/46] OS X build: smaller fixes and cleanups



commit 509d458301409e5ef730e9d7bcf8f3ae13ef9040
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sun May 11 14:24:42 2014 +0200

    OS X build: smaller fixes and cleanups
    
    README: Fix missing information. Formatting
    gimp.modules: Add Github. Switch qtk-quartz-engine repo type. Disable
    gtk-doc generation for glib.

 build/osx/README                    |   15 +-
 build/osx/gimp-2.8-python.bundle    |  459 ++++----
 build/osx/gimp-master-python.bundle |  461 ++++----
 build/osx/gimp.modules              |    8 +-
 build/osx/info-2.8-python.plist     | 2078 +++++++++++++++++-----------------
 build/osx/info-master-python.plist  | 2078 +++++++++++++++++-----------------
 6 files changed, 2551 insertions(+), 2548 deletions(-)
---
diff --git a/build/osx/README b/build/osx/README
index 8690396..b4f0542 100644
--- a/build/osx/README
+++ b/build/osx/README
@@ -64,19 +64,19 @@ don't need it.
  
 3. When the build fails on perl-xml-parser, it will  tell you that it can neither make 
 nor install.
-In this case open a new shell and complete the install:
-$ JHB=gimp GIMP_SDK=10.6 jhbuild shell
-$ cd $HOME/gimp/10.6/source/XML-Parser-[parser version here]
+In this case choose option '4' to start a JHBuild subshell and complete the install:
 $ make -j3
 $ make -j3 install
-
-After finishing that change back into the first shell, choose option 2 to ignore 
+$ exit
+After finishing that change back into the first shell, choose option '2' to ignore 
 the error because you just fixed it. At the error during phase install enter '2' again.
 
 4. Do the same for the package perl-xml-simple:
 $ cd ~/gimp/10.6/source/XML-Simple-[simple version here]
 $ make -j3
 $ make -j3 install
+$ exit
+and choose option '2' two times.
 
 5. Now you can build GIMP.
 For GIMP 2.8 enter
@@ -140,11 +140,10 @@ $ curl -o $HOME/gimp/directory/gimp-master-python.bundle https://git.gnome.org/b
   
 2. We also need to fix a few outstanding issues:
 $ cp $HOME/gimp/10.6/source/gettext-0.18.1.1/gettext-tools/intl/charset.alias ~/gimp/10.6/inst/lib
-$ chmod +w $PREFIX/lib/libpython2.7.dylib
+$ chmod +w $HOME/gimp/10.6/inst/lib/libpython2.7.dylib
 
 3. Run the bundler:
-JHB=gimp GIMP_SDK=10.6 jhbuild shell
-
+$ JHB=gimp GIMP_SDK=10.6 jhbuild shell
 $ cd $HOME/gimp/directory
 
 for GIMP 2.8:
diff --git a/build/osx/gimp-2.8-python.bundle b/build/osx/gimp-2.8-python.bundle
index a11e505..e666d63 100644
--- a/build/osx/gimp-2.8-python.bundle
+++ b/build/osx/gimp-2.8-python.bundle
@@ -1,237 +1,238 @@
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -* -->
 <app-bundle>
-  <meta>
-    <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
-
-    <destination overwrite="yes">${env:HOME}</destination>
-
-    <image> <!-- Not yet implemented --> </image>
-
-    <run-install-name-tool/>
-
-    <launcher-script>${project}/launcher-2.8-python.sh</launcher-script>
-
-    <gtk>gtk+-2.0</gtk>
-  </meta>
-
-  <!-- Copy in .plist file -->
-  <plist>${project}/info-2.8-python.plist</plist>
-
-  <binary>
-    ${prefix}/lib/libgtk-quartz-${gtkversion}.0.dylib
-  </binary>
-
-  <!-- Copy in python -->
-  <binary dest="${bundle}/Contents/MacOS">
-    ${prefix}/bin/python
-  </binary>
-
-  <binary>
-    ${prefix}/lib/libpyglib-2.0-python.0.dylib
-  </binary>
-
-  <!-- Pull in all Python modules -->
-
-  <data>${prefix}/lib/pygtk/2.0/*.py</data>
-  <data>${prefix}/lib/pygtk/2.0/demos/*.py</data>
-  <data>${prefix}/lib/python2.7/*.py</data>
-  <data>${prefix}/lib/python2.7/bsddb/*.py</data>
-  <data>${prefix}/lib/python2.7/compiler/*.py</data>
-  <data>${prefix}/lib/python2.7/ctypes/*.py</data>
-  <data>${prefix}/lib/python2.7/ctypes/macholib/*.py</data>
-  <data>${prefix}/lib/python2.7/curses*.py</data>
-  <data>${prefix}/lib/python2.7/distutils/*.py</data>
-  <data>${prefix}/lib/python2.7/distutils/command/*.py</data>
-  <data>${prefix}/lib/python2.7/email/*.py</data>
-  <data>${prefix}/lib/python2.7/email/mime/*.py</data>
-  <data>${prefix}/lib/python2.7/encodings/*.py</data>
-  <data>${prefix}/lib/python2.7/hotshot/*.py</data>
-  <data>${prefix}/lib/python2.7/idlelib/*.py</data>
-  <data>${prefix}/lib/python2.7/idlelib/Icons/*</data>
-  <data>${prefix}/lib/python2.7/importlib/*.py</data>
-  <data>${prefix}/lib/python2.7/json/*.py</data>
-  <data>${prefix}/lib/python2.7/lib-tk/*.py</data>
-  <data>${prefix}/lib/python2.7/logging/*.py</data>
-  <data>${prefix}/lib/python2.7/multiprocessing/*.py</data>
-  <data>${prefix}/lib/python2.7/plat-darwin/*.py</data>
-  <data>${prefix}/lib/python2.7/plat-mac/*.py</data>
-  <data>${prefix}/lib/python2.7/pydoc_data/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/cairo/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/glib/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gobject/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.py</data>
-  <data>${prefix}/lib/python2.7/sqlite3/*.py</data>
-  <data>${prefix}/lib/python2.7/wsgiref/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/dom/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/etree/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/parsers/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/sax/*.py</data>
-
-  <!-- Pull in all Python binaries -->
-
-  <binary>${prefix}/lib/python2.7/lib-dynload/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/cairo/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/glib/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gobject/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.so</binary>
-
-  <!-- Main binary -->
-
-  <main-binary>${prefix}/bin/gimp-2.8</main-binary>
-
-  <!-- Copy in GIMP plugins and modules -->
-  <binary>${prefix}/lib/gimp/2.0/plug-ins/*</binary>
-  <binary>${prefix}/lib/gimp/2.0/modules/*.so</binary>
-  <data>${prefix}/lib/gimp/2.0/python/*py</data>
-  <binary>${prefix}/lib/gimp/2.0/python/*.so</binary>
-
-  <!-- Copy in GTK+ modules -->
-  <binary>${prefix}/lib/${gtkdir}/modules/*.so</binary>
-
-  <!-- Copy in Babl modules -->
-  <binary>${prefix}/lib/babl-0.1/*.so</binary>
-
-  <!-- Copy in GEGL modules -->
-  <binary>${prefix}/lib/gegl-0.2/*.so</binary>
-
-  <!-- Copy in GTK+ theming engines and modules -->
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so</binary>
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so</binary>
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so</binary>
-
-  <!-- Copy in GDK-Pixbuf modules and loader file-->
-  <binary>
-    ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/
-  </binary>
-
-  <!-- Copy in pango modules -->
-  <binary>
-    ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
-  </binary>
-
-  <!-- Copy in translations -->
-  <!-- - copy in GIMP and GEGL translations - -->
-  <translations name="gegl-0.2">${prefix}/share/locale</translations>
-  <translations name="gimp20-libgimp">${prefix}/share/locale</translations>
-  <translations name="gimp20-python">${prefix}/share/locale</translations>
-  <translations name="gimp20-script-fu">${prefix}/share/locale</translations>
-  <translations name="gimp20-std-plug-ins">${prefix}/share/locale</translations>
-  <translations name="gimp20-tips">${prefix}/share/locale</translations>
-  <translations name="gimp20">${prefix}/share/locale</translations>
-
-  <!-- - copy in ISO-Code Package translations (language names) - -->
-  <translations name="iso_15924">${prefix}/share/locale</translations>
-  <translations name="iso_3166">${prefix}/share/locale</translations>
-  <translations name="iso_3166_2">${prefix}/share/locale</translations>
-  <translations name="iso_4217">${prefix}/share/locale</translations>
-  <translations name="iso_639">${prefix}/share/locale</translations>
-  <translations name="iso_639_3">${prefix}/share/locale</translations>
-
-  <!-- - copy in miscellanous translations- -->
-  <translations name="atk10">${prefix}/share/locale</translations>
-  <translations name="gdk-pixbuf">${prefix}/share/locale</translations>
-  <translations name="gettext-tools">${prefix}/share/locale</translations>
-  <translations name="glib-networking">${prefix}/share/locale</translations>
-  <translations name="glib20">${prefix}/share/locale</translations>
-  <translations name="gnutls">${prefix}/share/locale</translations>
-  <translations name="gtk20-properties">${prefix}/share/locale</translations>
-  <translations name="gtk20">${prefix}/share/locale</translations>
-  <translations name="gvfs">${prefix}/share/locale</translations>
-  <translations name="libexif-12">${prefix}/share/locale</translations>
-  <translations name="libgpg-error">${prefix}/share/locale</translations>
-  <translations name="libsecret">${prefix}/share/locale</translations>
-  <translations name="libsoup">${prefix}/share/locale</translations>
-  <translations name="shared-mime-info">${prefix}/share/locale</translations>
-  
+       <meta>
+               <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
+
+               <destination overwrite="yes">${env:HOME}</destination>
+
+               <image> <!-- Not yet implemented -->
+               </image>
+
+               <run-install-name-tool />
+
+               <launcher-script>${project}/launcher-2.8-python.sh</launcher-script>
+
+               <gtk>gtk+-2.0</gtk>
+       </meta>
+
+       <!-- Copy in .plist file -->
+       <plist>${project}/info-2.8-python.plist</plist>
+
+       <binary>
+               ${prefix}/lib/libgtk-quartz-${gtkversion}.0.dylib
+       </binary>
+
+       <!-- Copy in python -->
+       <binary dest="${bundle}/Contents/MacOS">
+               ${prefix}/bin/python
+       </binary>
+
+       <binary>
+               ${prefix}/lib/libpyglib-2.0-python.0.dylib
+       </binary>
+
+       <!-- Pull in all Python modules -->
+
+       <data>${prefix}/lib/pygtk/2.0/*.py</data>
+       <data>${prefix}/lib/pygtk/2.0/demos/*.py</data>
+       <data>${prefix}/lib/python2.7/*.py</data>
+       <data>${prefix}/lib/python2.7/bsddb/*.py</data>
+       <data>${prefix}/lib/python2.7/compiler/*.py</data>
+       <data>${prefix}/lib/python2.7/ctypes/*.py</data>
+       <data>${prefix}/lib/python2.7/ctypes/macholib/*.py</data>
+       <data>${prefix}/lib/python2.7/curses*.py</data>
+       <data>${prefix}/lib/python2.7/distutils/*.py</data>
+       <data>${prefix}/lib/python2.7/distutils/command/*.py</data>
+       <data>${prefix}/lib/python2.7/email/*.py</data>
+       <data>${prefix}/lib/python2.7/email/mime/*.py</data>
+       <data>${prefix}/lib/python2.7/encodings/*.py</data>
+       <data>${prefix}/lib/python2.7/hotshot/*.py</data>
+       <data>${prefix}/lib/python2.7/idlelib/*.py</data>
+       <data>${prefix}/lib/python2.7/idlelib/Icons/*</data>
+       <data>${prefix}/lib/python2.7/importlib/*.py</data>
+       <data>${prefix}/lib/python2.7/json/*.py</data>
+       <data>${prefix}/lib/python2.7/lib-tk/*.py</data>
+       <data>${prefix}/lib/python2.7/logging/*.py</data>
+       <data>${prefix}/lib/python2.7/multiprocessing/*.py</data>
+       <data>${prefix}/lib/python2.7/plat-darwin/*.py</data>
+       <data>${prefix}/lib/python2.7/plat-mac/*.py</data>
+       <data>${prefix}/lib/python2.7/pydoc_data/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/cairo/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/glib/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gobject/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.py
+       </data>
+       <data>${prefix}/lib/python2.7/sqlite3/*.py</data>
+       <data>${prefix}/lib/python2.7/wsgiref/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/dom/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/etree/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/parsers/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/sax/*.py</data>
+
+       <!-- Pull in all Python binaries -->
+
+       <binary>${prefix}/lib/python2.7/lib-dynload/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/cairo/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/glib/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gobject/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.so
+       </binary>
+
+       <!-- Main binary -->
+
+       <main-binary>${prefix}/bin/gimp-2.8</main-binary>
+
+       <!-- Copy in GIMP plugins and modules -->
+       <binary>${prefix}/lib/gimp/2.0/plug-ins/*</binary>
+       <binary>${prefix}/lib/gimp/2.0/modules/*.so</binary>
+       <data>${prefix}/lib/gimp/2.0/python/*py</data>
+       <binary>${prefix}/lib/gimp/2.0/python/*.so</binary>
+
+       <!-- Copy in GTK+ modules -->
+       <binary>${prefix}/lib/${gtkdir}/modules/*.so</binary>
+
+       <!-- Copy in Babl modules -->
+       <binary>${prefix}/lib/babl-0.1/*.so</binary>
+
+       <!-- Copy in GEGL modules -->
+       <binary>${prefix}/lib/gegl-0.2/*.so</binary>
+
+       <!-- Copy in GTK+ theming engines and modules -->
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so
+       </binary>
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
+       </binary>
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
+       </binary>
+
+       <!-- Copy in GDK-Pixbuf modules and loader file -->
+       <binary>
+               ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/
+       </binary>
+
+       <!-- Copy in pango modules -->
+       <binary>
+               ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
+       </binary>
+
+       <!-- Copy in translations -->
+       <!-- - copy in GIMP and GEGL translations - -->
+       <translations name="gegl-0.2">${prefix}/share/locale</translations>
+       <translations name="gimp20-libgimp">${prefix}/share/locale</translations>
+       <translations name="gimp20-python">${prefix}/share/locale</translations>
+       <translations name="gimp20-script-fu">${prefix}/share/locale</translations>
+       <translations name="gimp20-std-plug-ins">${prefix}/share/locale</translations>
+       <translations name="gimp20-tips">${prefix}/share/locale</translations>
+       <translations name="gimp20">${prefix}/share/locale</translations>
+
+       <!-- - copy in ISO-Code Package translations (language names) - -->
+       <translations name="iso_15924">${prefix}/share/locale</translations>
+       <translations name="iso_3166">${prefix}/share/locale</translations>
+       <translations name="iso_3166_2">${prefix}/share/locale</translations>
+       <translations name="iso_4217">${prefix}/share/locale</translations>
+       <translations name="iso_639">${prefix}/share/locale</translations>
+       <translations name="iso_639_3">${prefix}/share/locale</translations>
+
+       <!-- - copy in miscellanous translations- -->
+       <translations name="atk10">${prefix}/share/locale</translations>
+       <translations name="gdk-pixbuf">${prefix}/share/locale</translations>
+       <translations name="gettext-tools">${prefix}/share/locale</translations>
+       <translations name="glib-networking">${prefix}/share/locale</translations>
+       <translations name="glib20">${prefix}/share/locale</translations>
+       <translations name="gnutls">${prefix}/share/locale</translations>
+       <translations name="gtk20-properties">${prefix}/share/locale</translations>
+       <translations name="gtk20">${prefix}/share/locale</translations>
+       <translations name="gvfs">${prefix}/share/locale</translations>
+       <translations name="libexif-12">${prefix}/share/locale</translations>
+       <translations name="libgpg-error">${prefix}/share/locale</translations>
+       <translations name="libsecret">${prefix}/share/locale</translations>
+       <translations name="libsoup">${prefix}/share/locale</translations>
+       <translations name="shared-mime-info">${prefix}/share/locale</translations>
+
        <!-- preparation to copy the GTK-Mac-Integration translation strings (Services, 
-               Hide, Show all, Quit etc.) in the 'GIMP' menu to the same place where Simone (skl) 
-               puts them. 
+               Hide, Show all, Quit etc.) in the 'GIMP' menu to the same place where Simone 
+               (skl) puts them. 
                TODO: examine, understand and apply her solution. See also: 
                
http://sourceforge.net/p/gimponosx/code/HEAD/tree/GimpPorts/ports/graphics/gimp2/files/app-gui-gui-unique.c.diff
 
                https://github.com/jralls/gtk-mac-integration/blob/master/README -->
        <!-- data dest="${bundle}/Contents/Resources">${prefix}/share/strings</data -->
 
-  <!-- Copy in mime data -->
-  <!-- Used for opening up help in browser -->
-  <!--<data dest="${bundle}/Contents/Resources/share/applications/gimp.desktop">
-    ${project}/custom/gimp.desktop
-  </data>-->
-  <data>${prefix}/share/applications/gimp.desktop</data>
-  <data dest="${bundle}/Contents/Resources/share/applications/open.desktop">
-    ${project}/custom/open.desktop
-  </data>
-  <data dest="${bundle}/Contents/Resources/share/applications/mimeinfo.cache">
-    ${project}/custom/mimeinfo.cache
-  </data>
-
-  <data>
-    ${prefix}/share/mime/*
-  </data>
- <!--<data>
-    ${prefix}/share/mime-info/*
-  </data>-->
-
-  <!-- Copy in D-Bus Launch session support -->
-  <data>${prefix}/etc/dbus-1/system.conf</data>
-  <data>${prefix}/etc/dbus-1/session.d/</data>
-  <data>${prefix}/etc/dbus-1/system.d/</data>
-  <data dest="${bundle}/Contents/Resources/etc/dbus-1/session.conf">
-    ${project}/custom/session.conf
-  </data>
-  <!--<binary>${prefix}/bin/dbus-</binary>-->
-  <binary>${prefix}/bin/dbus-*</binary>
-
-  <!-- Copy in GVFS file support -->
-  <binary>${prefix}/bin/gvfs-*</binary>
-
-  <!-- Copy in GTK+-2.0 data -->
-  <data>${prefix}/etc/gtk-2.0/*</data>
-
-  <!-- Copy in FontConfig data -->
-  <data>${prefix}/etc/fonts/conf.d/*</data>
-  <data>${prefix}/etc/fonts/fonts.conf</data>
-
-  <!-- GIMP data -->
-  <data>${prefix}/etc/gimp/2.0/*</data>
-  <data dest="${bundle}/Contents/Resources/share/gimp">${prefix}/share/gimp</data>
-
-  <!-- Copy in XML data -->
-  <data>${prefix}/etc/xml/catalog</data>
-
-  <!-- Copy in themes -->
-  <data>${prefix}/share/themes</data>
-
-  <!-- Copy in GTK+ theme data -->
-  <!-- data>${prefix}/share/gtk-engines/*.xml</data -->
-
-  <!-- Change default theme -->
-  <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
-    ${project}/custom/gtkrc
-  </data>
-
-  <!-- Copy in better defaults -->
-  <!--<data dest="${bundle}/Contents/Resources/etc/gimp/2.0/gimprc">
-    ${project}/custom/gimprc
-  </data>-->
-
-  <!-- Copy in better FontConfig defaults -->
-  <!--<data dest="${bundle}/Contents/Resources/etc/fonts/fonts.conf">
-    ${project}/custom/fonts.conf
-  </data>-->
-
-  <!-- Copy in icons -->
-  <data dest="${bundle}/Contents/Resources">${project}/gimp.icns</data>
-  <data dest="${bundle}/Contents/Resources">${project}/xcf.icns</data>
-
-  <!-- Copy in base icon theme -->
-  <icon-theme icons="auto">Tango</icon-theme>
+       <!-- Copy in mime data -->
+       <!-- Used for opening up help in browser -->
+       <!--<data dest="${bundle}/Contents/Resources/share/applications/gimp.desktop"> 
+               ${project}/custom/gimp.desktop </data> -->
+       <data>${prefix}/share/applications/gimp.desktop</data>
+       <data dest="${bundle}/Contents/Resources/share/applications/open.desktop">
+               ${project}/custom/open.desktop
+       </data>
+       <data dest="${bundle}/Contents/Resources/share/applications/mimeinfo.cache">
+               ${project}/custom/mimeinfo.cache
+       </data>
+
+       <data>
+               ${prefix}/share/mime/*
+       </data>
+       <!--<data> ${prefix}/share/mime-info/* </data> -->
+
+       <!-- Copy in D-Bus Launch session support -->
+       <data>${prefix}/etc/dbus-1/system.conf</data>
+       <data>${prefix}/etc/dbus-1/session.d/</data>
+       <data>${prefix}/etc/dbus-1/system.d/</data>
+       <data dest="${bundle}/Contents/Resources/etc/dbus-1/session.conf">
+               ${project}/custom/session.conf
+       </data>
+       <!--<binary>${prefix}/bin/dbus-</binary> -->
+       <binary>${prefix}/bin/dbus-*</binary>
+
+       <!-- Copy in GVFS file support -->
+       <binary>${prefix}/bin/gvfs-*</binary>
+
+       <!-- Copy in GTK+-2.0 data -->
+       <data>${prefix}/etc/gtk-2.0/*</data>
+
+       <!-- Copy in FontConfig data -->
+       <data>${prefix}/etc/fonts/conf.d/*</data>
+       <data>${prefix}/etc/fonts/fonts.conf</data>
+
+       <!-- GIMP data -->
+       <data>${prefix}/etc/gimp/2.0/*</data>
+       <data dest="${bundle}/Contents/Resources/share/gimp">${prefix}/share/gimp</data>
+
+       <!-- Copy in XML data -->
+       <data>${prefix}/etc/xml/catalog</data>
+
+       <!-- Copy in themes -->
+       <data>${prefix}/share/themes</data>
+
+       <!-- Copy in GTK+ theme data -->
+       <!-- data>${prefix}/share/gtk-engines/*.xml</data -->
+
+       <!-- Change default theme -->
+       <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
+               ${project}/custom/gtkrc
+       </data>
+
+       <!-- Copy in better defaults -->
+       <!--<data dest="${bundle}/Contents/Resources/etc/gimp/2.0/gimprc"> ${project}/custom/gimprc 
+               </data> -->
+
+       <!-- Copy in better FontConfig defaults -->
+       <!--<data dest="${bundle}/Contents/Resources/etc/fonts/fonts.conf"> ${project}/custom/fonts.conf 
+               </data> -->
+
+       <!-- Copy in icons -->
+       <data dest="${bundle}/Contents/Resources">${project}/gimp.icns</data>
+       <data dest="${bundle}/Contents/Resources">${project}/xcf.icns</data>
+
+       <!-- Copy in base icon theme -->
+       <icon-theme icons="auto">Tango</icon-theme>
 </app-bundle>
diff --git a/build/osx/gimp-master-python.bundle b/build/osx/gimp-master-python.bundle
index e9f9715..35d2d0c 100755
--- a/build/osx/gimp-master-python.bundle
+++ b/build/osx/gimp-master-python.bundle
@@ -1,238 +1,239 @@
-<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
+<?xml version="1.0" standalone="no"?> <!--*- mode: xml -* -->
 <app-bundle>
-  <meta>
-    <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
-
-    <destination overwrite="yes">${env:HOME}</destination>
-
-    <image> <!-- Not yet implemented --> </image>
-
-    <run-install-name-tool/>
-
-    <launcher-script>${project}/launcher-master-python.sh</launcher-script>
-
-    <gtk>gtk+-2.0</gtk>
-  </meta>
-
-  <!-- Copy in .plist file -->
-  <plist>${project}/info-master-python.plist</plist>
-
-  <binary>
-    ${prefix}/lib/libgtk-quartz-${gtkversion}.0.dylib
-  </binary>
-
-  <!-- Copy in python -->
-  <binary dest="${bundle}/Contents/MacOS">
-    ${prefix}/bin/python
-  </binary>
-
-  <binary>
-    ${prefix}/lib/libpyglib-2.0-python.0.dylib
-  </binary>
-
-  <!-- Pull in all Python modules -->
-
-  <data>${prefix}/lib/pygtk/2.0/*.py</data>
-  <data>${prefix}/lib/pygtk/2.0/demos/*.py</data>
-  <data>${prefix}/lib/python2.7/*.py</data>
-  <data>${prefix}/lib/python2.7/bsddb/*.py</data>
-  <data>${prefix}/lib/python2.7/compiler/*.py</data>
-  <data>${prefix}/lib/python2.7/ctypes/*.py</data>
-  <data>${prefix}/lib/python2.7/ctypes/macholib/*.py</data>
-  <data>${prefix}/lib/python2.7/curses*.py</data>
-  <data>${prefix}/lib/python2.7/distutils/*.py</data>
-  <data>${prefix}/lib/python2.7/distutils/command/*.py</data>
-  <data>${prefix}/lib/python2.7/email/*.py</data>
-  <data>${prefix}/lib/python2.7/email/mime/*.py</data>
-  <data>${prefix}/lib/python2.7/encodings/*.py</data>
-  <data>${prefix}/lib/python2.7/hotshot/*.py</data>
-  <data>${prefix}/lib/python2.7/idlelib/*.py</data>
-  <data>${prefix}/lib/python2.7/idlelib/Icons/*</data>
-  <data>${prefix}/lib/python2.7/importlib/*.py</data>
-  <data>${prefix}/lib/python2.7/json/*.py</data>
-  <data>${prefix}/lib/python2.7/lib-tk/*.py</data>
-  <data>${prefix}/lib/python2.7/logging/*.py</data>
-  <data>${prefix}/lib/python2.7/multiprocessing/*.py</data>
-  <data>${prefix}/lib/python2.7/plat-darwin/*.py</data>
-  <data>${prefix}/lib/python2.7/plat-mac/*.py</data>
-  <data>${prefix}/lib/python2.7/pydoc_data/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/cairo/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/glib/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gobject/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.py</data>
-  <data>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.py</data>
-  <data>${prefix}/lib/python2.7/sqlite3/*.py</data>
-  <data>${prefix}/lib/python2.7/wsgiref/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/dom/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/etree/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/parsers/*.py</data>
-  <data>${prefix}/lib/python2.7/xml/sax/*.py</data>
-
-  <!-- Pull in all Python binaries -->
-
-  <binary>${prefix}/lib/python2.7/lib-dynload/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/cairo/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/glib/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gobject/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.so</binary>
-  <binary>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.so</binary>
-
-  <!-- Main binary -->
-
-  <main-binary>${prefix}/bin/gimp-2.9</main-binary>
-
-  <!-- Copy in GIMP plugins and modules -->
-  <binary>${prefix}/lib/gimp/2.0/plug-ins/*</binary>
-  <binary>${prefix}/lib/gimp/2.0/modules/*.so</binary>
-  <data>${prefix}/lib/gimp/2.0/python/*py</data>
-  <binary>${prefix}/lib/gimp/2.0/python/*.so</binary>
-
-  <!-- Copy in GTK+ modules -->
-  <binary>${prefix}/lib/${gtkdir}/modules/*.so</binary>
-
-  <!-- Copy in Babl modules -->
-  <binary>${prefix}/lib/babl-0.1/*.so</binary>
-
-  <!-- Copy in GEGL modules -->
-  <binary>${prefix}/lib/gegl-0.2/*.so</binary>
-
-  <!-- Copy in GTK+ theming engines and modules -->
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so</binary>
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so</binary>
-  <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so</binary>
-
-  <!-- Copy in GDK-Pixbuf modules and loader file-->
-  <binary>
-    ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/
-  </binary>
-
-  <!-- Copy in pango modules -->
-  <binary>
-    ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
-  </binary>
-
-  <!-- Translations -->
-  <!-- - GIMP and GEGL translations - -->
-  <translations name="gegl-0.3">${prefix}/share/locale</translations>
-  <translations name="gimp20-libgimp">${prefix}/share/locale</translations>
-  <translations name="gimp20-python">${prefix}/share/locale</translations>
-  <translations name="gimp20-script-fu">${prefix}/share/locale</translations>
-  <translations name="gimp20-std-plug-ins">${prefix}/share/locale</translations>
-  <translations name="gimp20-tips">${prefix}/share/locale</translations>
-  <translations name="gimp20">${prefix}/share/locale</translations>
-
-  <!-- - ISO-Code Package translations - -->
-  <translations name="iso_15924">${prefix}/share/locale</translations>
-  <translations name="iso_3166">${prefix}/share/locale</translations>
-  <translations name="iso_3166_2">${prefix}/share/locale</translations>
-  <translations name="iso_4217">${prefix}/share/locale</translations>
-  <translations name="iso_639">${prefix}/share/locale</translations>
-  <translations name="iso_639_3">${prefix}/share/locale</translations>
-
-  <!-- - miscellanous translations- -->
-  <translations name="atk10">${prefix}/share/locale</translations>
-  <translations name="exiv2">${prefix}/share/locale</translations>  
-  <translations name="gdk-pixbuf">${prefix}/share/locale</translations>
-  <translations name="gettext-tools">${prefix}/share/locale</translations>
-  <translations name="glib-networking">${prefix}/share/locale</translations>
-  <translations name="glib20">${prefix}/share/locale</translations>
-  <translations name="gnutls">${prefix}/share/locale</translations>
-  <translations name="gtk20-properties">${prefix}/share/locale</translations>
-  <translations name="gtk20">${prefix}/share/locale</translations>
-  <translations name="gvfs">${prefix}/share/locale</translations>
-  <translations name="libexif-12">${prefix}/share/locale</translations>
-  <translations name="libgpg-error">${prefix}/share/locale</translations>
-  <translations name="libsecret">${prefix}/share/locale</translations>
-  <translations name="libsoup">${prefix}/share/locale</translations>
-  <translations name="shared-mime-info">${prefix}/share/locale</translations>
+       <meta>
+               <prefix name="default">${env:JHBUILD_PREFIX}</prefix>
+
+               <destination overwrite="yes">${env:HOME}</destination>
+
+               <image> <!-- Not yet implemented -->
+               </image>
+
+               <run-install-name-tool />
+
+               <launcher-script>${project}/launcher-master-python.sh
+               </launcher-script>
+
+               <gtk>gtk+-2.0</gtk>
+       </meta>
+
+       <!-- Copy in .plist file -->
+       <plist>${project}/info-master-python.plist</plist>
+
+       <binary>
+               ${prefix}/lib/libgtk-quartz-${gtkversion}.0.dylib
+       </binary>
+
+       <!-- Copy in python -->
+       <binary dest="${bundle}/Contents/MacOS">
+               ${prefix}/bin/python
+       </binary>
+
+       <binary>
+               ${prefix}/lib/libpyglib-2.0-python.0.dylib
+       </binary>
+
+       <!-- Pull in all Python modules -->
+
+       <data>${prefix}/lib/pygtk/2.0/*.py</data>
+       <data>${prefix}/lib/pygtk/2.0/demos/*.py</data>
+       <data>${prefix}/lib/python2.7/*.py</data>
+       <data>${prefix}/lib/python2.7/bsddb/*.py</data>
+       <data>${prefix}/lib/python2.7/compiler/*.py</data>
+       <data>${prefix}/lib/python2.7/ctypes/*.py</data>
+       <data>${prefix}/lib/python2.7/ctypes/macholib/*.py</data>
+       <data>${prefix}/lib/python2.7/curses*.py</data>
+       <data>${prefix}/lib/python2.7/distutils/*.py</data>
+       <data>${prefix}/lib/python2.7/distutils/command/*.py</data>
+       <data>${prefix}/lib/python2.7/email/*.py</data>
+       <data>${prefix}/lib/python2.7/email/mime/*.py</data>
+       <data>${prefix}/lib/python2.7/encodings/*.py</data>
+       <data>${prefix}/lib/python2.7/hotshot/*.py</data>
+       <data>${prefix}/lib/python2.7/idlelib/*.py</data>
+       <data>${prefix}/lib/python2.7/idlelib/Icons/*</data>
+       <data>${prefix}/lib/python2.7/importlib/*.py</data>
+       <data>${prefix}/lib/python2.7/json/*.py</data>
+       <data>${prefix}/lib/python2.7/lib-tk/*.py</data>
+       <data>${prefix}/lib/python2.7/logging/*.py</data>
+       <data>${prefix}/lib/python2.7/multiprocessing/*.py</data>
+       <data>${prefix}/lib/python2.7/plat-darwin/*.py</data>
+       <data>${prefix}/lib/python2.7/plat-mac/*.py</data>
+       <data>${prefix}/lib/python2.7/pydoc_data/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/cairo/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/glib/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gobject/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.py</data>
+       <data>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.py
+       </data>
+       <data>${prefix}/lib/python2.7/sqlite3/*.py</data>
+       <data>${prefix}/lib/python2.7/wsgiref/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/dom/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/etree/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/parsers/*.py</data>
+       <data>${prefix}/lib/python2.7/xml/sax/*.py</data>
+
+       <!-- Pull in all Python binaries -->
+
+       <binary>${prefix}/lib/python2.7/lib-dynload/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/cairo/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/glib/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gobject/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gio/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtk-2.0/gtk/*.so</binary>
+       <binary>${prefix}/lib/python2.7/site-packages/gtkosx_application/*.so
+       </binary>
+
+       <!-- Main binary -->
+
+       <main-binary>${prefix}/bin/gimp-2.9</main-binary>
+
+       <!-- Copy in GIMP plugins and modules -->
+       <binary>${prefix}/lib/gimp/2.0/plug-ins/*</binary>
+       <binary>${prefix}/lib/gimp/2.0/modules/*.so</binary>
+       <data>${prefix}/lib/gimp/2.0/python/*py</data>
+       <binary>${prefix}/lib/gimp/2.0/python/*.so</binary>
+
+       <!-- Copy in GTK+ modules -->
+       <binary>${prefix}/lib/${gtkdir}/modules/*.so</binary>
+
+       <!-- Copy in Babl modules -->
+       <binary>${prefix}/lib/babl-0.1/*.so</binary>
+
+       <!-- Copy in GEGL modules -->
+       <binary>${prefix}/lib/gegl-0.2/*.so</binary>
+
+       <!-- Copy in GTK+ theming engines and modules -->
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/engines/*.so
+       </binary>
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
+       </binary>
+       <binary>${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/immodules/*.so
+       </binary>
+
+       <!-- Copy in GDK-Pixbuf modules and loader file -->
+       <binary>
+               ${prefix}/lib/gdk-pixbuf-2.0/${pkg:gdk-pixbuf-2.0:gdk_pixbuf_binary_version}/
+       </binary>
+
+       <!-- Copy in pango modules -->
+       <binary>
+               ${prefix}/lib/pango/${pkg:pango:pango_module_version}/modules/*.so
+       </binary>
+
+       <!-- Translations -->
+       <!-- - GIMP and GEGL translations - -->
+       <translations name="gegl-0.3">${prefix}/share/locale</translations>
+       <translations name="gimp20-libgimp">${prefix}/share/locale</translations>
+       <translations name="gimp20-python">${prefix}/share/locale</translations>
+       <translations name="gimp20-script-fu">${prefix}/share/locale</translations>
+       <translations name="gimp20-std-plug-ins">${prefix}/share/locale</translations>
+       <translations name="gimp20-tips">${prefix}/share/locale</translations>
+       <translations name="gimp20">${prefix}/share/locale</translations>
+
+       <!-- - ISO-Code Package translations - -->
+       <translations name="iso_15924">${prefix}/share/locale</translations>
+       <translations name="iso_3166">${prefix}/share/locale</translations>
+       <translations name="iso_3166_2">${prefix}/share/locale</translations>
+       <translations name="iso_4217">${prefix}/share/locale</translations>
+       <translations name="iso_639">${prefix}/share/locale</translations>
+       <translations name="iso_639_3">${prefix}/share/locale</translations>
+
+       <!-- - miscellanous translations- -->
+       <translations name="atk10">${prefix}/share/locale</translations>
+       <translations name="exiv2">${prefix}/share/locale</translations>
+       <translations name="gdk-pixbuf">${prefix}/share/locale</translations>
+       <translations name="gettext-tools">${prefix}/share/locale</translations>
+       <translations name="glib-networking">${prefix}/share/locale</translations>
+       <translations name="glib20">${prefix}/share/locale</translations>
+       <translations name="gnutls">${prefix}/share/locale</translations>
+       <translations name="gtk20-properties">${prefix}/share/locale</translations>
+       <translations name="gtk20">${prefix}/share/locale</translations>
+       <translations name="gvfs">${prefix}/share/locale</translations>
+       <translations name="libexif-12">${prefix}/share/locale</translations>
+       <translations name="libgpg-error">${prefix}/share/locale</translations>
+       <translations name="libsecret">${prefix}/share/locale</translations>
+       <translations name="libsoup">${prefix}/share/locale</translations>
+       <translations name="shared-mime-info">${prefix}/share/locale</translations>
 
        <!-- preparation to copy the GTK-Mac-Integration translation strings (Services, 
-               Hide, Show all, Quit etc.) in the 'GIMP' menu to the same place where Simone (skl) 
-               puts them. 
-               TODO: examine, understand and apply her solution. See also: 
+               Hide, Show all, Quit etc.) in the 'GIMP' menu to the same place where Simone 
+               (skl) puts them. TODO: examine, understand and apply her solution. See also: 
                
http://sourceforge.net/p/gimponosx/code/HEAD/tree/GimpPorts/ports/graphics/gimp2/files/app-gui-gui-unique.c.diff
 
                https://github.com/jralls/gtk-mac-integration/blob/master/README -->
        <!-- data dest="${bundle}/Contents/Resources">${prefix}/share/strings</data -->
 
-  <!-- Copy in mime data -->
-  <!-- Used for opening up help in browser -->
-  <!--<data dest="${bundle}/Contents/Resources/share/applications/gimp.desktop">
-    ${project}/custom/gimp.desktop
-  </data>-->
-  <data>${prefix}/share/applications/gimp.desktop</data>
-  <data dest="${bundle}/Contents/Resources/share/applications/open.desktop">
-    ${project}/custom/open.desktop
-  </data>
-  <data dest="${bundle}/Contents/Resources/share/applications/mimeinfo.cache">
-    ${project}/custom/mimeinfo.cache
-  </data>
-
-  <data>
-    ${prefix}/share/mime/*
-  </data>
- <!--<data>
-    ${prefix}/share/mime-info/*
-  </data>-->
-
-  <!-- Copy in D-Bus Launch session support -->
-  <data>${prefix}/etc/dbus-1/system.conf</data>
-  <data>${prefix}/etc/dbus-1/session.d/</data>
-  <data>${prefix}/etc/dbus-1/system.d/</data>
-  <data dest="${bundle}/Contents/Resources/etc/dbus-1/session.conf">
-    ${project}/custom/session.conf
-  </data>
-  <!--<binary>${prefix}/bin/dbus-</binary>-->
-  <binary>${prefix}/bin/dbus-*</binary>
-
-  <!-- Copy in GVFS file support -->
-  <binary>${prefix}/bin/gvfs-*</binary>
-
-  <!-- Copy in GTK+-2.0 data -->
-  <data>${prefix}/etc/gtk-2.0/*</data>
-
-  <!-- Copy in FontConfig data -->
-  <data>${prefix}/etc/fonts/conf.d/*</data>
-  <data>${prefix}/etc/fonts/fonts.conf</data>
-
-  <!-- GIMP data -->
-  <data>${prefix}/etc/gimp/2.0/*</data>
-  <data dest="${bundle}/Contents/Resources/share/gimp">${prefix}/share/gimp</data>
-
-  <!-- Copy in XML data -->
-  <data>${prefix}/etc/xml/catalog</data>
-
-  <!-- Copy in themes -->
-  <data>${prefix}/share/themes</data>
-
-  <!-- Copy in GTK+ theme data -->
-  <!-- data>${prefix}/share/gtk-engines/*.xml</data -->
-
-  <!-- Change default theme -->
-  <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
-    ${project}/custom/gtkrc
-  </data>
-
-  <!-- Copy in better defaults -->
-  <!--<data dest="${bundle}/Contents/Resources/etc/gimp/2.0/gimprc">
-    ${project}/custom/gimprc
-  </data>-->
-
-  <!-- Copy in better FontConfig defaults -->
-  <!--<data dest="${bundle}/Contents/Resources/etc/fonts/fonts.conf">
-    ${project}/custom/fonts.conf
-  </data>-->
-
-  <!-- Copy in icons -->
-  <data dest="${bundle}/Contents/Resources">${project}/gimp.icns</data>
-  <data dest="${bundle}/Contents/Resources">${project}/xcf.icns</data>
-
-  <!-- Copy in base icon theme -->
-  <icon-theme icons="auto">Tango</icon-theme>
+       <!-- Copy in mime data -->
+       <!-- Used for opening up help in browser -->
+       <!--<data dest="${bundle}/Contents/Resources/share/applications/gimp.desktop"> 
+               ${project}/custom/gimp.desktop </data> -->
+       <data>${prefix}/share/applications/gimp.desktop</data>
+       <data dest="${bundle}/Contents/Resources/share/applications/open.desktop">
+               ${project}/custom/open.desktop
+       </data>
+       <data dest="${bundle}/Contents/Resources/share/applications/mimeinfo.cache">
+               ${project}/custom/mimeinfo.cache
+       </data>
+
+       <data>
+               ${prefix}/share/mime/*
+       </data>
+       <!--<data> ${prefix}/share/mime-info/* </data> -->
+
+       <!-- Copy in D-Bus Launch session support -->
+       <data>${prefix}/etc/dbus-1/system.conf</data>
+       <data>${prefix}/etc/dbus-1/session.d/</data>
+       <data>${prefix}/etc/dbus-1/system.d/</data>
+       <data dest="${bundle}/Contents/Resources/etc/dbus-1/session.conf">
+               ${project}/custom/session.conf
+       </data>
+       <!--<binary>${prefix}/bin/dbus-</binary> -->
+       <binary>${prefix}/bin/dbus-*</binary>
+
+       <!-- Copy in GVFS file support -->
+       <binary>${prefix}/bin/gvfs-*</binary>
+
+       <!-- Copy in GTK+-2.0 data -->
+       <data>${prefix}/etc/gtk-2.0/*</data>
+
+       <!-- Copy in FontConfig data -->
+       <data>${prefix}/etc/fonts/conf.d/*</data>
+       <data>${prefix}/etc/fonts/fonts.conf</data>
+
+       <!-- GIMP data -->
+       <data>${prefix}/etc/gimp/2.0/*</data>
+       <data dest="${bundle}/Contents/Resources/share/gimp">${prefix}/share/gimp</data>
+
+       <!-- Copy in XML data -->
+       <data>${prefix}/etc/xml/catalog</data>
+
+       <!-- Copy in themes -->
+       <data>${prefix}/share/themes</data>
+
+       <!-- Copy in GTK+ theme data -->
+       <!-- data>${prefix}/share/gtk-engines/*.xml</data -->
+
+       <!-- Change default theme -->
+       <data dest="${bundle}/Contents/Resources/etc/${gtkdir}/gtkrc">
+               ${project}/custom/gtkrc
+       </data>
+
+       <!-- Copy in better defaults -->
+       <!--<data dest="${bundle}/Contents/Resources/etc/gimp/2.0/gimprc"> ${project}/custom/gimprc 
+               </data> -->
+
+       <!-- Copy in better FontConfig defaults -->
+       <!--<data dest="${bundle}/Contents/Resources/etc/fonts/fonts.conf"> ${project}/custom/fonts.conf 
+               </data> -->
+
+       <!-- Copy in icons -->
+       <data dest="${bundle}/Contents/Resources">${project}/gimp.icns</data>
+       <data dest="${bundle}/Contents/Resources">${project}/xcf.icns</data>
+
+       <!-- Copy in base icon theme -->
+       <icon-theme icons="auto">Tango</icon-theme>
 </app-bundle>
diff --git a/build/osx/gimp.modules b/build/osx/gimp.modules
index 7aa0d01..677dd56 100755
--- a/build/osx/gimp.modules
+++ b/build/osx/gimp.modules
@@ -2,6 +2,9 @@
 <!DOCTYPE moduleset SYSTEM "moduleset.dtd">
 <?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
 <moduleset>
+       <repository type="git" name="github"
+               href="https://github.com/"; />
+
        <repository type="tarball" name="sourceforge"
                href="http://downloads.sourceforge.net/sourceforge/"; />
 
@@ -367,7 +370,7 @@
                        version="3.0.13" checkoutdir="libffi-3.0.13" />
        </autotools>
 
-       <autotools id="glib" autogenargs="--with-libiconv=native">
+       <autotools id="glib" autogenargs="--with-libiconv=native --enable-gtk-doc=no">
                <!-- branch module="glib/2.39/glib-2.39.1.tar.xz" version="2.39.1" 
hash="sha256:d08c976f5560693946251361f186e3c9243c8195a95417127c1b1970c8371153"> 
                        </branch -->
                <branch repo="git.gnome.org" module="glib" revision="glib-2-40" />
@@ -986,8 +989,7 @@
        </autotools>
 
        <autotools id="gtk-quartz-engine" autogen-sh="autogen.sh">
-               <branch module="gtk-osx/gtk-quartz-engine-0.2.tar.gz" repo="sourceforge"
-                       version="0.2" />
+               <branch module="jralls/gtk-quartz-engine.git" repo="github" revision="master" />
                <after>
                        <dep package="gtk+-2.24" />
                </after>
diff --git a/build/osx/info-2.8-python.plist b/build/osx/info-2.8-python.plist
index 21658ea..9f547e5 100644
--- a/build/osx/info-2.8-python.plist
+++ b/build/osx/info-2.8-python.plist
@@ -1,1001 +1,74 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
-<dict>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>English</string>
-       <key>CFBundleExecutable</key>
-       <string>GIMP</string>
-       <key>CFBundleName</key>
-       <string>GIMP</string>
-       <key>CFBundleGetInfoString</key>
-       <string>2.8, © 1995-2014 The GIMP Development Team</string>
-       <key>CFBundleIconFile</key>
-       <string>gimp.icns</string>
-       <key>CFBundleIdentifier</key>
-       <string>org.gnome.gimp</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleShortVersionString</key>
-       <string>2.8</string>
-       <key>CFBundleSignature</key>
-       <string>gimp</string>
-       <key>CFBundleVersion</key>
-       <string>2.8</string>
-       <key>NSHumanReadableCopyright</key>
-       <string>© 1995-2013 The GIMP Development Team</string>
-       <key>LSMinimumSystemVersion</key>
-       <string>10.6.0</string>
-       <key>LSMinimumSystemVersionByArchitecture</key>
        <dict>
-               <key>x86_64</key>
+               <key>CFBundleDevelopmentRegion</key>
+               <string>English</string>
+               <key>CFBundleExecutable</key>
+               <string>GIMP</string>
+               <key>CFBundleName</key>
+               <string>GIMP</string>
+               <key>CFBundleGetInfoString</key>
+               <string>2.8, © 1995-2014 The GIMP Development Team</string>
+               <key>CFBundleIconFile</key>
+               <string>gimp.icns</string>
+               <key>CFBundleIdentifier</key>
+               <string>org.gnome.gimp</string>
+               <key>CFBundleInfoDictionaryVersion</key>
+               <string>6.0</string>
+               <key>CFBundlePackageType</key>
+               <string>APPL</string>
+               <key>CFBundleShortVersionString</key>
+               <string>2.8</string>
+               <key>CFBundleSignature</key>
+               <string>gimp</string>
+               <key>CFBundleVersion</key>
+               <string>2.8</string>
+               <key>NSHumanReadableCopyright</key>
+               <string>© 1995-2013 The GIMP Development Team</string>
+               <key>LSMinimumSystemVersion</key>
                <string>10.6.0</string>
-       </dict>
-       <key>NSHighResolutionCapable</key>
-       <true/>
-       <key>CFBundleDocumentTypes</key>
-       <array>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcf</string>
-                               <string>XCF</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XCF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.xcf</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcfbz2</string>
-                               <string>XCFBZ2</string>
-                               <string>xcfgz</string>
-                               <string>XCFGZ</string>
-                               <string>xjt</string>
-                               <string>XJT</string>
-                               <string>xjtgz</string>
-                               <string>XJTGZ</string>
-                               <string>xjtbz2</string>
-                               <string>XJTBZ2</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-compressed-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XJT </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.xjt</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcf.bz2</string>
-                               <string>XCF.BZ2</string>
-                               <string>xcf.gz</string>
-                               <string>XCF.GZ</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-compressed-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gbr</string>
-                               <string>GBR</string>
-                               <string>gbp</string>
-                               <string>GBP</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Brush</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GBR </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.gbr</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gih</string>
-                               <string>GIH</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Animated Brush</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GIH </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.gih</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pat</string>
-                               <string>PAT</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Pattern</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PAT </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.pat</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pdf</string>
-                               <string>PDF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/pdf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPDFPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PDF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.adobe.pdf</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ai</string>
-                               <string>AI</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/pdf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPDFPboardType</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ps</string>
-                               <string>PS</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/postscript</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>PostScript document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>epi</string>
-                               <string>EPI</string>
-                               <string>eps</string>
-                               <string>EPS</string>
-                               <string>epsf</string>
-                               <string>EPSF</string>
-                               <string>epsi</string>
-                               <string>EPSI</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/postscript</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>PostScript document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>tiff</string>
-                               <string>TIFF</string>
-                               <string>tif</string>
-                               <string>TIF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/tiff</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSTIFFPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>TIFF</string>
-                               <string>****</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.tiff</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>CRW</string>
-                               <string>crw</string>
-                               <string>CR2</string>
-                               <string>cr2</string>
-                               <string>NEF</string>
-                               <string>nef</string>
-                               <string>RAF</string>
-                               <string>raf</string>
-                               <string>ORF</string>
-                               <string>orf</string>
-                               <string>MRW</string>
-                               <string>mrw</string>
-                               <string>SRF</string>
-                               <string>srf</string>
-                               <string>DCR</string>
-                               <string>dcr</string>
-                               <string>ARW</string>
-                               <string>arw</string>
-                               <string>PEF</string>
-                               <string>pef</string>
-                               <string>RAW</string>
-                               <string>raw</string>
-                               <string>MOS</string>
-                               <string>mos</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/raw</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Camera Raw</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>CRW </string>
-                               <string>CR2 </string>
-                               <string>NEF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>DNG</string>
-                               <string>dng</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/raw</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Camera Raw</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>DNG </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>XBM</string>
-                               <string>xbm</string>
-                               <string>icon</string>
-                               <string>ICON</string>
-                               <string>bitmap</string>
-                               <string>BITMAP</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>XBM</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XBM </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>bmp</string>
-                               <string>BMP</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Bitmap Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>BMP </string>
-                               <string>BMPf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.microsoft.bmp</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gif</string>
-                               <string>GIF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/gif</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Graphics Interchange Format Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GIFf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.compuserve.gif</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ico</string>
-                               <string>ICO</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Icon Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.microsoft.ico</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jpg</string>
-                               <string>JPG</string>
-                               <string>jpeg</string>
-                               <string>JPEG</string>
-                               <string>jpe</string>
-                               <string>JPE</string>
-                               <string>thm</string>
-                               <string>THM</string>
-                               <string>*</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/jpeg</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>JPEG Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>JPEG</string>
-                               <string>????</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.jpeg</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pict</string>
-                               <string>PICT</string>
-                               <string>pct</string>
-                               <string>PCT</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPICTPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PICT</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.apple.pict</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>png</string>
-                               <string>PNG</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/png</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Portable Network Graphics Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PNGf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.png</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>tga</string>
-                               <string>TGA</string>
-                               <string>vda</string>
-                               <string>VDA</string>
-                               <string>icb</string>
-                               <string>ICB</string>
-                               <string>vst</string>
-                               <string>VST</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Targa Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>TPIC</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.truevision.tga-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>sgi</string>
-                               <string>SGI</string>
-                               <string>rgb</string>
-                               <string>RGB</string>
-                               <string>bw</string>
-                               <string>BW</string>
-                               <string>icon</string>
-                               <string>ICON</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Silicon Graphics Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>.SGI</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.sgi.sgi-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>psd</string>
-                               <string>PSD</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Adobe Photoshop Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>8BPS</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.adobe.photoshop-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>icns</string>
-                               <string>ICNS</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Apple Icon Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.apple.icns</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jp2</string>
-                               <string>JP2</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>JPEG 2000 Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.jpeg-2000</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>svg</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/svg+xml</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>SVG document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>NSDocumentClass</key>
-                       <string>BrowserDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>sun</string>
-                               <string>sr</string>
-                               <string>im1</string>
-                               <string>im8</string>
-                               <string>im24</string>
-                               <string>im32</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Sun Rasterfile document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>SUNn</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fli</string>
-                               <string>flc</string>
-                               <string>flh</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>FLI/FLC/FLH document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FLI </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xwd</string>
-                               <string>x10</string>
-                               <string>x11</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>X/Windows Dump document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XWDd</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>wmf</string>
-                               <string>apm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Metafile document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>WMF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pix</string>
-                               <string>mask</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>ALIAS pix document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>APIX</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pnm</string>
-                               <string>pbm</string>
-                               <string>pgm</string>
-                               <string>ppm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Portable Bitmap document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PPGM</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>psp</string>
-                               <string>tub</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Paintshop Pro document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>.PSP</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pcx</string>
-                               <string>pcc</string>
-                               <string>scr</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Paintbrush document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PCXx</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
+               <key>LSMinimumSystemVersionByArchitecture</key>
                <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fax</string>
-                               <string>g3</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>CCITT3 native fax document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FAX3</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
+                       <key>x86_64</key>
+                       <string>10.6.0</string>
                </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xpm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>XPM (ASCII Bitmap) document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XPM </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>cel</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>KISS CEL document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>CEL </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fits</string>
-                               <string>fit</string>
-                               <string>fts</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Flexible Image Transport System document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FITS</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>desktop</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Desktop Alias</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>dcm</string>
-                               <string>DCM</string>
-                               <string>dicom</string>
-                               <string>DICOM</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>DICOM Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>DCOM</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-       </array>
-       <key>UTExportedTypeDeclarations</key>
-       <array>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Image</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xcf</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
+               <key>NSHighResolutionCapable</key>
+               <true />
+               <key>CFBundleDocumentTypes</key>
+               <array>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>XCF </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>xcf</string>
                                        <string>XCF</string>
                                </array>
-                               <key>public.mime-type</key>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
                                <array>
                                        <string>image/x-xcf</string>
                                </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XCF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.xcf</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                               <string>public.archive</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xjt</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>XJT </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
-                                       <string>xcf.bz2</string>
-                                       <string>XCF.BZ2</string>
                                        <string>xcfbz2</string>
                                        <string>XCFBZ2</string>
-                                       <string>xcf.gz</string>
-                                       <string>XCF.GZ</string>
                                        <string>xcfgz</string>
                                        <string>XCFGZ</string>
                                        <string>xjt</string>
@@ -1005,89 +78,1016 @@
                                        <string>xjtbz2</string>
                                        <string>XJTBZ2</string>
                                </array>
-                               <key>public.mime-type</key>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/x-compressed-xcf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XJT </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.xjt</string>
+                               </array>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xcf.bz2</string>
+                                       <string>XCF.BZ2</string>
+                                       <string>xcf.gz</string>
+                                       <string>XCF.GZ</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
                                <array>
                                        <string>image/x-compressed-xcf</string>
                                </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Brush</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xbr</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>GBR </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>gbr</string>
                                        <string>GBR</string>
                                        <string>gbp</string>
                                        <string>GBP</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Brush</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GBR </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.gbr</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Animated Brush</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.gih</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>GIH </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>gih</string>
                                        <string>GIH</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Animated Brush</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GIH </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.gih</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Pattern</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.pat</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>PAT </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>pat</string>
                                        <string>PAT</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Pattern</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PAT </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.pat</string>
+                               </array>
                        </dict>
-               </dict>
-       </array>
-</dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pdf</string>
+                                       <string>PDF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/pdf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPDFPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PDF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.adobe.pdf</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ai</string>
+                                       <string>AI</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/pdf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPDFPboardType</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ps</string>
+                                       <string>PS</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/postscript</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>PostScript document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>epi</string>
+                                       <string>EPI</string>
+                                       <string>eps</string>
+                                       <string>EPS</string>
+                                       <string>epsf</string>
+                                       <string>EPSF</string>
+                                       <string>epsi</string>
+                                       <string>EPSI</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/postscript</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>PostScript document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>tiff</string>
+                                       <string>TIFF</string>
+                                       <string>tif</string>
+                                       <string>TIF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/tiff</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSTIFFPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>TIFF</string>
+                                       <string>****</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.tiff</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>CRW</string>
+                                       <string>crw</string>
+                                       <string>CR2</string>
+                                       <string>cr2</string>
+                                       <string>NEF</string>
+                                       <string>nef</string>
+                                       <string>RAF</string>
+                                       <string>raf</string>
+                                       <string>ORF</string>
+                                       <string>orf</string>
+                                       <string>MRW</string>
+                                       <string>mrw</string>
+                                       <string>SRF</string>
+                                       <string>srf</string>
+                                       <string>DCR</string>
+                                       <string>dcr</string>
+                                       <string>ARW</string>
+                                       <string>arw</string>
+                                       <string>PEF</string>
+                                       <string>pef</string>
+                                       <string>RAW</string>
+                                       <string>raw</string>
+                                       <string>MOS</string>
+                                       <string>mos</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/raw</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Camera Raw</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>CRW </string>
+                                       <string>CR2 </string>
+                                       <string>NEF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>DNG</string>
+                                       <string>dng</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/raw</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Camera Raw</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>DNG </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>XBM</string>
+                                       <string>xbm</string>
+                                       <string>icon</string>
+                                       <string>ICON</string>
+                                       <string>bitmap</string>
+                                       <string>BITMAP</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>XBM</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XBM </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>bmp</string>
+                                       <string>BMP</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Bitmap Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>BMP </string>
+                                       <string>BMPf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.microsoft.bmp</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>gif</string>
+                                       <string>GIF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/gif</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Graphics Interchange Format Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GIFf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.compuserve.gif</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ico</string>
+                                       <string>ICO</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Icon Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.microsoft.ico</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>jpg</string>
+                                       <string>JPG</string>
+                                       <string>jpeg</string>
+                                       <string>JPEG</string>
+                                       <string>jpe</string>
+                                       <string>JPE</string>
+                                       <string>thm</string>
+                                       <string>THM</string>
+                                       <string>*</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/jpeg</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>JPEG Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>JPEG</string>
+                                       <string>????</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.jpeg</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pict</string>
+                                       <string>PICT</string>
+                                       <string>pct</string>
+                                       <string>PCT</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPICTPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PICT</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.apple.pict</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>png</string>
+                                       <string>PNG</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/png</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Portable Network Graphics Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PNGf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.png</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>tga</string>
+                                       <string>TGA</string>
+                                       <string>vda</string>
+                                       <string>VDA</string>
+                                       <string>icb</string>
+                                       <string>ICB</string>
+                                       <string>vst</string>
+                                       <string>VST</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Targa Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>TPIC</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.truevision.tga-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>sgi</string>
+                                       <string>SGI</string>
+                                       <string>rgb</string>
+                                       <string>RGB</string>
+                                       <string>bw</string>
+                                       <string>BW</string>
+                                       <string>icon</string>
+                                       <string>ICON</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Silicon Graphics Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>.SGI</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.sgi.sgi-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>psd</string>
+                                       <string>PSD</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Adobe Photoshop Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>8BPS</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.adobe.photoshop-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>icns</string>
+                                       <string>ICNS</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Apple Icon Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.apple.icns</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>jp2</string>
+                                       <string>JP2</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>JPEG 2000 Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.jpeg-2000</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>svg</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/svg+xml</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>SVG document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>NSDocumentClass</key>
+                               <string>BrowserDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>sun</string>
+                                       <string>sr</string>
+                                       <string>im1</string>
+                                       <string>im8</string>
+                                       <string>im24</string>
+                                       <string>im32</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Sun Rasterfile document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>SUNn</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fli</string>
+                                       <string>flc</string>
+                                       <string>flh</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>FLI/FLC/FLH document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FLI </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xwd</string>
+                                       <string>x10</string>
+                                       <string>x11</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>X/Windows Dump document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XWDd</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>wmf</string>
+                                       <string>apm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Metafile document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>WMF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pix</string>
+                                       <string>mask</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>ALIAS pix document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>APIX</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pnm</string>
+                                       <string>pbm</string>
+                                       <string>pgm</string>
+                                       <string>ppm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Portable Bitmap document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PPGM</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>psp</string>
+                                       <string>tub</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Paintshop Pro document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>.PSP</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pcx</string>
+                                       <string>pcc</string>
+                                       <string>scr</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Paintbrush document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PCXx</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fax</string>
+                                       <string>g3</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>CCITT3 native fax document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FAX3</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xpm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>XPM (ASCII Bitmap) document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XPM </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>cel</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>KISS CEL document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>CEL </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fits</string>
+                                       <string>fit</string>
+                                       <string>fts</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Flexible Image Transport System document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FITS</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>desktop</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Desktop Alias</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>dcm</string>
+                                       <string>DCM</string>
+                                       <string>dicom</string>
+                                       <string>DICOM</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>DICOM Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>DCOM</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+               </array>
+               <key>UTExportedTypeDeclarations</key>
+               <array>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Image</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xcf</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>XCF </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>xcf</string>
+                                               <string>XCF</string>
+                                       </array>
+                                       <key>public.mime-type</key>
+                                       <array>
+                                               <string>image/x-xcf</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                                       <string>public.archive</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xjt</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>XJT </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>xcf.bz2</string>
+                                               <string>XCF.BZ2</string>
+                                               <string>xcfbz2</string>
+                                               <string>XCFBZ2</string>
+                                               <string>xcf.gz</string>
+                                               <string>XCF.GZ</string>
+                                               <string>xcfgz</string>
+                                               <string>XCFGZ</string>
+                                               <string>xjt</string>
+                                               <string>XJT</string>
+                                               <string>xjtgz</string>
+                                               <string>XJTGZ</string>
+                                               <string>xjtbz2</string>
+                                               <string>XJTBZ2</string>
+                                       </array>
+                                       <key>public.mime-type</key>
+                                       <array>
+                                               <string>image/x-compressed-xcf</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Brush</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xbr</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>GBR </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>gbr</string>
+                                               <string>GBR</string>
+                                               <string>gbp</string>
+                                               <string>GBP</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Animated Brush</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.gih</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>GIH </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>gih</string>
+                                               <string>GIH</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Pattern</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.pat</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>PAT </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>pat</string>
+                                               <string>PAT</string>
+                                       </array>
+                               </dict>
+                       </dict>
+               </array>
+       </dict>
 </plist>
diff --git a/build/osx/info-master-python.plist b/build/osx/info-master-python.plist
index 317d7aa..f3ebd91 100644
--- a/build/osx/info-master-python.plist
+++ b/build/osx/info-master-python.plist
@@ -1,1001 +1,74 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
 <plist version="1.0">
-<dict>
-       <key>CFBundleDevelopmentRegion</key>
-       <string>English</string>
-       <key>CFBundleExecutable</key>
-       <string>GIMP</string>
-       <key>CFBundleName</key>
-       <string>GIMP Development Version</string>
-       <key>CFBundleGetInfoString</key>
-       <string>2.9, © 1995-2014 The GIMP Development Team</string>
-       <key>CFBundleIconFile</key>
-       <string>gimp.icns</string>
-       <key>CFBundleIdentifier</key>
-       <string>org.gnome.gimp</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleShortVersionString</key>
-       <string>2.9</string>
-       <key>CFBundleSignature</key>
-       <string>gimp</string>
-       <key>CFBundleVersion</key>
-       <string>2.9</string>
-       <key>NSHumanReadableCopyright</key>
-       <string>© 1995-2013 The GIMP Development Team</string>
-       <key>LSMinimumSystemVersion</key>
-       <string>10.6.0</string>
-       <key>LSMinimumSystemVersionByArchitecture</key>
        <dict>
-               <key>x86_64</key>
+               <key>CFBundleDevelopmentRegion</key>
+               <string>English</string>
+               <key>CFBundleExecutable</key>
+               <string>GIMP</string>
+               <key>CFBundleName</key>
+               <string>GIMP Development Version</string>
+               <key>CFBundleGetInfoString</key>
+               <string>2.9, © 1995-2014 The GIMP Development Team</string>
+               <key>CFBundleIconFile</key>
+               <string>gimp.icns</string>
+               <key>CFBundleIdentifier</key>
+               <string>org.gnome.gimp</string>
+               <key>CFBundleInfoDictionaryVersion</key>
+               <string>6.0</string>
+               <key>CFBundlePackageType</key>
+               <string>APPL</string>
+               <key>CFBundleShortVersionString</key>
+               <string>2.9</string>
+               <key>CFBundleSignature</key>
+               <string>gimp</string>
+               <key>CFBundleVersion</key>
+               <string>2.9</string>
+               <key>NSHumanReadableCopyright</key>
+               <string>© 1995-2013 The GIMP Development Team</string>
+               <key>LSMinimumSystemVersion</key>
                <string>10.6.0</string>
-       </dict>
-       <key>NSHighResolutionCapable</key>
-       <true/>
-       <key>CFBundleDocumentTypes</key>
-       <array>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcf</string>
-                               <string>XCF</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XCF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.xcf</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcfbz2</string>
-                               <string>XCFBZ2</string>
-                               <string>xcfgz</string>
-                               <string>XCFGZ</string>
-                               <string>xjt</string>
-                               <string>XJT</string>
-                               <string>xjtgz</string>
-                               <string>XJTGZ</string>
-                               <string>xjtbz2</string>
-                               <string>XJTBZ2</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-compressed-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XJT </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.xjt</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xcf.bz2</string>
-                               <string>XCF.BZ2</string>
-                               <string>xcf.gz</string>
-                               <string>XCF.GZ</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/x-compressed-xcf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gbr</string>
-                               <string>GBR</string>
-                               <string>gbp</string>
-                               <string>GBP</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Brush</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GBR </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.gbr</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gih</string>
-                               <string>GIH</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Animated Brush</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GIH </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.gih</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pat</string>
-                               <string>PAT</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Gimp Pattern</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PAT </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>org.gimp.pat</string>
-                       </array>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pdf</string>
-                               <string>PDF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/pdf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPDFPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PDF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.adobe.pdf</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ai</string>
-                               <string>AI</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/pdf</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPDFPboardType</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ps</string>
-                               <string>PS</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/postscript</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>PostScript document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>epi</string>
-                               <string>EPI</string>
-                               <string>eps</string>
-                               <string>EPS</string>
-                               <string>epsf</string>
-                               <string>EPSF</string>
-                               <string>epsi</string>
-                               <string>EPSI</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>application/postscript</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>PostScript document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVPDFDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>tiff</string>
-                               <string>TIFF</string>
-                               <string>tif</string>
-                               <string>TIF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/tiff</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSTIFFPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>TIFF</string>
-                               <string>****</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.tiff</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>CRW</string>
-                               <string>crw</string>
-                               <string>CR2</string>
-                               <string>cr2</string>
-                               <string>NEF</string>
-                               <string>nef</string>
-                               <string>RAF</string>
-                               <string>raf</string>
-                               <string>ORF</string>
-                               <string>orf</string>
-                               <string>MRW</string>
-                               <string>mrw</string>
-                               <string>SRF</string>
-                               <string>srf</string>
-                               <string>DCR</string>
-                               <string>dcr</string>
-                               <string>ARW</string>
-                               <string>arw</string>
-                               <string>PEF</string>
-                               <string>pef</string>
-                               <string>RAW</string>
-                               <string>raw</string>
-                               <string>MOS</string>
-                               <string>mos</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/raw</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Camera Raw</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>CRW </string>
-                               <string>CR2 </string>
-                               <string>NEF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>DNG</string>
-                               <string>dng</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/raw</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Camera Raw</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>DNG </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>XBM</string>
-                               <string>xbm</string>
-                               <string>icon</string>
-                               <string>ICON</string>
-                               <string>bitmap</string>
-                               <string>BITMAP</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>XBM</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XBM </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>bmp</string>
-                               <string>BMP</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Bitmap Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>BMP </string>
-                               <string>BMPf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.microsoft.bmp</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>gif</string>
-                               <string>GIF</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/gif</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Graphics Interchange Format Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>GIFf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.compuserve.gif</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>ico</string>
-                               <string>ICO</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Icon Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.microsoft.ico</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jpg</string>
-                               <string>JPG</string>
-                               <string>jpeg</string>
-                               <string>JPEG</string>
-                               <string>jpe</string>
-                               <string>JPE</string>
-                               <string>thm</string>
-                               <string>THM</string>
-                               <string>*</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/jpeg</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>JPEG Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>JPEG</string>
-                               <string>????</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.jpeg</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pict</string>
-                               <string>PICT</string>
-                               <string>pct</string>
-                               <string>PCT</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>NSPICTPboardType</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PICT</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.apple.pict</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>png</string>
-                               <string>PNG</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/png</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Portable Network Graphics Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PNGf</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.png</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>tga</string>
-                               <string>TGA</string>
-                               <string>vda</string>
-                               <string>VDA</string>
-                               <string>icb</string>
-                               <string>ICB</string>
-                               <string>vst</string>
-                               <string>VST</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Targa Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>TPIC</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.truevision.tga-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>sgi</string>
-                               <string>SGI</string>
-                               <string>rgb</string>
-                               <string>RGB</string>
-                               <string>bw</string>
-                               <string>BW</string>
-                               <string>icon</string>
-                               <string>ICON</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Silicon Graphics Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>.SGI</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.sgi.sgi-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>psd</string>
-                               <string>PSD</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Adobe Photoshop Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>8BPS</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <false/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.adobe.photoshop-image</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>icns</string>
-                               <string>ICNS</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>Apple Icon Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.apple.icns</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>jp2</string>
-                               <string>JP2</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>JPEG 2000 Image</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-                       <key>LSIsAppleDefaultForType</key>
-                       <true/>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>public.jpeg-2000</string>
-                       </array>
-                       <key>NSDocumentClass</key>
-                       <string>PVDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>svg</string>
-                       </array>
-                       <key>CFBundleTypeMIMETypes</key>
-                       <array>
-                               <string>image/svg+xml</string>
-                       </array>
-                       <key>CFBundleTypeName</key>
-                       <string>SVG document</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Viewer</string>
-                       <key>NSDocumentClass</key>
-                       <string>BrowserDocument</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>sun</string>
-                               <string>sr</string>
-                               <string>im1</string>
-                               <string>im8</string>
-                               <string>im24</string>
-                               <string>im32</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Sun Rasterfile document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>SUNn</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fli</string>
-                               <string>flc</string>
-                               <string>flh</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>FLI/FLC/FLH document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FLI </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xwd</string>
-                               <string>x10</string>
-                               <string>x11</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>X/Windows Dump document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XWDd</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>wmf</string>
-                               <string>apm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Windows Metafile document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>WMF </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pix</string>
-                               <string>mask</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>ALIAS pix document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>APIX</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pnm</string>
-                               <string>pbm</string>
-                               <string>pgm</string>
-                               <string>ppm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Portable Bitmap document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PPGM</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>psp</string>
-                               <string>tub</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Paintshop Pro document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>.PSP</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>pcx</string>
-                               <string>pcc</string>
-                               <string>scr</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Paintbrush document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>PCXx</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
+               <key>LSMinimumSystemVersionByArchitecture</key>
                <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fax</string>
-                               <string>g3</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>CCITT3 native fax document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FAX3</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
+                       <key>x86_64</key>
+                       <string>10.6.0</string>
                </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>xpm</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>XPM (ASCII Bitmap) document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>XPM </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>cel</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>KISS CEL document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>CEL </string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>fits</string>
-                               <string>fit</string>
-                               <string>fts</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Flexible Image Transport System document</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>FITS</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>desktop</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>Desktop Alias</string>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-               <dict>
-                       <key>CFBundleTypeExtensions</key>
-                       <array>
-                               <string>dcm</string>
-                               <string>DCM</string>
-                               <string>dicom</string>
-                               <string>DICOM</string>
-                       </array>
-                       <key>CFBundleTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>CFBundleTypeName</key>
-                       <string>DICOM Image</string>
-                       <key>CFBundleTypeOSTypes</key>
-                       <array>
-                               <string>DCOM</string>
-                       </array>
-                       <key>CFBundleTypeRole</key>
-                       <string>Editor</string>
-               </dict>
-       </array>
-       <key>UTExportedTypeDeclarations</key>
-       <array>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Image</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xcf</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
+               <key>NSHighResolutionCapable</key>
+               <true />
+               <key>CFBundleDocumentTypes</key>
+               <array>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>XCF </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>xcf</string>
                                        <string>XCF</string>
                                </array>
-                               <key>public.mime-type</key>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
                                <array>
                                        <string>image/x-xcf</string>
                                </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XCF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.xcf</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                               <string>public.archive</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Compressed Image</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xjt</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>XJT </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
-                                       <string>xcf.bz2</string>
-                                       <string>XCF.BZ2</string>
                                        <string>xcfbz2</string>
                                        <string>XCFBZ2</string>
-                                       <string>xcf.gz</string>
-                                       <string>XCF.GZ</string>
                                        <string>xcfgz</string>
                                        <string>XCFGZ</string>
                                        <string>xjt</string>
@@ -1005,89 +78,1016 @@
                                        <string>xjtbz2</string>
                                        <string>XJTBZ2</string>
                                </array>
-                               <key>public.mime-type</key>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/x-compressed-xcf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XJT </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.xjt</string>
+                               </array>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xcf.bz2</string>
+                                       <string>XCF.BZ2</string>
+                                       <string>xcf.gz</string>
+                                       <string>XCF.GZ</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeMIMETypes</key>
                                <array>
                                        <string>image/x-compressed-xcf</string>
                                </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Brush</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.xbr</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>GBR </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>gbr</string>
                                        <string>GBR</string>
                                        <string>gbp</string>
                                        <string>GBP</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Brush</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GBR </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.gbr</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Animated Brush</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.gih</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>GIH </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>gih</string>
                                        <string>GIH</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Animated Brush</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GIH </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.gih</string>
+                               </array>
                        </dict>
-               </dict>
-               <dict>
-                       <key>UTTypeConformsTo</key>
-                       <array>
-                               <string>public.data</string>
-                               <string>public.image</string>
-                       </array>
-                       <key>UTTypeDescription</key>
-                       <string>Gimp Pattern</string>
-                       <key>UTTypeIconFile</key>
-                       <string>xcf.icns</string>
-                       <key>UTTypeIdentifier</key>
-                       <string>org.gimp.pat</string>
-                       <key>UTTypeReferenceURL</key>
-                       <string>http://www.gimp.org/</string>
-                       <key>UTTypeTagSpecification</key>
                        <dict>
-                               <key>com.apple.ostype</key>
-                               <string>PAT </string>
-                               <key>public.filename-extension</key>
+                               <key>CFBundleTypeExtensions</key>
                                <array>
                                        <string>pat</string>
                                        <string>PAT</string>
                                </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Gimp Pattern</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PAT </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>org.gimp.pat</string>
+                               </array>
                        </dict>
-               </dict>
-       </array>
-</dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pdf</string>
+                                       <string>PDF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/pdf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPDFPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PDF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.adobe.pdf</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ai</string>
+                                       <string>AI</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/pdf</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPDFPboardType</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ps</string>
+                                       <string>PS</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/postscript</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>PostScript document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>epi</string>
+                                       <string>EPI</string>
+                                       <string>eps</string>
+                                       <string>EPS</string>
+                                       <string>epsf</string>
+                                       <string>EPSF</string>
+                                       <string>epsi</string>
+                                       <string>EPSI</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>application/postscript</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>PostScript document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVPDFDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>tiff</string>
+                                       <string>TIFF</string>
+                                       <string>tif</string>
+                                       <string>TIF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/tiff</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSTIFFPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>TIFF</string>
+                                       <string>****</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.tiff</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>CRW</string>
+                                       <string>crw</string>
+                                       <string>CR2</string>
+                                       <string>cr2</string>
+                                       <string>NEF</string>
+                                       <string>nef</string>
+                                       <string>RAF</string>
+                                       <string>raf</string>
+                                       <string>ORF</string>
+                                       <string>orf</string>
+                                       <string>MRW</string>
+                                       <string>mrw</string>
+                                       <string>SRF</string>
+                                       <string>srf</string>
+                                       <string>DCR</string>
+                                       <string>dcr</string>
+                                       <string>ARW</string>
+                                       <string>arw</string>
+                                       <string>PEF</string>
+                                       <string>pef</string>
+                                       <string>RAW</string>
+                                       <string>raw</string>
+                                       <string>MOS</string>
+                                       <string>mos</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/raw</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Camera Raw</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>CRW </string>
+                                       <string>CR2 </string>
+                                       <string>NEF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>DNG</string>
+                                       <string>dng</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/raw</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Camera Raw</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>DNG </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>XBM</string>
+                                       <string>xbm</string>
+                                       <string>icon</string>
+                                       <string>ICON</string>
+                                       <string>bitmap</string>
+                                       <string>BITMAP</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>XBM</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XBM </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>bmp</string>
+                                       <string>BMP</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Bitmap Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>BMP </string>
+                                       <string>BMPf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.microsoft.bmp</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>gif</string>
+                                       <string>GIF</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/gif</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Graphics Interchange Format Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>GIFf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.compuserve.gif</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>ico</string>
+                                       <string>ICO</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Icon Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.microsoft.ico</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>jpg</string>
+                                       <string>JPG</string>
+                                       <string>jpeg</string>
+                                       <string>JPEG</string>
+                                       <string>jpe</string>
+                                       <string>JPE</string>
+                                       <string>thm</string>
+                                       <string>THM</string>
+                                       <string>*</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/jpeg</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>JPEG Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>JPEG</string>
+                                       <string>????</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.jpeg</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pict</string>
+                                       <string>PICT</string>
+                                       <string>pct</string>
+                                       <string>PCT</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>NSPICTPboardType</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PICT</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.apple.pict</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>png</string>
+                                       <string>PNG</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/png</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Portable Network Graphics Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PNGf</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.png</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>tga</string>
+                                       <string>TGA</string>
+                                       <string>vda</string>
+                                       <string>VDA</string>
+                                       <string>icb</string>
+                                       <string>ICB</string>
+                                       <string>vst</string>
+                                       <string>VST</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Targa Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>TPIC</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.truevision.tga-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>sgi</string>
+                                       <string>SGI</string>
+                                       <string>rgb</string>
+                                       <string>RGB</string>
+                                       <string>bw</string>
+                                       <string>BW</string>
+                                       <string>icon</string>
+                                       <string>ICON</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Silicon Graphics Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>.SGI</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.sgi.sgi-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>psd</string>
+                                       <string>PSD</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Adobe Photoshop Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>8BPS</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <false />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.adobe.photoshop-image</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>icns</string>
+                                       <string>ICNS</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>Apple Icon Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>com.apple.icns</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>jp2</string>
+                                       <string>JP2</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>JPEG 2000 Image</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                               <key>LSIsAppleDefaultForType</key>
+                               <true />
+                               <key>LSItemContentTypes</key>
+                               <array>
+                                       <string>public.jpeg-2000</string>
+                               </array>
+                               <key>NSDocumentClass</key>
+                               <string>PVDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>svg</string>
+                               </array>
+                               <key>CFBundleTypeMIMETypes</key>
+                               <array>
+                                       <string>image/svg+xml</string>
+                               </array>
+                               <key>CFBundleTypeName</key>
+                               <string>SVG document</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Viewer</string>
+                               <key>NSDocumentClass</key>
+                               <string>BrowserDocument</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>sun</string>
+                                       <string>sr</string>
+                                       <string>im1</string>
+                                       <string>im8</string>
+                                       <string>im24</string>
+                                       <string>im32</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Sun Rasterfile document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>SUNn</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fli</string>
+                                       <string>flc</string>
+                                       <string>flh</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>FLI/FLC/FLH document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FLI </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xwd</string>
+                                       <string>x10</string>
+                                       <string>x11</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>X/Windows Dump document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XWDd</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>wmf</string>
+                                       <string>apm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Windows Metafile document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>WMF </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pix</string>
+                                       <string>mask</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>ALIAS pix document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>APIX</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pnm</string>
+                                       <string>pbm</string>
+                                       <string>pgm</string>
+                                       <string>ppm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Portable Bitmap document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PPGM</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>psp</string>
+                                       <string>tub</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Paintshop Pro document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>.PSP</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>pcx</string>
+                                       <string>pcc</string>
+                                       <string>scr</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Paintbrush document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>PCXx</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fax</string>
+                                       <string>g3</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>CCITT3 native fax document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FAX3</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>xpm</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>XPM (ASCII Bitmap) document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>XPM </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>cel</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>KISS CEL document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>CEL </string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>fits</string>
+                                       <string>fit</string>
+                                       <string>fts</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Flexible Image Transport System document</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>FITS</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>desktop</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>Desktop Alias</string>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+                       <dict>
+                               <key>CFBundleTypeExtensions</key>
+                               <array>
+                                       <string>dcm</string>
+                                       <string>DCM</string>
+                                       <string>dicom</string>
+                                       <string>DICOM</string>
+                               </array>
+                               <key>CFBundleTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>CFBundleTypeName</key>
+                               <string>DICOM Image</string>
+                               <key>CFBundleTypeOSTypes</key>
+                               <array>
+                                       <string>DCOM</string>
+                               </array>
+                               <key>CFBundleTypeRole</key>
+                               <string>Editor</string>
+                       </dict>
+               </array>
+               <key>UTExportedTypeDeclarations</key>
+               <array>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Image</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xcf</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>XCF </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>xcf</string>
+                                               <string>XCF</string>
+                                       </array>
+                                       <key>public.mime-type</key>
+                                       <array>
+                                               <string>image/x-xcf</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                                       <string>public.archive</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Compressed Image</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xjt</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>XJT </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>xcf.bz2</string>
+                                               <string>XCF.BZ2</string>
+                                               <string>xcfbz2</string>
+                                               <string>XCFBZ2</string>
+                                               <string>xcf.gz</string>
+                                               <string>XCF.GZ</string>
+                                               <string>xcfgz</string>
+                                               <string>XCFGZ</string>
+                                               <string>xjt</string>
+                                               <string>XJT</string>
+                                               <string>xjtgz</string>
+                                               <string>XJTGZ</string>
+                                               <string>xjtbz2</string>
+                                               <string>XJTBZ2</string>
+                                       </array>
+                                       <key>public.mime-type</key>
+                                       <array>
+                                               <string>image/x-compressed-xcf</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Brush</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.xbr</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>GBR </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>gbr</string>
+                                               <string>GBR</string>
+                                               <string>gbp</string>
+                                               <string>GBP</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Animated Brush</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.gih</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>GIH </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>gih</string>
+                                               <string>GIH</string>
+                                       </array>
+                               </dict>
+                       </dict>
+                       <dict>
+                               <key>UTTypeConformsTo</key>
+                               <array>
+                                       <string>public.data</string>
+                                       <string>public.image</string>
+                               </array>
+                               <key>UTTypeDescription</key>
+                               <string>Gimp Pattern</string>
+                               <key>UTTypeIconFile</key>
+                               <string>xcf.icns</string>
+                               <key>UTTypeIdentifier</key>
+                               <string>org.gimp.pat</string>
+                               <key>UTTypeReferenceURL</key>
+                               <string>http://www.gimp.org/</string>
+                               <key>UTTypeTagSpecification</key>
+                               <dict>
+                                       <key>com.apple.ostype</key>
+                                       <string>PAT </string>
+                                       <key>public.filename-extension</key>
+                                       <array>
+                                               <string>pat</string>
+                                               <string>PAT</string>
+                                       </array>
+                               </dict>
+                       </dict>
+               </array>
+       </dict>
 </plist>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]