public
Description: A sample that shows how to move a running Mac application to the /Applications directory
Homepage: http://www.potionfactory.com/blog/2009/09/17/move-applications-folder
Clone URL: git://github.com/potionfactory/LetsMove.git
name age message
file .gitignore Wed Oct 07 22:03:30 -0700 2009 Added a .gitignore file. Will ignore the build ... [klacoste]
directory Dutch.lproj/ Sun Dec 13 08:28:19 -0800 2009 Forgot to replace old translation [wouter]
directory English.lproj/ Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
directory French.lproj/ Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
directory Japanese.lproj/ Fri Oct 09 18:51:31 -0700 2009 Make it more clear that the app is moving to ~/... [andypotion]
file LetsMove-Info.plist Thu Sep 17 18:21:39 -0700 2009 First commit [andypotion]
directory LetsMove.xcodeproj/ Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
file LetsMoveAppDelegate.h Fri Oct 09 18:04:01 -0700 2009 Using a clearer way of declaring the app delega... [andypotion]
file LetsMoveAppDelegate.m Fri Oct 09 15:12:03 -0700 2009 Added some comments on first-run UI to the demo... [klacoste]
file LetsMove_Prefix.pch Thu Sep 17 18:21:39 -0700 2009 First commit [andypotion]
file PFMoveApplication.h Sat Oct 24 11:00:48 -0700 2009 added features: ability to move from DMG, abili... [rsms]
file PFMoveApplication.m Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
file README.markdown Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
directory Russian.lproj/ Mon Nov 30 05:45:39 -0800 2009 Russian localization added [monsterzz]
directory Spanish.lproj/ Mon Dec 14 12:15:28 -0800 2009 Removed add to Dock feature and cleaned up the ... [andypotion]
file main.m Thu Sep 17 18:21:39 -0700 2009 First commit [andypotion]
README.markdown

LetsMove

A sample project that demonstrates how to move a running Mac OS X application to the Applications folder.

Version History

  • 1.2

    • Copy application from disk image then unmount disk image
    • Spanish, French, Dutch, and Russian localizations
  • 1.1

    • Prefers ~/Applications over /Applications if it exists
    • Escape key pushes the "Do Not Move" button
  • 1.0 - First release

Requirements

Builds and runs on Mac OS X 10.4 or higher

Contributors:

  • Andy Kim
  • John Brayton
  • Chad Sellers
  • Kevin LaCoste
  • Rasmus Andersson

Translators:

  • Eita Hayashi (Japanese)
  • Gleb M. Borisov (Russian)
  • Wouter Broekhof (Dutch)
  • Rasmus Andersson / Spotify (French and Spanish)