<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>Chris Gummer</title>
	<link>http://www.chrisgummer.com</link>
	<description>Freelance Software Developer</description>
	<lastBuildDate>Tue, 29 Jun 2010 21:24:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>iOS 4 and Disabling Multitasking</title>
		<description><![CDATA[iOS 4 delivers long awaiting and much anticipated multitasking support for iOS apps. Detailed information on supporting multitasking in your app can be found via Apple&#8217;s iPhone Application Programming Guide. If you&#8217;ve installed iPhone SDK 4 and are now building apps with it, one very important point to note is:
Applications linked against iPhone OS 4 [...]]]></description>
		<link>http://www.chrisgummer.com/?p=133</link>
			</item>
	<item>
		<title>iPhone screenshots &#8211; cropping the status bar</title>
		<description><![CDATA[When providing your application screenshots in iTunes Connect, one thing that Apple recommends is removing the status bar from your screenshots. Whilst I agree with and follow this recommendation, cropping the screenshots to remove the status bar is particularly tedious and frustrating. The issue is only compounded now with the separate screenshots required for iPad [...]]]></description>
		<link>http://www.chrisgummer.com/?p=128</link>
			</item>
	<item>
		<title>svnmerge and subversion 1.5: Can&#8217;t read stdin</title>
		<description><![CDATA[I have svnmerge set up to keep two separate branches in sync. Whilst attempting to run a merge I received the following error :
svnmerge: command execution failed (exit code: 1)
svn merge -r 1:1 http://myrepo/svn/projectbranches/source.
Conflict discovered in 'dir/some-file.txt'.
Select: (p) postpone, (df) diff-full, (e) edit,
        (mc) mine-conflict, (tc) theirs-conflict,
  [...]]]></description>
		<link>http://www.chrisgummer.com/?p=32</link>
			</item>
	<item>
		<title>Logback and Hibernate SQL</title>
		<description><![CDATA[ORM tools can be extremely powerful and save us a lot of the mundane heavy lifting required to persist data captured in an object graph through to an RDBMS. However, one problem can be that behind the scenes the tool may not always function as expected. What&#8217;s often important is to be able to see [...]]]></description>
		<link>http://www.chrisgummer.com/?p=67</link>
			</item>
	<item>
		<title>Objective-C: Categories and static libraries</title>
		<description><![CDATA[After taking advantage of Objective-C categories to add some additional behaviour to NSArray and NSDictionary, I decided to extract the new classes I created into a static library. However, when running my application that made use of this static library, I received the following error:
unrecognized selector sent to instance
There is an Apple tech note that [...]]]></description>
		<link>http://www.chrisgummer.com/?p=77</link>
			</item>
	<item>
		<title>Adding iPhone 3.x features and retaining 2.x compatibility</title>
		<description><![CDATA[I&#8217;ve been planning on writing a post on how to add new features that utilise iPhone OS 3.x, to your iPhone 2.x OS app whilst maintaining backwards compatibility. However, I recently came across some Apple sample code that demonstrates how to do this &#8211; Apple&#8217;s MailComposer Sample Code
]]></description>
		<link>http://www.chrisgummer.com/?p=83</link>
			</item>
</channel>
</rss>
