Skip to content

Instantly share code, notes, and snippets.

@dvdsgl
Created August 28, 2013 19:05
Show Gist options
  • Save dvdsgl/6369933 to your computer and use it in GitHub Desktop.
Save dvdsgl/6369933 to your computer and use it in GitHub Desktop.
#!/usr/bin/csharp
LoadAssembly ("/Library/Frameworks/Xamarin.Mac.framework/Versions/1.4.22/lib/mono/XamMac.dll");
using MonoMac.ScriptingBridge;
var app = SBApplication.FromBundleIdentifier ("com.apple.finder");
Console.WriteLine (app == null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment