Posts Tagged ‘objective-c’

Command Line Processing in Cocoa

Saturday, July 12th, 2008

I stumbled over this great article from 2006 that outlines a really easy to use method of grabbing command line arguments in a Cocoa application.

Read About It Here

I threw this into a test application and it works great! Amazing what you can find on the web sometimes.