<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Dan Walmsley &#187; osx</title>
	<atom:link href="http://www.danwalmsley.com/tag/osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.danwalmsley.com</link>
	<description>Putting the nerd in comnerdedy</description>
	<lastBuildDate>Thu, 03 Jun 2010 23:38:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>2006-2007 </copyright>
		<managingEditor>dan@danwalmsley.com (Dan Walmsley)</managingEditor>
		<webMaster>dan@danwalmsley.com (Dan Walmsley)</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Putting the nerd in comnerdedy</itunes:summary>
		<itunes:author>Dan Walmsley</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Dan Walmsley</itunes:name>
			<itunes:email>dan@danwalmsley.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.danwalmsley.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.danwalmsley.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Dan Walmsley</title>
			<link>http://www.danwalmsley.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Synchonising Google contacts with your OS X Address Book without an iPhone</title>
		<link>http://www.danwalmsley.com/2009/08/11/synchonising-google-contacts-with-your-os-x-address-book-without-an-iphone/</link>
		<comments>http://www.danwalmsley.com/2009/08/11/synchonising-google-contacts-with-your-os-x-address-book-without-an-iphone/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 20:01:10 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Nerdy]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.danwalmsley.com/?p=287</guid>
		<description><![CDATA[So, I lost my iPhone a while ago and that was annoying.
Then my annoyance doubled when I realised that my Google contacts were no longer being synced to my OS X Address Book. It turns out that Apple will only let you synchonise Google contacts when you have an iPhone connected to the system.
This would [...]]]></description>
			<content:encoded><![CDATA[<p>So, I lost my iPhone a while ago and that was annoying.</p>
<p>Then my annoyance doubled when I realised that my Google contacts were no longer being synced to my OS X Address Book. It turns out that Apple will only let you synchonise Google contacts when you have an iPhone connected to the system.</p>
<p>This would have to be the most brain-damaged mis-feature I&#8217;ve seen in years. It&#8217;s not like my laptop has to access Google <strong>through</strong> the iPhone. It&#8217;s just a completely arbitrary co-dependence of two otherwise utterly unrelated features of the computer.</p>
<p>Luckily there&#8217;s a workaround for those who no longer have an iPhone but enjoyed the Google Contact syncing. It&#8217;s a short script, so only really useful to those willing to get their hands dirty in the shell.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Syncing Contacts with Google&quot;</span>
<span style="color: #000000; font-weight: bold;">/</span>System<span style="color: #000000; font-weight: bold;">/</span>Library<span style="color: #000000; font-weight: bold;">/</span>PrivateFrameworks<span style="color: #000000; font-weight: bold;">/</span>GoogleContactSync.framework<span style="color: #000000; font-weight: bold;">/</span>Versions<span style="color: #000000; font-weight: bold;">/</span>A<span style="color: #000000; font-weight: bold;">/</span>Resources<span style="color: #000000; font-weight: bold;">/</span>gconsync <span style="color: #660033;">--sync</span> com.google.ContactSync
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Sync Complete&quot;</span></pre></div></div>

<p>There &#8211; done! I suppose you could turn it into a launchd script if you&#8217;re really keen, but I&#8217;m happy to just run it by hand from time-to-time. Eat it, Apple!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danwalmsley.com/2009/08/11/synchonising-google-contacts-with-your-os-x-address-book-without-an-iphone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
