App should now be built in Mac OS
authorPete Fotheringham <pete.fotheringham@codethink.co.uk>
Fri, 30 Dec 2011 11:21:51 +0000 (11:21 +0000)
committerPete Fotheringham <pete.fotheringham@codethink.co.uk>
Fri, 30 Dec 2011 11:21:51 +0000 (11:21 +0000)
47 files changed:
Makefile.am
mac/moonshot-ui.app/Contents/Info.plist [deleted file]
mac/moonshot-ui.app/Contents/MacOS/moonshot-ui [deleted file]
mac/moonshot-ui.app/Contents/MacOS/moonshot-ui-bin [deleted file]
mac/moonshot-ui.app/Contents/PkgInfo [deleted file]
mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gdk-pixbuf.loaders [deleted file]
mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtk.immodules [deleted file]
mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtkrc [deleted file]
mac/moonshot-ui.app/Contents/Resources/etc/pango/pango.modules [deleted file]
mac/moonshot-ui.app/Contents/Resources/etc/pango/pangorc [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/charset.alias [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libglide.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libhcengine.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libindustrial.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libmist.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libpixmap.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libredmond95.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libthinice.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libferret.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libgail.so [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libatk-1.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libcairo.2.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libexpat.1.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libfontconfig.1.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libfreetype.6.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgailutil.18.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgee.2.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgio-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libglib-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgmodule-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgobject-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgthread-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libiconv.2.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libintl.8.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libpango-1.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libpixman-1.0.dylib [deleted file]
mac/moonshot-ui.app/Contents/Resources/lib/libpng14.14.dylib [deleted file]

index 485979d..c3bd5df 100644 (file)
@@ -226,11 +226,14 @@ if  OS_MACOS
 
 icons:
        mkdir -p share/icons
-       cp src/mac/icons/process-stop.png share/icons
-       cp src/mac/icons/edit-find.png share/icons
-       cp src/mac/icons/avatar-default.png share/icons
+       cp mac/icons/process-stop.png share/icons
+       cp mac/icons/edit-find.png share/icons
+       cp mac/icons/avatar-default.png share/icons
        
 
 ## Installer
+install-exec-local:
+       gtk-mac-bundler ./mac/moonshot-ui.bundle
+
 
 endif
diff --git a/mac/moonshot-ui.app/Contents/Info.plist b/mac/moonshot-ui.app/Contents/Info.plist
deleted file mode 100644 (file)
index 445cb80..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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>moonshot-ui</string>
-       <key>CFBundleGetInfoString</key>
-       <string>0.3, Copyright 2006-2007 Imendio AB</string>
-       <key>CFBundleIconFile</key>
-       <string>Giggle.icns</string>
-       <key>CFBundleIdentifier</key>
-       <string>com.imendio.Giggle</string>
-       <key>CFBundleInfoDictionaryVersion</key>
-       <string>6.0</string>
-       <key>CFBundlePackageType</key>
-       <string>APPL</string>
-       <key>CFBundleShortVersionString</key>
-       <string>0.3</string>
-       <key>CFBundleSignature</key>
-       <string>????</string>
-       <key>CFBundleVersion</key>
-       <string>0.3</string>
-       <key>NSHumanReadableCopyright</key>
-       <string>Copyright 2006-2007 Imendio AB, GNU General Public License.</string>
-       <key>LSMinimumSystemVersion</key>
-       <string>10.4</string>
-</dict>
-</plist>
diff --git a/mac/moonshot-ui.app/Contents/MacOS/moonshot-ui b/mac/moonshot-ui.app/Contents/MacOS/moonshot-ui
deleted file mode 100755 (executable)
index d92f9e5..0000000
+++ /dev/null
@@ -1,168 +0,0 @@
-#!/bin/sh
-
-if test "x$GTK_DEBUG_LAUNCHER" != x; then
-    set -x
-fi
-
-if test "x$GTK_DEBUG_GDB" != x; then
-    EXEC="gdb --args"
-else
-    EXEC=exec
-fi
-
-name=`basename "$0"`
-tmp="$0"
-tmp=`dirname "$tmp"`
-tmp=`dirname "$tmp"`
-bundle=`dirname "$tmp"`
-bundle_contents="$bundle"/Contents
-bundle_res="$bundle_contents"/Resources
-bundle_lib="$bundle_res"/lib
-bundle_bin="$bundle_res"/bin
-bundle_data="$bundle_res"/share
-bundle_etc="$bundle_res"/etc
-
-export DYLD_LIBRARY_PATH="$bundle_lib"
-export XDG_CONFIG_DIRS="$bundle_etc"/xdg
-export XDG_DATA_DIRS="$bundle_data"
-export GTK_DATA_PREFIX="$bundle_res"
-export GTK_EXE_PREFIX="$bundle_res"
-export GTK_PATH="$bundle_res"
-
-export GTK2_RC_FILES="$bundle_etc/gtk-2.0/gtkrc"
-export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
-export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
-export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
-
-APP=name
-I18NDIR="$bundle_data/locale"
-# Set the locale-related variables appropriately:
-unset LANG LC_MESSAGES LC_MONETARY LC_COLLATE
-
-# Has a language ordering been set?
-# If so, set LC_MESSAGES and LANG accordingly; otherwise skip it.
-# First step uses sed to clean off the quotes and commas, to change - to _, and change the names for the chinese scripts from "Hans" to CN and "Hant" to TW.
-APPLELANGUAGES=`defaults read .GlobalPreferences AppleLanguages | sed -En   -e 's/\-/_/' -e 's/Hant/TW/' -e 's/Hans/CN/' -e 's/[[:space:]]*\"?([[:alnum:]_]+)\"?,?/\1/p' `
-if test "$APPLELANGUAGES"; then
-    # A language ordering exists.
-    # Test, item per item, to see whether there is an corresponding locale.
-    for L in $APPLELANGUAGES; do
-       #test for exact matches:
-       if test -f "$I18NDIR/${L}/LC_MESSAGES/$APP.mo"; then
-           export LANG=$L
-            break
-        fi
-       #This is a special case, because often the original strings are in US
-       #English and there is no translation file.
-       if test "x$L" == "xen_US"; then
-           export LANG=$L
-           break
-       fi
-       #OK, now test for just the first two letters:
-        if test -f "$I18NDIR/${L:0:2}/LC_MESSAGES/$APP.mo"; then
-           export LANG=${L:0:2}
-           break
-       fi
-       #Same thing, but checking for any english variant.
-       if test "x${L:0:2}" == "xen"; then
-           export LANG=$L
-           break
-       fi;
-    done  
-fi
-unset APPLELANGUAGES L
-
-# If we didn't get a language from the language list, try the Collation preference, in case it's the only setting that exists.
-APPLECOLLATION=`defaults read .GlobalPreferences AppleCollationOrder`
-if test -z ${LANG} -a -n $APPLECOLLATION; then
-    if test -f "$I18NDIR/${APPLECOLLATION:0:2}/LC_MESSAGES/$APP.mo"; then
-       export LANG=${APPLECOLLATION:0:2}
-    fi
-fi
-if test ! -z $APPLECOLLATION; then
-    export LC_COLLATE=$APPLECOLLATION
-fi
-unset APPLECOLLATION
-
-# Continue by attempting to find the Locale preference.
-APPLELOCALE=`defaults read .GlobalPreferences AppleLocale`
-
-if test -f "$I18NDIR/${APPLELOCALE:0:5}/LC_MESSAGES/$APP.mo"; then
-    if test -z $LANG; then 
-        export LANG="${APPLELOCALE:0:5}"
-    fi
-
-elif test -z $LANG -a -f "$I18NDIR/${APPLELOCALE:0:2}/LC_MESSAGES/$APP.mo"; then
-    export LANG="${APPLELOCALE:0:2}"
-fi
-
-#Next we need to set LC_MESSAGES. If at all possilbe, we want a full
-#5-character locale to avoid the "Locale not supported by C library"
-#warning from Gtk -- even though Gtk will translate with a
-#two-character code.
-if test -n $LANG; then 
-#If the language code matches the applelocale, then that's the message
-#locale; otherwise, if it's longer than two characters, then it's
-#probably a good message locale and we'll go with it.
-    if test $LANG == ${APPLELOCALE:0:5} -o $LANG != ${LANG:0:2}; then
-       export LC_MESSAGES=$LANG
-#Next try if the Applelocale is longer than 2 chars and the language
-#bit matches $LANG
-    elif test $LANG == ${APPLELOCALE:0:2} -a $APPLELOCALE > ${APPLELOCALE:0:2}; then
-       export LC_MESSAGES=${APPLELOCALE:0:5}
-#Fail. Get a list of the locales in $PREFIX/share/locale that match
-#our two letter language code and pick the first one, special casing
-#english to set en_US
-    elif test $LANG == "en"; then
-       export LC_MESSAGES="en_US"
-    else
-       LOC=`find $PREFIX/share/locale -name $LANG???`
-       for L in $LOC; do 
-           export LC_MESSAGES=$L
-       done
-    fi
-else
-#All efforts have failed, so default to US english
-    export LANG="en_US"
-    export LC_MESSAGES="en_US"
-fi
-CURRENCY=`echo $APPLELOCALE |  sed -En 's/.*currency=([[:alpha:]]+).*/\1/p'`
-if test "x$CURRENCY" != "x"; then 
-#The user has set a special currency. Gtk doesn't install LC_MONETARY files, but Apple does in /usr/share/locale, so we're going to look there for a locale to set LC_CURRENCY to.
-    if test -f /usr/local/share/$LC_MESSAGES/LC_MONETARY; then
-       if test -a `cat /usr/local/share/$LC_MESSAGES/LC_MONETARY` == $CURRENCY; then
-           export LC_MONETARY=$LC_MESSAGES
-       fi
-    fi
-    if test -z "$LC_MONETARY"; then 
-       FILES=`find /usr/share/locale -name LC_MONETARY -exec grep -H $CURRENCY {} \;`
-       if test -n "$FILES"; then 
-           export LC_MONETARY=`echo $FILES | sed -En 's%/usr/share/locale/([[:alpha:]_]+)/LC_MONETARY.*%\1%p'`
-       fi
-    fi
-fi
-#No currency value means that the AppleLocale governs:
-if test -z "$LC_MONETARY"; then
-    LC_MONETARY=${APPLELOCALE:0:5}
-fi
-#For Gtk, which only looks at LC_ALL:
-export LC_ALL=$LC_MESSAGES
-
-unset APPLELOCALE FILES LOC
-
-if test -f "$bundle_lib/charset.alias"; then
-    export CHARSETALIASDIR="$bundle_lib"
-fi
-
-# Extra arguments can be added in environment.sh.
-EXTRA_ARGS=
-if test -f "$bundle_res/environment.sh"; then
-  source "$bundle_res/environment.sh"
-fi
-
-# Strip out the argument added by the OS.
-if /bin/expr "x$1" : '^x-psn_' > /dev/null; then
-    shift 1
-fi
-
-$EXEC "$bundle_contents/MacOS/$name-bin" "$@" $EXTRA_ARGS
diff --git a/mac/moonshot-ui.app/Contents/MacOS/moonshot-ui-bin b/mac/moonshot-ui.app/Contents/MacOS/moonshot-ui-bin
deleted file mode 100755 (executable)
index 6c34a3e..0000000
Binary files a/mac/moonshot-ui.app/Contents/MacOS/moonshot-ui-bin and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/PkgInfo b/mac/moonshot-ui.app/Contents/PkgInfo
deleted file mode 100644 (file)
index bd04210..0000000
+++ /dev/null
@@ -1 +0,0 @@
-APPL????
\ No newline at end of file
diff --git a/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gdk-pixbuf.loaders b/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gdk-pixbuf.loaders
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtk.immodules b/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtk.immodules
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtkrc b/mac/moonshot-ui.app/Contents/Resources/etc/gtk-2.0/gtkrc
deleted file mode 100644 (file)
index ba5477c..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-gtk-icon-theme-name = "Tango"
-gtk-enable-mnemonics = 0
diff --git a/mac/moonshot-ui.app/Contents/Resources/etc/pango/pango.modules b/mac/moonshot-ui.app/Contents/Resources/etc/pango/pango.modules
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/mac/moonshot-ui.app/Contents/Resources/etc/pango/pangorc b/mac/moonshot-ui.app/Contents/Resources/etc/pango/pangorc
deleted file mode 100644 (file)
index bb1a813..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[Pango]
-ModuleFiles=./pango.modules
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/charset.alias b/mac/moonshot-ui.app/Contents/Resources/lib/charset.alias
deleted file mode 100644 (file)
index 9977a17..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# This file contains a table of character encoding aliases,
-# suitable for operating system 'darwin10.8.0'.
-# It was automatically generated from config.charset.
-# Packages using this file:  gettext-runtime gettext-tools m4 glib 
-ISO8859-1 ISO-8859-1
-ISO8859-2 ISO-8859-2
-ISO8859-4 ISO-8859-4
-ISO8859-5 ISO-8859-5
-ISO8859-7 ISO-8859-7
-ISO8859-9 ISO-8859-9
-ISO8859-13 ISO-8859-13
-ISO8859-15 ISO-8859-15
-KOI8-R KOI8-R
-KOI8-U KOI8-U
-CP866 CP866
-CP949 CP949
-CP1131 CP1131
-CP1251 CP1251
-eucCN GB2312
-GB2312 GB2312
-eucJP EUC-JP
-eucKR EUC-KR
-Big5 BIG5
-Big5HKSCS BIG5-HKSCS
-GBK GBK
-GB18030 GB18030
-SJIS SHIFT_JIS
-ARMSCII-8 ARMSCII-8
-PT154 PT154
-* UTF-8
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so
deleted file mode 100755 (executable)
index 110c2cf..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libclearlooks.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so
deleted file mode 100755 (executable)
index 127dfe4..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libcrux-engine.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libglide.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libglide.so
deleted file mode 100755 (executable)
index 8513422..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libglide.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libhcengine.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libhcengine.so
deleted file mode 100755 (executable)
index 968057a..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libhcengine.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libindustrial.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libindustrial.so
deleted file mode 100755 (executable)
index 98448a5..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libindustrial.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libmist.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libmist.so
deleted file mode 100755 (executable)
index d8b0327..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libmist.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libpixmap.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libpixmap.so
deleted file mode 100755 (executable)
index 3b49826..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libpixmap.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libredmond95.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libredmond95.so
deleted file mode 100755 (executable)
index 79bc936..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libredmond95.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libthinice.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libthinice.so
deleted file mode 100755 (executable)
index e528d06..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/engines/libthinice.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so
deleted file mode 100755 (executable)
index 2b7f679..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-cups.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so
deleted file mode 100755 (executable)
index 069fc4e..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-file.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so
deleted file mode 100755 (executable)
index 2b02121..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/2.10.0/printbackends/libprintbackend-lpr.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libferret.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libferret.so
deleted file mode 100755 (executable)
index f937f0e..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libferret.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libgail.so b/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libgail.so
deleted file mode 100755 (executable)
index 6795ed1..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/gtk-2.0/modules/libgail.so and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libatk-1.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libatk-1.0.0.dylib
deleted file mode 100755 (executable)
index b842b2a..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libatk-1.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libcairo.2.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libcairo.2.dylib
deleted file mode 100755 (executable)
index 34316be..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libcairo.2.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libexpat.1.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libexpat.1.dylib
deleted file mode 100755 (executable)
index c760324..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libexpat.1.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libfontconfig.1.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libfontconfig.1.dylib
deleted file mode 100755 (executable)
index c8f4c7d..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libfontconfig.1.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libfreetype.6.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libfreetype.6.dylib
deleted file mode 100755 (executable)
index e486e57..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libfreetype.6.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgailutil.18.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgailutil.18.dylib
deleted file mode 100755 (executable)
index 03d9bd1..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgailutil.18.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib
deleted file mode 100755 (executable)
index 69f0934..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib
deleted file mode 100755 (executable)
index 076dfb2..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgdk_pixbuf-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgee.2.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgee.2.dylib
deleted file mode 100755 (executable)
index 1f25135..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgee.2.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgio-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgio-2.0.0.dylib
deleted file mode 100755 (executable)
index 042c4d3..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgio-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libglib-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libglib-2.0.0.dylib
deleted file mode 100755 (executable)
index 8c51750..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libglib-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgmodule-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgmodule-2.0.0.dylib
deleted file mode 100755 (executable)
index 6e8725c..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgmodule-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgobject-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgobject-2.0.0.dylib
deleted file mode 100755 (executable)
index f39234b..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgobject-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgthread-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgthread-2.0.0.dylib
deleted file mode 100755 (executable)
index c5dfa61..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgthread-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib
deleted file mode 100755 (executable)
index 04ba58f..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libiconv.2.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libiconv.2.dylib
deleted file mode 100644 (file)
index a71e734..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libiconv.2.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libintl.8.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libintl.8.dylib
deleted file mode 100644 (file)
index 43c1ae8..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libintl.8.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libpango-1.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libpango-1.0.0.dylib
deleted file mode 100755 (executable)
index 6fc0679..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libpango-1.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib
deleted file mode 100755 (executable)
index 3e69685..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libpangocairo-1.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib
deleted file mode 100755 (executable)
index cdcdadc..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libpangoft2-1.0.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libpixman-1.0.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libpixman-1.0.dylib
deleted file mode 100755 (executable)
index 53e690c..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libpixman-1.0.dylib and /dev/null differ
diff --git a/mac/moonshot-ui.app/Contents/Resources/lib/libpng14.14.dylib b/mac/moonshot-ui.app/Contents/Resources/lib/libpng14.14.dylib
deleted file mode 100755 (executable)
index 1124c2f..0000000
Binary files a/mac/moonshot-ui.app/Contents/Resources/lib/libpng14.14.dylib and /dev/null differ