update mac project

This commit is contained in:
Luke 2016-09-09 16:18:22 -04:00
parent 8d9fb0c265
commit 5192e8a6d2
1 changed files with 10 additions and 0 deletions

View File

@ -205,6 +205,16 @@ namespace MediaBrowser.Server.Mac
return new NullPowerManagement ();
}
public void EnableLoopback(string appName)
{
}
public bool PortsRequireAuthorization(string applicationPath)
{
return false;
}
private NativeEnvironment GetEnvironmentInfo()
{
var info = new NativeEnvironment