Thursday, October 3, 2013

XCode app as Agent in MAC

How to make Agent app in Xcode

If you already wrote the NSApplication using Xcode and want to run the same app in background, it can be done simply by adding a entry in -info.plist . Just add a "Application is agent(UIElement)"- Yes.
This would make your app run in background and provide some service, so that other apps can make use of it. Below is the screenshot of -info.plist entry FYR



No comments:

Post a Comment