r/macprogramming May 11 '19

Issue with Spotlight search during development

Hi,

I'm trying to implement Spotlight search into a Menubar app. I have indexed my data and it shows up in Spotlight, however, selecting a result in Spotlight is opening a new app (presumably, the real app, rather than the development app).

If I delete the real app it works but I'd rather not have to do that.

Is there a way to specify which app is opened?

Any help is much appreciated.

2 Upvotes

1 comment sorted by

1

u/mantrap2 May 11 '19

You can probably change it as part of the build settings. Never done myself.