potionfactory / LetsMove

A sample that shows how to move a running Mac application to the /Applications directory
http://www.potionfactory.com/blog/2009/09/17/move-applications-folder
963 stars 137 forks source link

Improved compatibility for 10.7 builds. #13

Closed wbyoung closed 12 years ago

wbyoung commented 12 years ago

No longer assuming that AuthorizationExecuteWithPrivileges will be defined and looking it up via dyld.

This gets rid of a few warnings that are generated when using the code and targeting 10.7+.

andypotion commented 12 years ago

Thanks for this.

wbyoung commented 12 years ago

Sure, glad to help.