<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: iPhone Copy/Paste</title>
	<atom:link href="http://www.zacwhite.com/blog/2008/08/02/iphone-copypaste/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zacwhite.com/blog/2008/08/02/iphone-copypaste/</link>
	<description></description>
	<lastBuildDate>Mon, 02 Mar 2009 05:25:36 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rafael</title>
		<link>http://www.zacwhite.com/blog/2008/08/02/iphone-copypaste/comment-page-1/#comment-9266</link>
		<dc:creator>Rafael</dc:creator>
		<pubDate>Wed, 20 Aug 2008 19:31:17 +0000</pubDate>
		<guid isPermaLink="false">http://zacwhite.com/blog/?p=141#comment-9266</guid>
		<description>Were can I download a .ZIP file with the source code?

Congratulations for the project! Really cool!

Thanks!</description>
		<content:encoded><![CDATA[<p>Were can I download a .ZIP file with the source code?</p>
<p>Congratulations for the project! Really cool!</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zac White</title>
		<link>http://www.zacwhite.com/blog/2008/08/02/iphone-copypaste/comment-page-1/#comment-9261</link>
		<dc:creator>Zac White</dc:creator>
		<pubDate>Wed, 20 Aug 2008 06:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://zacwhite.com/blog/?p=141#comment-9261</guid>
		<description>Nope, each application has its own home directory in its application’s designated sandbox. So when OpenClip writes, it writes to the same directory that apps keep their persistent information in.

Fortunately, for now Apple allows reading into other app’s sandboxes, which makes OpenClip work between apps.</description>
		<content:encoded><![CDATA[<p>Nope, each application has its own home directory in its application’s designated sandbox. So when OpenClip writes, it writes to the same directory that apps keep their persistent information in.</p>
<p>Fortunately, for now Apple allows reading into other app’s sandboxes, which makes OpenClip work between apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ThatGuy</title>
		<link>http://www.zacwhite.com/blog/2008/08/02/iphone-copypaste/comment-page-1/#comment-9259</link>
		<dc:creator>ThatGuy</dc:creator>
		<pubDate>Wed, 20 Aug 2008 05:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://zacwhite.com/blog/?p=141#comment-9259</guid>
		<description>#define OPENCLIP_DIRECTORY [[NSHomeDirectory() stringByAppendingPathComponent:@&quot;Documents&quot;] stringByAppendingPathComponent:@&quot;OpenClip&quot;]


Using the Documents directory within the user home directory?  Doesn&#039;t that violate 3.3.4 of the SDK agreement?</description>
		<content:encoded><![CDATA[<p>#define OPENCLIP_DIRECTORY [[NSHomeDirectory() stringByAppendingPathComponent:@"Documents"] stringByAppendingPathComponent:@&#8221;OpenClip&#8221;]</p>
<p>Using the Documents directory within the user home directory?  Doesn&#8217;t that violate 3.3.4 of the SDK agreement?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
