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: Silver, Platform: Island, Category: macOS
https://github.com/remobjects/ElementsSamples/tree/master/Silver/Island/macOS/Documents

AppDelegate.swift

import Foundation
import AppKit

@NSApplicationMain @IBObject class AppDelegate : INSApplicationDelegate {

	public func applicationDidFinishLaunching(_ notification: NSNotification!) {

	}

}