<?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: A little gotcha on Jailbroken iPhones</title>
	<atom:link href="http://blog.engage-encore.com/index.php/2009/06/19/gotcha-jailbroken-iphone/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.engage-encore.com/index.php/2009/06/19/gotcha-jailbroken-iphone/</link>
	<description>Making Software Applications</description>
	<lastBuildDate>Wed, 17 Nov 2010 20:00:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tony Aldridge</title>
		<link>http://blog.engage-encore.com/index.php/2009/06/19/gotcha-jailbroken-iphone/comment-page-1/#comment-190</link>
		<dc:creator>Tony Aldridge</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.engage-encore.com/?p=379#comment-190</guid>
		<description>It&#039;s a cleaner way of getting the path, but the thrust of my post is about the folder not existing/not accessible on Jailbroken phones - when you get the home directory on a Jailbroken phone, regardless of method, it returns somewhere that an app isn&#039;t naturally able to write to, so you&#039;ll need to create and add rights to where it&#039;s pointing.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a cleaner way of getting the path, but the thrust of my post is about the folder not existing/not accessible on Jailbroken phones &#8211; when you get the home directory on a Jailbroken phone, regardless of method, it returns somewhere that an app isn&#8217;t naturally able to write to, so you&#8217;ll need to create and add rights to where it&#8217;s pointing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emanuele Cipolloni</title>
		<link>http://blog.engage-encore.com/index.php/2009/06/19/gotcha-jailbroken-iphone/comment-page-1/#comment-189</link>
		<dc:creator>Emanuele Cipolloni</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:15:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.engage-encore.com/?p=379#comment-189</guid>
		<description>It is much easier if you use something like this:

#define DOCSFOLDER [NSHomeDirectory() stringByAppendingPathComponent:@&quot;Documents&quot;]

and then compose your paths like:

NSString *filename_path = [DOCSFOLDER stringByAppendingPathComponent:@&quot;myfile.ext&quot;];

Works in every situation, jailbroken or not, device or simulator, and you don&#039;t rely on absolute array indexes or fixed values.</description>
		<content:encoded><![CDATA[<p>It is much easier if you use something like this:</p>
<p>#define DOCSFOLDER [NSHomeDirectory() stringByAppendingPathComponent:@"Documents"]</p>
<p>and then compose your paths like:</p>
<p>NSString *filename_path = [DOCSFOLDER stringByAppendingPathComponent:@"myfile.ext"];</p>
<p>Works in every situation, jailbroken or not, device or simulator, and you don&#8217;t rely on absolute array indexes or fixed values.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

