<?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/"
	>

<channel>
	<title>Matt Facer &#187; iphone</title>
	<atom:link href="http://www.mattfacer.com/tag/iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mattfacer.com</link>
	<description>Father, husband, coder, security consultant, interwebs junkie</description>
	<lastBuildDate>Fri, 20 May 2011 09:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cookit Lite – free iphone app</title>
		<link>http://www.mattfacer.com/cookit-lite-free-iphone-app</link>
		<comments>http://www.mattfacer.com/cookit-lite-free-iphone-app#comments</comments>
		<pubDate>Mon, 20 Dec 2010 19:06:20 +0000</pubDate>
		<dc:creator>mattfacer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone / iPad]]></category>
		<category><![CDATA[cookit]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://www.mattfacer.com/?p=575</guid>
		<description><![CDATA[I&#8217;ve made a free version of cookit, the iPhone meal planing app. It&#8217;s now available on the app store here: http://itunes.apple.com/gb/app/cookit-lite-cooking-meal-planner/id408205605?mt=8]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve made a free version of cookit, the iPhone meal planing app. It&#8217;s now available on the app store here:</p>
<p><a href="http://itunes.apple.com/gb/app/cookit-lite-cooking-meal-planner/id408205605?mt=8" target="_blank">http://itunes.apple.com/gb/app/cookit-lite-cooking-meal-planner/id408205605?mt=8</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattfacer.com/cookit-lite-free-iphone-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBOutlet not showing in Interface builder (iphone sdk)</title>
		<link>http://www.mattfacer.com/iboutlet-not-showing-in-interface-builder-iphone-sdk</link>
		<comments>http://www.mattfacer.com/iboutlet-not-showing-in-interface-builder-iphone-sdk#comments</comments>
		<pubDate>Thu, 30 Sep 2010 22:43:06 +0000</pubDate>
		<dc:creator>mattfacer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.mattfacer.com/?p=498</guid>
		<description><![CDATA[Today I came across a gem of a tip for Interface Builder. I was creating a simple view controller and had one IBOutlet. When I loaded the XIB file, there were no outlets to link up. The solution was to ...]]></description>
			<content:encoded><![CDATA[<p>Today I came across a gem of a tip for Interface Builder. I was creating a simple view controller and had one IBOutlet. When I loaded the XIB file, there were no outlets to link up. The solution was to (in Interface Builder), click &#8220;File&#8221; and click &#8220;Read Class Files&#8221; &#8211; then select the .h file you are working on.</p>
<p><span id="more-498"></span></p>
<p>Awesome. Worked a treat.</p>
<p><a href="../wp-content/uploads/2010/09/Screen-shot-2010-09-30-at-23.41.22.png"><img class="alignnone size-full wp-image-499" title="Screen shot 2010-09-30 at 23.41.22" src="../wp-content/uploads/2010/09/Screen-shot-2010-09-30-at-23.41.22.png" alt="" width="583" height="220" /></a></p>
<p>Thanks to the original post here: <a href="http://forums.oreilly.com/content/Head-First-iPhone-Development/17810/Interface-Builder-Tip/" target="_blank">http://forums.oreilly.com/content/Head-First-iPhone-Development/17810/Interface-Builder-Tip/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattfacer.com/iboutlet-not-showing-in-interface-builder-iphone-sdk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create an IPA bundle for your iPhone / iPad app</title>
		<link>http://www.mattfacer.com/create-an-ipa-bundle-for-your-iphone-ipad-app</link>
		<comments>http://www.mattfacer.com/create-an-ipa-bundle-for-your-iphone-ipad-app#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:43:34 +0000</pubDate>
		<dc:creator>mattfacer</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[iPhone / iPad]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.mattfacer.com/?p=483</guid>
		<description><![CDATA[I&#8217;ve been having a nightmare sending out ad-hoc development apps to clients to test. It seems to work nicely on the mac as you can drop the .app file straight to iTunes, but Windows is a pain. I came across ...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a nightmare sending out ad-hoc development apps to clients to test. It seems to work nicely on the mac as you can drop the .app file straight to iTunes, but Windows is a pain. I came across a nice website which in three lines will create a bundle yourapp.ipa file.</p>
<p>Your client can then (having already loaded the provisioning profile) simply double click the IPA file which is then loaded in iTunes.</p>
<p><span id="more-483"></span>Navigate to your build folder and run the code from terminal:</p>
<pre class="wp-caption" style="text-align: left;">mkdir Payload
cp -rp MyApplication.app Payload/
zip -r MyApplication.ipa iTunesArtwork Payload</pre>
<p>Bingo, you will have an IPA file. Thanks to the original post over at <a href="http://johnehartzog.com/2009/04/iphone-app-ad-hoc-gotchas/" target="_blank">http://johnehartzog.com/2009/04/iphone-app-ad-hoc-gotchas/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mattfacer.com/create-an-ipa-bundle-for-your-iphone-ipad-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

