<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>willnorris.com &#187; safari</title>
	<atom:link href="http://willnorris.com/tag/safari/feed" rel="self" type="application/rss+xml" />
	<link>http://willnorris.com</link>
	<description>there&#039;s more to life than this</description>
	<lastBuildDate>Tue, 15 May 2012 21:57:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-beta3-20574</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>Nightly WebKit builds</title>
		<link>http://willnorris.com/2005/10/nightly-webkit-builds</link>
		<comments>http://willnorris.com/2005/10/nightly-webkit-builds#comments</comments>
		<pubDate>Fri, 14 Oct 2005 00:33:36 +0000</pubDate>
		<dc:creator>Will Norris</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[safari]]></category>
		<category><![CDATA[webkit]]></category>

		<guid isPermaLink="false">http://willnorris.com/?p=73</guid>
		<description><![CDATA[The WebKit team announced a new site today where you can download nightly builds of the latest WebKit &#8212; very cool. I went ahead and wrote the following simple shell script to automate the process of downloading and installing the latest build: #!/bin/sh curl -o /tmp/webkit.dmg http://nightly.webkit.org/builds/Latest-WebKit-CVS.dmg hdiutil mount /tmp/webkit.dmg if [ -d /Volumes/WebKit/WebKit.app ]; [...]]]></description>
			<content:encoded><![CDATA[<p>The WebKit team <a href="http://webkit.opendarwin.org/blog/?p=29">announced</a> a <a href="http://nightly.webkit.org/builds/">new site</a> today where you can download nightly builds of the latest WebKit &#8212; very cool.  I went ahead and wrote the following simple shell script to automate the process of downloading and installing the latest build:</p>

<pre><code>#!/bin/sh

curl -o /tmp/webkit.dmg http://nightly.webkit.org/builds/Latest-WebKit-CVS.dmg

hdiutil mount /tmp/webkit.dmg

if [ -d /Volumes/WebKit/WebKit.app ]; then 
    rm -rf /Applications/WebKit.app
    cp -pR /Volumes/WebKit/WebKit.app /Applications/
fi

hdiutil detach /Volumes/WebKit
</code></pre>

<p>Sure, it could be a little more robust (or you might prefer one of the other two builds), but it works.  Put this in a new file, <code>chmod +x</code> it, and drop it into /etc/daily to have it run each morning.</p>

<p><em>(updated 2005-12-21 to reflect new webkit packaging and fix minor bugs)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://willnorris.com/2005/10/nightly-webkit-builds/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

