<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">

 <title>Cocoa Manifest</title>
 
 
 <link href="http://cocoamanifest.net" />
 
 <updated>2012-02-22T21:48:43-05:00</updated>
 <id>http://cocoamanifest.net/</id>
 <author>
   <name>Jonathan Penn</name>
   <email>jonathan@cocoamanifest.net</email>
 </author>

 
  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/CocoaManifest" /><feedburner:info uri="cocoamanifest" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
  <title>Your Move, Apple</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/FKgd6CsiN90/abc-nightline-apple-foxconn-factories" />
  
  <updated>2012-02-22T21:48:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/your-move-apple</id>
  <content type="html">
    &lt;p&gt;The Verge &lt;a href='http://www.theverge.com/2012/2/22/2815654/abc-nightline-apple-foxconn-factories'&gt;has a great summary of the ABC Nightline&lt;/a&gt; special on Foxconn and Apple&amp;#8217;s audit by the Fair Labor Association.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/your-move-apple.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/FKgd6CsiN90" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.theverge.com/2012/2/22/2815654/abc-nightline-apple-foxconn-factories</feedburner:origLink></entry>


  <entry>
  <title>GPUImage Framework</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/j75jPDnHzDE/introducing-gpuimage-framework" />
  
  <updated>2012-02-21T08:29:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/gpuimage-framework</id>
  <content type="html">
    &lt;p&gt;The prolific Brad Larson released his new &lt;a href='http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework'&gt;GPUImage Framework&lt;/a&gt;. While Core Image on iOS 5 gives you a lot of neat capabilities, you&amp;#8217;re unable to use custom filters with it at the moment, and of course you&amp;#8217;re out of luck if you still need to support iOS 4.&lt;/p&gt;

&lt;p&gt;That&amp;#8217;s where GPUImage comes in. Brad&amp;#8217;s done all the dirty work to wrap video and image processing up in an easy to use library. You can write your own custom filters in the &lt;a href='http://www.opengl.org/documentation/glsl/'&gt;OpenGL Shading Language&lt;/a&gt; and just load them in as strings at runtime.&lt;/p&gt;

&lt;p&gt;He&amp;#8217;s included some great sample code of the filtering on real time video. I&amp;#8217;ve seen demos of his work when he presented at SecondConf in the past. He knows his stuff.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/gpuimage-framework.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/j75jPDnHzDE" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework</feedburner:origLink></entry>


  <entry>
  <title>So, How Much Will It Cost To Build This App?</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/8ERPeHZK3Hs/" />
  
  <updated>2012-02-19T09:45:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/so-how-much-will-it-cost-to-build-this-app</id>
  <content type="html">
    &lt;p&gt;Kent Nguyen shares his reasoning &lt;a href='http://kentnguyen.com/ios/what-does-it-take-to-make-an-ios-app/'&gt;why app development takes longer than we think&lt;/a&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Converting an iPhone app to iPhone/iPad universal app: This is the worst &amp;#8216;additional feature&amp;#8217; found in iPhone development contracts. Because an iPad app is not a frikin’ additional feature. The iPad app is always more complex than iPhone app, and most of the time requires entirely different interface and interaction mechanism. It’s like making an electric bicycle and then convert it to a fuel-powered motorcyle! They are very similar at what they do, but under the hood, the difference is immense.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Keep this page on speed dial for the next client that wants a &amp;#8220;Path-like&amp;#8221; social network app for poodle lovers built in a week for $1,000 and a box of pizza.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/so-how-much-will-it-cost-to-build-this-app.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/8ERPeHZK3Hs" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://kentnguyen.com/ios/what-does-it-take-to-make-an-ios-app/</feedburner:origLink></entry>


  <entry>
  <title>Time To Rethink Your Class Design</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/7QOFSrhiR2E/" />
  
  <updated>2012-02-18T09:28:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/time-to-rethink-your-class-design</id>
  <content type="html">
    &lt;p&gt;Matthijs Hollemans gives a &lt;a href='http://www.hollance.com/2012/02/dont-abuse-the-app-delegate/'&gt;writeup on keeping your App Delegate lean and free&lt;/a&gt; of cruft, unlike the way the old Xcode templates used to do.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;So if you feel tempted to write,&lt;/p&gt;

&lt;p&gt;&lt;code&gt;[UIApplication sharedApplication].delegate&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;anywhere in your code, then it’s time to rethink your class design.&lt;/p&gt;
&lt;/blockquote&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/time-to-rethink-your-class-design.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/7QOFSrhiR2E" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.hollance.com/2012/02/dont-abuse-the-app-delegate/</feedburner:origLink></entry>


  <entry>
  <title>More Common Ground</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/DQFhV0uXUMw/xcode-gcc-and-homebrew.html" />
  
  <updated>2012-02-17T01:04:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/more-common-ground</id>
  <content type="html">
    &lt;p&gt;Just posted by &lt;a href='http://kennethreitz.com/xcode-gcc-and-homebrew.html'&gt;Kenneth Reitz&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;This is an incredible day for the Homebrew community. You can now setup a complete OS X develop environment with a single 171.7 MB package download. It&amp;#8217;s official. It&amp;#8217;s legal. It&amp;#8217;ll be maintained.&lt;/p&gt;

&lt;p&gt;Homebrew is going to officially support the package too.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I found this while trying to get &lt;a href='https://github.com/mxcl/homebrew/issues/9179'&gt;Homebrew to work&lt;/a&gt; after updating to the freshly released Xcode 4.3 downloaded from the App Store.&lt;/p&gt;

