Skip to content

msioen/LetsMove.Binding

Repository files navigation

NuGet Status

LetsMove.Binding

Xamarin binding for the LetsMove library

LetsMove

Move a running Mac OS X application to the Applications folder. Does NOT support sandboxed applications.

Usage

[Register("AppDelegate")]
public class AppDelegate : NSApplicationDelegate
{
    public AppDelegate()
    {
    }

    public override void DidFinishLaunching(NSNotification notification)
    {
       LetsMove.CFunctions.PFMoveToApplicationsFolderIfNecessary();
    }

    public override void WillTerminate(NSNotification notification)
    {
    }
}

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published