Tag Archives: installation

Every Good App Should…

If you had to describe the basic functions you would expect all MacOSX apps to provide, which would they be?     I’m not referring to the most basic, capabilities such as  the fact all apps should support (where appropriate) cut/copy/paste/unlimited-undo and the ability to work with multiple documents .. Think about something a little [...]

Read more
M3InstallController – Every App in Its Place. Take Two.

M3InstallController – Every App in Its Place. Take Two.

URL: http://www.mcubedsw.com/dev
Code Quality: Production
Description:
M3InstallController is a small Objective-C utility class by Martin Pilkington (owner of MCubed Software) that, like PotionFactory’s LetsMove allows your app to see if it is running form the users /Application directory and offers to move itself there if not.    Both M3InstallController and LetsMove accomplish the same goal but in slightly [...]

Read more
LetsMove – Every App in Its Place

LetsMove – Every App in Its Place

URL: http://github.com/potionfactory/LetsMove
Code Quality: Production
Description:
Let’s Move by Potion Factory’s Andy Kim is one of those utilities that enables something every MacOSX app should be able do right out of the box: Install Itself.
Its a simple enough concept, it checks art startup if the app its part of is’t running from the Applications folder and offers to [...]

Read more