Example #1
0
        protected override void OnInitialized()
        {
            var workbookAppsDirectory = new FilePath(NSBundle.MainBundle.SharedSupportPath)
                                        .Combine("WorkbookApps");

            if (workbookAppsDirectory.DirectoryExists)
            {
                WorkbookAppInstallation.RegisterSearchPath(workbookAppsDirectory);
            }

            WorkbookAppInstallation.RegisterPathMapper(
                WorkbookAppInstallation_MacosVersionPathMapper);
        }