<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by Squarespace Site Server v5.11.81 (http://www.squarespace.com/) on Fri, 24 Feb 2012 10:32:57 GMT--><?xml-stylesheet type="text/css" href="/universal/styles/feed.css"?><rss version="2.0"><channel><title>Use Your Loaf - Comments</title><link>http://useyourloaf.com/blog/</link><description></description><copyright></copyright><language>en-GB</language><generator>Squarespace Site Server v5.11.81 (http://www.squarespace.com/)</generator><item><title>Antoine Marcadet comments on Network Link Conditioner</title><author>Antoine Marcadet</author><pubDate>Sat, 18 Feb 2012 16:55:06 +0000</pubDate><link>http://useyourloaf.com/blog/2012/1/30/network-link-conditioner.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16941952</guid><description><![CDATA[<p>Hi,</p><p>Great post! Thanks a lot for sharing!<br/>I noticed that since Xcode 4.3 the Network Link Conditioner is available as an addition at <a href="https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-#" rel="nofollow">Downloads for Apple Developers</a> in the &quot;Hardware IO Tools for Xcode&quot;.</p><p>Antoine</p>]]></description></item><item><title>Dave M. comments on Updating to Xcode 4.3</title><author>Dave M.</author><pubDate>Sat, 18 Feb 2012 02:25:51 +0000</pubDate><link>http://useyourloaf.com/blog/2012/2/17/updating-to-xcode-43.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16939593</guid><description><![CDATA[<p>Thanks for that info! I had no idea that I needed to go into Preferences to download and install extra stuff. I found and downloaded all the other updated tools on Apple&#39;s developer website. I just didn&#39;t realize that they had hidden some other stuff to be downloaded in the prefereces.</p>]]></description></item><item><title>Mikko comments on Updating to Xcode 4.3</title><author>Mikko</author><pubDate>Fri, 17 Feb 2012 23:45:59 +0000</pubDate><link>http://useyourloaf.com/blog/2012/2/17/updating-to-xcode-43.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16938742</guid><description><![CDATA[<p>Better way to run dev tools on command line, which works always even when not installing command line tools is using xcrun command. So instead of changing PATH, just adding xcrun in the front of all tools should do the job.</p>]]></description></item><item><title>Keith comments on Updating to Xcode 4.3</title><author>Keith</author><pubDate>Fri, 17 Feb 2012 23:31:00 +0000</pubDate><link>http://useyourloaf.com/blog/2012/2/17/updating-to-xcode-43.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16938697</guid><description><![CDATA[<p>Can&#39;t say that I have noticed IB being any faster to be honest so I guess if you don&#39;t need it waiting a while is always a good strategy with new releases.</p>]]></description></item><item><title>Steve R comments on Updating to Xcode 4.3</title><author>Steve R</author><pubDate>Fri, 17 Feb 2012 23:25:33 +0000</pubDate><link>http://useyourloaf.com/blog/2012/2/17/updating-to-xcode-43.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16938669</guid><description><![CDATA[<p>Have you noticed any more snappiness to IB? I don&#39;t need code signing yet so I am going to wait unless Xcode overall is a little faster. </p><p>thx</p>]]></description></item><item><title>Keith comments on Filtering arrays with NSPredicate</title><author>Keith</author><pubDate>Mon, 13 Feb 2012 16:58:07 +0000</pubDate><link>http://useyourloaf.com/blog/2010/7/27/filtering-arrays-with-nspredicate.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16899099</guid><description><![CDATA[<p>@shamsulfakhar - looks Ok to me, the method you are referring to is an instance method on the NSArray class as follows:</p><p>- (NSArray *)filteredArrayUsingPredicate:(NSPredicate *)predicate</p><p>it has been available since iOS 3.0 so not sure what is causing the errors you are seeing.</p>]]></description></item><item><title>shamsulfakhar comments on Filtering arrays with NSPredicate</title><author>shamsulfakhar</author><pubDate>Mon, 13 Feb 2012 03:25:32 +0000</pubDate><link>http://useyourloaf.com/blog/2010/7/27/filtering-arrays-with-nspredicate.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16895084</guid><description><![CDATA[<p>referring to your code example:</p><p> NSString *match = @&quot;imagexyz-\\d{3}\\.png&quot;;<br/> NSPredicate *predicate = [NSPredicate predicateWithFormat:@&quot;SELF matches %@&quot;, match];<br/> NSArray *results = [directoryContents filteredArrayUsingPredicate:predicate];﻿<br/> <br/>the 3rd line is causing quite a number of errors! <br/>is it missing any bracket or anything? or is it just me?<br/>i am running xcode 4.2 on snow leopard.</p>]]></description></item><item><title>ios comments on Simple iPhone Keychain Access</title><author>ios</author><pubDate>Sun, 12 Feb 2012 00:43:33 +0000</pubDate><link>http://useyourloaf.com/blog/2010/3/29/simple-iphone-keychain-access.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16846683</guid><description><![CDATA[<p>Hi, thanks for this article, we would like to know how can i update ksecAttrDescrition for Item Keychain identity item ?<br/>Because i always got the parameter error by the API :(</p><p>thank for your help!</p>]]></description></item><item><title>Ralf comments on Localize iPhone Application Name</title><author>Ralf</author><pubDate>Thu, 09 Feb 2012 19:36:22 +0000</pubDate><link>http://useyourloaf.com/blog/2010/12/15/localize-iphone-application-name.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16827700</guid><description><![CDATA[<p>THANKS!!!<br/>That was just straight - not crooked as the piles of pages I have been reading (at IOS developer in particular) to understand how to do it. My code is HTML5 (JQ,JQM,PhoneGap) making it difficult to grasp the gibberish at IOSD as everything revolves around objective C/C and their ever methods. Now it remains to see if I will be able to internationalize page graphics and page strings too ( they are of course in the HTML &quot;bundle&quot;) perhaps making my life difficult for a couple of days more.<br/>Thanks /Ralf</p>]]></description></item><item><title>Dave comments on iTunes Connect App Status Update</title><author>Dave</author><pubDate>Thu, 09 Feb 2012 16:11:10 +0000</pubDate><link>http://useyourloaf.com/blog/2011/8/29/itunes-connect-app-status-update.html#comments</link><guid isPermaLink="false">538327:6179246:comment/16826613</guid><description><![CDATA[<p>FYI, I went ahead and released the update (v1.1), and it did NOT affect the availability date.  So the app is still pending release for tomorrow, all is well :)</p>]]></description></item></channel></rss>
