I would like to create a helper application that has no GUI yet does have access to an app bundle. I was looking at the Xcode command line project templates, but these all just generate executable files. How can I create something like a command line tool that presents no application menu yet provides access to bundle resources in a .app? Am I thinking about this the wrong way?
Thanks.
That’s called an agent, and you make one by making a regular application and setting its LSUIElement key to the string “1”.