Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Merging multiple apps into one app (or instance)

Basically, i'm trying to create a 'social' app that combines the apps I use for Twitter, Facebook, Instagram and the default iMessages app.


At the moment I've just made an app in Automator that just launches all the separate apps at once, and have them set out in a comfortable window configuration so I can see/access everything.


Is there a way to somehow combine all these apps into one standalone app or one single instance? Just so I can have one little icon in the dock that manages all the apps (so I can open/quit them all at once just by using the one icon), and so it doesn't take up space on the dock when all the apps open.


Hope that makes sense! Any help would be appreciated.

iMac, OS X Mountain Lion (10.8.2), 3.06 GHz Intel Core2Duo 6GB 1067Mhz

Posted on Mar 19, 2013 8:47 AM

Reply
6 replies

Mar 19, 2013 9:53 AM in response to Nick Kenner

Is there not a way to hide the app icons in the dock?


Ok if that is very important to you can make an applications icon not appear in the dock. It requires you to execute a command from the terminal. Note this will always make that applications icon not appear in the dock not just when you run it from your app. Second the applicaiton's menu bar will also be hidden so you will not be able to get to any of the apps functions that you would normally access from there. You will still have access to those functions via keyboard shortcuts.


If this is really something you want to do seeHow to hide an app's Dock icon


As for the quitting problem. You could have a second app that quits the applications. Something as simple as

tell application "AppName"

quit

end

would work for simple cases.

Merging multiple apps into one app (or instance)

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.