Install osxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew updateosxfuse (3.x.x) from https://github.com/osxfuse/osxfuse/releases.ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"brew update| using System; | |
| namespace Virtlink | |
| { | |
| /// <summary> | |
| /// Executes a particular piece of code based on the type of the argument. | |
| /// </summary> | |
| /// <example> | |
| /// Usage example: | |
| /// <code> |
| // | |
| // ARC Helper | |
| // | |
| // Version 2.1 | |
| // | |
| // Created by Nick Lockwood on 05/01/2012. | |
| // Copyright 2012 Charcoal Design | |
| // | |
| // Distributed under the permissive zlib license | |
| // Get the latest version from here: |
| /* Original source code courtesy John from iOSDeveloperTips.com */ | |
| #include <sys/socket.h> | |
| #include <sys/sysctl.h> | |
| #include <net/if.h> | |
| #include <net/if_dl.h> | |
| + (NSString *)getMacAddress | |
| { | |
| int mgmtInfoBase[6]; |