update mac project

This commit is contained in:
Luke 2016-05-23 15:38:17 -04:00
parent 6961b4e5a8
commit f31a1da48f
2 changed files with 480 additions and 2929 deletions

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,7 @@ namespace MediaBrowser.Server.Mac
var fileSystem = new ManagedFileSystem(new PatternsLogger(logManager.GetLogger("FileSystem")), false, true);
fileSystem.AddShortcutHandler(new MbLinkShortcutHandler(fileSystem));
var nativeApp = new NativeApp();
var nativeApp = new NativeApp(logManager.GetLogger("App"));
AppHost = new ApplicationHost(appPaths, logManager, options, fileSystem, "Emby.Server.Mac.pkg", nativeApp);