OSX Compiler
OSX Development
Jon L. Aasenden introduces Delphi developers to some of the fundamentals of the OSX platform.
http://delphimax.wordpress.com/2011/09/07/getting-into-the-mac-a-few-heads-up/
Chris Rolliston has some tips for Delphi programmers adjusting to the OSX environment.
http://delphihaven.wordpress.com/2011/09/24/a-few-mac-tips/
Malcolm Groves assists Delphi programmers who are wishing Beyond Compare was available for the Mac.
http://www.malcolmgroves.com/blog/?p=842
Malcolm Groves discusses accessing special folders for user settings and data in OSX FireMonkey applications.
http://www.malcolmgroves.com/blog/?p=865
Malcolm Groves demonstrates the OSX way to launch a file with it's default application.
http://www.malcolmgroves.com/blog/?p=887
Chris Rolliston discusses the most efficient way to convert a Cocoa OSX string to a Delphi string.
http://delphihaven.wordpress.com/2011/09/26/converting-from-a-cocoa-string-to-a-delphi-string/
Jeremy North demonstrates an OSX file open dialog that selects a particular directory.
http://jed-software.com/blog/?p=538
Marco Cantu discusses how he uses his Mac Mini to do OSX development.
http://blog.marcocantu.com/blog/delphi_mac_mini.html
Chris Rolliston demonstrates how to take a screenshot from within a FireMonkey application.
http://delphihaven.wordpress.com/2012/01/02/programmatically-taking-a-screenshot-on-os-x/
André Miertschink demonstrates a how to create a shortcut on your Mac to easily launch the paserver.
http://members.adug.org.au/2011/12/20/creating-a-dock-shortcut-for-platform-assistant-paserver-on-a-mac/
As part of the 24 hours of Delphi Stephen Ball demonstrates how to use dynamic link libraries with FireMonkey on both Windows and Mac.
http://cc.embarcadero.com/Item/28708
Chris Rolliston discusses accessing the native Cocoa window that hosts each FireMonkey form.
http://delphihaven.wordpress.com/2012/03/08/nswindow-tips-and-tricks/
David I blogs about Nick Cooper's Delphi OSX Bunder utility used for creating a zip bundle for Delphi OSX applications.
http://blogs.embarcadero.com/davidi/2012/06/20/41591
Jolyon Smith explores using the native OSX APIs when translating some Objective C code.
http://www.deltics.co.nz/blog/?p=900
http://www.deltics.co.nz/blog/?p=924
Chris Rolliston shows how to assign Command+Letter shortcuts to OSX applications.
http://delphihaven.wordpress.com/2012/07/09/quick-tip-assigning-commandletter-shortcuts-to-fmx-menu-items/
Chris Rolliston explores calling the OSX Core Foundation APIs from Delphi.
http://delphihaven.wordpress.com/2012/07/05/understanding-core-foundation/
Chris Rolliston creates a FireMonkey PDF viewer for OSX using the native OSX Core Graphics API.
http://delphihaven.wordpress.com/2012/07/12/osx-pdf-viewer/
https://delphihaven.wordpress.com/2012/08/19/creating-a-pdf-fmx-and-os-x/
Chris Rolliston shows how to add a native Cocoa toolbar to a FireMonkey application.
http://delphihaven.wordpress.com/2012/07/15/using-the-cocoa-toolbar-nstoolbar-in-xe2/
Chris Rolliston describes his FireMonkey TClipboard replacement that has improved OSX support.
http://delphihaven.wordpress.com/2012/07/27/fmx-tclipboard-and-tmacpreferencesinifile/
Introductory Tutorials
Robert Love deploys his very first Mac application.
http://robstechcorner.blogspot.com/2011/08/new-mac-and-rad-studio-xe2.html
Stefaan Lesage has a very nice video on how to build and deploy a Mac application when running Delphi in a VM on Mac hardware.
http://www.devia.be/news/article/setting-up-delphi-xe2-and-your-mac-to-run-and-debug-cross-platform-applicat/
Daniel Magin gives a video demonstration of the PAServer remote debugger.
http://www.danielmagin.de/delphiexperts/videos/RemoteDebuggingWithDelphiXE2/index.html
Embarcadero has an 4.5 hour webinar recording covering FireMonkey basics, applied FireMonkey, migration from Visual Studio to FireMonkey, ASP.NET web services with FireMonkey clients and iOS development.
http://www.youtube.com/watch?v=2owsBsPJQAU
Exceptions
Uwe Schuster talks about exceptions, stack traces and the JCL/JVCL.
http://www.bitcommander.de/blog/index.php/2011/08/29/xe2-win64-osx-jcldebug/
Bugs
Chris Rolliston has discovered several memory leaks with FireMonkey applications running on OSX.
http://delphihaven.wordpress.com/2011/11/06/memory-leaks-on-os-x/