&lt;p&gt;Apple goes on record to support Homebrew. Curiouser and curiouser.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/more-common-ground.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/DQFhV0uXUMw" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://kennethreitz.com/xcode-gcc-and-homebrew.html</feedburner:origLink></entry>


  <entry>
  <title>Common Ground</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/tY8bLws5P0w/" />
  
  <updated>2012-02-16T23:29:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/common-ground</id>
  <content type="html">
    &lt;p&gt;Panic, on &lt;a href='http://www.panic.com/blog/2012/02/about-gatekeeper/'&gt;Apple&amp;#8217;s Gatekeeper in OS X Mountain Lion&lt;/a&gt;:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;In recent years, Apple has shown a trend of following the most hardline possible stance that will benefit users and Apple, often at the expense of developer freedom, and gradually backing in certain affordances (push notifications, for example) as user-impacting problems became evident. So it seemed feasible that we’d wake up one day and Apple would decree that all Mac apps must be sold through the App Store.&lt;/p&gt;

&lt;p&gt;But instead, Apple went to considerable effort and expense to find a middle ground.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Gatekeeper seems like an interesting compromise. It&amp;#8217;s much more liberal than I expected. What&amp;#8217;s more surprising, though, is that Apple invited Panic out to have a preview of the feature. And given that Phil Schiller himself gave a &lt;a href='http://daringfireball.net/2012/02/mountain_lion'&gt;private demo of Mountain Lion to John Gruber&lt;/a&gt;, I&amp;#8217;m quite curious to know more about the direction Apple is going.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/common-ground.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/tY8bLws5P0w" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.panic.com/blog/2012/02/about-gatekeeper/</feedburner:origLink></entry>


  <entry>
  <title>Hacking and Securing iOS Applications (Book)</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/lRZ2oNW0H8I/0636920023234.do" />
  
  <updated>2012-02-16T09:15:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/hacking-and-securing-ios-applications-book</id>
  <content type="html">
    &lt;p&gt;You need to &lt;a href='http://shop.oreilly.com/product/0636920023234.do'&gt;read this book&lt;/a&gt; by Jonathan Zdziarski. Even if you&amp;#8217;re not working on a project that handles highly sensitive data, you&amp;#8217;ll be amazed how easy it is to hack into a locked iPhone and extract quite a bit of data if you have physical access to the device. It&amp;#8217;s a great book to learn about the low level internals. And you&amp;#8217;ll be better prepared with techniques to minimize exposure of private information.&lt;/p&gt;

&lt;p&gt;iOS is a juicy target for those hunting effective exploits. This can help you get into the mindset of someone wanting to attack your users through &lt;em&gt;your&lt;/em&gt; software.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/hacking-and-securing-ios-applications-book.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/lRZ2oNW0H8I" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://shop.oreilly.com/product/0636920023234.do</feedburner:origLink></entry>


  <entry>
  <title>The JSON Saga</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/V_mcKmtb_qU/watch" />
  
  <updated>2012-02-15T23:19:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/the-json-saga</id>
  <content type="html">
    &lt;p&gt;Douglas Crockford walks through &lt;a href='http://www.youtube.com/watch?v=-C-JoyNuQJs'&gt;how he discovered JSON&lt;/a&gt; and how it changed our world.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/the-json-saga.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/V_mcKmtb_qU" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.youtube.com/watch?v=-C-JoyNuQJs</feedburner:origLink></entry>


  <entry>
  <title>NSScreencast</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/S5te7FYqx1k/" />
  
  <updated>2012-02-15T10:35:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/nsscreencast</id>
  <content type="html">
    &lt;p&gt;Ben Scheirman has started &lt;a href='http://nsscreencast.com/'&gt;NSScreencast&lt;/a&gt;, a collection of frequent screencasts that looks to be the equivalent of &lt;a href='http://railscasts.com/'&gt;RailsCasts&lt;/a&gt; over in the Ruby world. It&amp;#8217;s a great idea and I hope it takes off.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/nsscreencast.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/S5te7FYqx1k" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://nsscreencast.com/</feedburner:origLink></entry>


  <entry>
  <title>Tale of an iOS Freelancer</title>
  <author><name>Jonathan Penn</name></author>
  
  <link href="http://feedproxy.google.com/~r/CocoaManifest/~3/HxgISPzPYtk/" />
  
  <updated>2012-02-14T08:52:00-05:00</updated>
  <id>http://cocoamanifest.net/linked/2012/02/tale-of-an-ios-freelancer</id>
  <content type="html">
    &lt;p&gt;All you need to be a millionaire is an iPhone SDK installed on your Mac, right? Right?!?!&lt;/p&gt;

&lt;p&gt;If you have yet to wake up from reality&amp;#8217;s cold water splash bath, read &lt;a href='http://www.hollance.com/2012/01/freelance-iphone-developer-one-year-later/'&gt;Matthijs Hollemans one year retrospective on going independent&lt;/a&gt;. He discusses how to find real work, get paid what you&amp;#8217;re worth, build your knowledge, and team up with the right people. He&amp;#8217;s one of the tutorial writers over at the excellent &lt;a href='http://www.raywenderlich.com/'&gt;raywenderlich.com&lt;/a&gt;, an unusually excellent repository of stuff to help beginners on iOS find their way.&lt;/p&gt;

    
    &lt;p&gt;&lt;a rel='permalink' href='/linked/2012/02/tale-of-an-ios-freelancer.html'&gt;✦ Permalink&lt;/a&gt;&lt;/p&gt;
    
  &lt;img src="http://feeds.feedburner.com/~r/CocoaManifest/~4/HxgISPzPYtk" height="1" width="1"/&gt;</content>
<feedburner:origLink>http://www.hollance.com/2012/01/freelance-iphone-developer-one-year-later/</feedburner:origLink></entry>




</feed>

