<?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>Doug Diego &#187; ABRecordSetValue</title>
	<atom:link href="http://dougdiego.com/tag/abrecordsetvalue/feed/" rel="self" type="application/rss+xml" />
	<link>http://dougdiego.com</link>
	<description></description>
	<lastBuildDate>Tue, 17 Jan 2012 21:57:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iPhone Development Helper:  Fill up your Address Book</title>
		<link>http://dougdiego.com/2009/06/12/iphone-development-helper-fill-up-your-address-book/</link>
		<comments>http://dougdiego.com/2009/06/12/iphone-development-helper-fill-up-your-address-book/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 06:00:56 +0000</pubDate>
		<dc:creator>doug</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ABAddressBookRef]]></category>
		<category><![CDATA[ABAddressBookSave]]></category>
		<category><![CDATA[ABMultiValueAddValueAndLabel]]></category>
		<category><![CDATA[ABMutableMultiValueRef]]></category>
		<category><![CDATA[ABRecordRef]]></category>
		<category><![CDATA[ABRecordSetValue]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://dougdiego.com/?p=297</guid>
		<description><![CDATA[AddressBookFill is a simple application which populates your address book with contacts. This is useful when developing for the iPhone and working on the emulator. On many occasions, I&#8217;ve spent quite a bit of time adding contacts to the emulator to test something. Then when I change emulator version, they all get erased. This is [...]]]></description>
			<content:encoded><![CDATA[<p>AddressBookFill is a simple application which populates your address book with contacts. This is useful when developing for the iPhone and working on the emulator. </p>
<p>On many occasions, I&#8217;ve spent quite a bit of time adding contacts to the emulator to test something.  Then when I change emulator version, they all get erased.  This is very frustrating.  So I put together this simple application which allow you to programatically fill up your address book.</p>
<p>Currenly the address book is populated with U.S. Presidents.  Values are set for:<br />
* first name<br />
* last name<br />
* photo<br />
* phone number<br />
* birthday </p>
<p>I&#8217;ll make it more robust in the future. But you may find this useful for now.   The code might also be interesting if you&#8217;re learning how to program the address book.</p>
<p>Download: <a href="http://dougdiego.com/wp-content/uploads/2009/06/addressbookfill-1.0.tar.gz">addressbookfill-10.tar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://dougdiego.com/2009/06/12/iphone-development-helper-fill-up-your-address-book/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

