<?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>Coding so you don&#039;t have to</description>
	<lastBuildDate>Mon, 02 Jan 2012 12:19:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<copyright>Copyright &#xA9; Dan Walmsley 2011 </copyright>
	<managingEditor>dan@danwalmsley.com (Dan Walmsley)</managingEditor>
	<webMaster>dan@danwalmsley.com (Dan Walmsley)</webMaster>
	<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>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Putting the nerd in comnerdedy</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Dan Walmsley</itunes:author>
	<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" />
		<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 &#8230; <a class="more" href="http://www.danwalmsley.com/2009/08/11/synchonising-google-contacts-with-your-os-x-address-book-without-an-iphone/">Continue reading</a>]]></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>

