Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

Documents

Language: Hydrogene, Platform: Toffee, Category: OS X
https://github.com/remobjects/ElementsSamples/tree/master/Hydrogene/Toffee/OS X/Documents

AppDelegate.cs

using AppKit;

namespace Documents
{
	[NSApplicationMain, IBObject]
	class AppDelegate : INSApplicationDelegate
	{

		public void applicationDidFinishLaunching(NSNotification notification)
		{

		}
	}
}