Statusbar example with Swift in XCode 6.2

I created a simple Status-bar application in Swift that dynamically creates a menu of Applications in the Utilities folder and opens the Application when the corresponding menu item is clicked. I use simple NSThread for the collection and use image assets for the icon. There is not a lot of error handling since it is […]