<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/objective-c/tags/xcode</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 07 Oct 2008 12:15:13 GMT</pubDate>
<item>
<title>(Objective C) Duplicate Xcode project - Leech</title>
<link>http://snipplr.com/view/8597/duplicate-xcode-project/</link>
<description><![CDATA[ <p>This is very helpful to duplicate/rename a project in Xcode 3.x</p> ]]></description>
<pubDate>Thu, 25 Sep 2008 12:19:56 GMT</pubDate>
<guid>http://snipplr.com/view/8597/duplicate-xcode-project/</guid>
</item>
<item>
<title>(Objective C) Default  Displaying an image from the web or the application bundle - Leech</title>
<link>http://snipplr.com/view/8461/default--displaying-an-image-from-the-web-or-the-application-bundle/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 17 Sep 2008 23:17:51 GMT</pubDate>
<guid>http://snipplr.com/view/8461/default--displaying-an-image-from-the-web-or-the-application-bundle/</guid>
</item>
<item>
<title>(Objective C) Kill App after Expire Date (Suicidal Code Redux) - zingo</title>
<link>http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</link>
<description><![CDATA[ <p>Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.

The former code (http://snipplr.com/view/3448/kill-app-after-expire-date/) was not internationalised and might cause an issue when run outside of English speaking countries. This code resolves the locale issue.</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 22:39:05 GMT</pubDate>
<guid>http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</guid>
</item>
<item>
<title>(Objective C) kill app after expire date - zingo</title>
<link>http://snipplr.com/view/3448/kill-app-after-expire-date/</link>
<description><![CDATA[ <p>Using a gcc predefined macro, __DATE__, the code can know for itself when it was compiled, and build in an expiration date based on that value.

For a internationalised version see: http://snipplr.com/view/7196/kill-app-after-expire-date-suicidal-code-redux/</p> ]]></description>
<pubDate>Fri, 03 Aug 2007 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/3448/kill-app-after-expire-date/</guid>
</item>
</channel>
</rss>