<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ExpoBrain &#187; mac os x</title>
	<atom:link href="http://www.expobrain.net/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.expobrain.net</link>
	<description></description>
	<lastBuildDate>Sat, 07 Jan 2012 11:45:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>The Lion&#8217;s upgrade journey</title>
		<link>http://www.expobrain.net/2011/08/07/the-lions-upgrade-journey/</link>
		<comments>http://www.expobrain.net/2011/08/07/the-lions-upgrade-journey/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 14:35:58 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[lion]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[snow leopard]]></category>
		<category><![CDATA[time machine]]></category>
		<category><![CDATA[transmac]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=685</guid>
		<description><![CDATA[With the new Mac OS X Lion out since a week I decided to upgrade my Mac Book Pro but at that time I didn&#8217;t know it will be a little long journey. Prologue As a good Apple customer I purchased a my copy of Mac OS X Lion from the App Store and waited [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2011/08/07/the-lions-upgrade-journey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experiment Necessitas: Qt apps on Android</title>
		<link>http://www.expobrain.net/2011/06/24/experiment-necessitas-qt-apps-on-android/</link>
		<comments>http://www.expobrain.net/2011/06/24/experiment-necessitas-qt-apps-on-android/#comments</comments>
		<pubDate>Thu, 23 Jun 2011 23:26:11 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[necessitas]]></category>
		<category><![CDATA[qt]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=637</guid>
		<description><![CDATA[Some weeks ago I read about the Necessitas project on the Qt Labs Blog which let you able to run Qt application on the Android platform. It was very interesting and now I&#8217;m going to try it. My test environment is my Mac Book Pro with Snow Leopard. Unfortunately the installation of Necessitas on Mac [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2011/06/24/experiment-necessitas-qt-apps-on-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile PySide under Mac OS X</title>
		<link>http://www.expobrain.net/2011/03/06/compile-pyside-under-mac-os-x/</link>
		<comments>http://www.expobrain.net/2011/03/06/compile-pyside-under-mac-os-x/#comments</comments>
		<pubDate>Sun, 06 Mar 2011 18:01:08 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[pyside]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=605</guid>
		<description><![CDATA[How to setup and compile the latest source code of PySide under Mac OS X Prerequisites Before starting to download and compile, PySide sources you must have some things installed on your system: XCode Python for Mac OS X. In this how-to I will use the 64-bit version Qt toolkit Git The primer PySide has [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2011/03/06/compile-pyside-under-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWIG tutorial for Mac OS X</title>
		<link>http://www.expobrain.net/2011/01/23/swig-tutorial-for-mac-os-x/</link>
		<comments>http://www.expobrain.net/2011/01/23/swig-tutorial-for-mac-os-x/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 22:28:12 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[swig]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=571</guid>
		<description><![CDATA[In this post I&#8217;ll show an updated version of the SWIG tutorial to build a Python module on top of a C library which works under Mac OS X. My test environment: Mac OS X 10.6.6 Python 2.7.1 32bit SWIG 2.0.1 XCode 3.2.5 Here a copy&#38;paste of the original tutorial example: /* File : example.c [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2011/01/23/swig-tutorial-for-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some thoughts about Bazaar and Subversion</title>
		<link>http://www.expobrain.net/2011/01/19/some-thoughts-about-bazaar-and-subversion/</link>
		<comments>http://www.expobrain.net/2011/01/19/some-thoughts-about-bazaar-and-subversion/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 00:22:14 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=528</guid>
		<description><![CDATA[The December&#8217;s snow and the inability to reach the office gave me the time to explore the way to use an offline revision control system with our subversion repository. My colleague Pedro did some searches before and found Bazaar as the most interesting candidate for this task. Bazaar is an open-source revision control system sponsored [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2011/01/19/some-thoughts-about-bazaar-and-subversion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Synchronize your Samsung Galaxy S with iTunes</title>
		<link>http://www.expobrain.net/2010/08/13/synchronize-your-samsung-galaxy-s-with-itunes/</link>
		<comments>http://www.expobrain.net/2010/08/13/synchronize-your-samsung-galaxy-s-with-itunes/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 21:16:34 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[doubletwist]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[samsung galaxy s]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=448</guid>
		<description><![CDATA[Two weeks ago I bought the new Samsung Galaxy S smartphone and after a full day spent to make confidence with the Android OS one big question comes in my mind: will iTunes detect the phone and synchronize my music library ? No Obviously iTunes don&#8217;t want to deal with non-Apple devices, so I started [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/08/13/synchronize-your-samsung-galaxy-s-with-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remove &#8220;(from old mac)&#8221; files</title>
		<link>http://www.expobrain.net/2010/08/09/remove-from-old-mac-files/</link>
		<comments>http://www.expobrain.net/2010/08/09/remove-from-old-mac-files/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 20:45:19 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[from old mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=428</guid>
		<description><![CDATA[Time Machine is a powerful solution to backup, restore or move your Mac OS X installation to another machine or just after a full reinstall of the operating system. The restore system is smart enough to put all your applications, profile files, and all other stuff which belong to you. For some files and folders [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/08/09/remove-from-old-mac-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile PyQt4 with Python 2.7 64-bit under Mac OS X</title>
		<link>http://www.expobrain.net/2010/07/11/compile-pyqt4-with-python-2-7-64-bit-under-mac-os-x/</link>
		<comments>http://www.expobrain.net/2010/07/11/compile-pyqt4-with-python-2-7-64-bit-under-mac-os-x/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 22:34:07 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[2.7]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[pyqt]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=328</guid>
		<description><![CDATA[A couple fo days ago Python 2.7 was release as a first stable release. Looking at the Mac OS X ports I found the new official 64-bit release and I installed it. But now the Qt Python bindings stops working because they are compiled as 32-bit binaries. The procedure to compile the 64-bit version of [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/07/11/compile-pyqt4-with-python-2-7-64-bit-under-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install PyQt4 in Snow Leopard</title>
		<link>http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard/</link>
		<comments>http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 19:41:12 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[pyqt]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[snow leopard]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=307</guid>
		<description><![CDATA[New country, new life style, new spoken language and new GUI toolkit ! After 5 years of wxPython toolkit now it&#8217;s the time to move to PyQt4. Let&#8217;s see how install this GUI toolkit under Mac OS X Snow Leopard. First, donwload th QT4 SDK from QT official site, from here you can choose between [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2010/06/22/install-pyqt4-in-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Make your Mac talk</title>
		<link>http://www.expobrain.net/2009/12/07/make-your-mac-talk/</link>
		<comments>http://www.expobrain.net/2009/12/07/make-your-mac-talk/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 00:12:21 +0000</pubDate>
		<dc:creator>Daniele Esposti</dc:creator>
				<category><![CDATA[Various things]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[say]]></category>
		<category><![CDATA[talk]]></category>

		<guid isPermaLink="false">http://www.expobrain.net/?p=258</guid>
		<description><![CDATA[How you can make your Mac speak a word or a phrase ? Simply ! Let&#8217;s just tell him to say that. Open the Terminal and type say &#8220;hello, I&#8217;m a Mac&#8221; and type Enter. Just a little but funny utility (and a useful feature if used with some fantasy). If you want to save [...]]]></description>
		<wfw:commentRss>http://www.expobrain.net/2009/12/07/make-your-mac-talk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

