Pods/LetsMove/README.md
A sample project that demonstrates how to move a running Mac OS X application to the Applications folder.
Builds and runs on Mac OS X 10.6 or higher. Does NOT support sandboxed applications.
Option 1:
Build then embed LetsMove.framework into your app.
Option 2:
Copy the following files into your project:
If your project has ARC enabled, you'll want to disable ARC on the above files. You can do so by adding -fno-objc-arc compiler flag to your PFMoveApplication.m source file. See http://stackoverflow.com/questions/6646052/how-can-i-disable-arc-for-a-single-file-in-a-project/6658549#6658549
If your application is localized, also copy the 'MoveApplication.string' files into your project.
Link your application against Security.framework.
In your app delegate's "-[applicationWillFinishLaunching:]" method, call the PFMoveToApplicationsFolderIfNecessary function at the very top.
Public domain
1.24
1.23
1.22
1.21
1.20
1.19
1.18
1.17
1.16
1.15
1.14
1.13
1.12
1.11
1.10
1.9
1.8
1.7.2
1.7.1
1.7
1.6.3
1.6.2
1.6.1
1.6
1.5.2
1.5.1
1.5
1.4
1.3
1.2
1.1
1.0