breadcrumbs:

    • /developers
    • For Developers
    • /developers/how-tos
    • How-Tos page_name: mac-development title: Mac Development

Resources for developers new to the Mac platform:

  • Depending on what you‘re touching, you may not need to modify UI code or write Objective C at all in which case you don’t really need any of this.
  • Cocoa Programming for Mac OS X by Aaron Hillegass is a great starter book on Cocoa programming, working through the examples will get you pretty far in terms of understanding the fundamentals of Cocoa.
  • From C++ to Objective-C by Pierre Chatelier is a free online book introducing Objective C.
  • Intro to Chrome Mac Development is a shorter summary of things specific to Chrome + Mac, with links to useful parts of the code.

More in-depth stuff:

Stuff you should read on this site: