by Andreas Katzian | Apr 30, 2014 | Code
Often, showing a simple menu in your status bar application is not sufficient enough. This short tutorial explains how you can show your own window right below of your status item. Inspired was this blog post by the following question on StackOverflow. For the basic...
by Andreas Katzian | Apr 29, 2014 | Code
Creating a Mac OS X status bar application is really straightforward. However, below you will find a condensed step-by-step tutorial to avoid unnecessary mistakes. Create a new Xcode Cocoa Application project Go to Info.plist file and add the key Application is agent...
by johannes.schleicher | Apr 22, 2014 | Philosophy, Product
Unfortunately it has come to our attention that with the latest Sandboxing restrictions in the Mac App Store, it is not possible to start and stop Launchd items with LaunchDControl. This is something that has been brought to our attention recently by a Customer and we...