Skip to content

Instantly share code, notes, and snippets.

View roblillack's full-sized avatar
🚲

Robert Lillack roblillack

🚲
View GitHub Profile
@dvdsgl
dvdsgl / NSApplicationExtensions.cs
Created June 29, 2011 17:14
Extensions to NSApplication for hiding Dock icon and relaunching.
using System;
using System.IO;
using System.Diagnostics;
using MonoMac.AppKit;
using MonoMac.Foundation;
namespace Awareness
{
public static class NSApplicationExtensions