Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mokono

macrumors newbie
Original poster
I'm working on an app made in applescript. But I need it to run in the background using nothing but the script that the app is made of.

how?

much thanks to potential helpful answers!
 
By "in the background" what do you mean? If you are talking about just not having an entry on the dock or a menubar, then it is easy, you just have to put the "LSUIElement" tag into the Info.plist file inside the application bundle with a value of True (bool).

If you are talking about something else, then you are going to need to be a lot clearer.
 
  • Like
Reactions: Atalantia
By "in the background" what do you mean? If you are talking about just not having an entry on the dock or a menubar, then it is easy, you just have to put the "LSUIElement" tag into the Info.plist file inside the application bundle with a value of True (bool).

If you are talking about something else, then you are going to need to be a lot clearer.

Thank you so so so so so much. You just made my day.

I know, I know, pointless post, but I had to say it!!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.