diff --git a/Common/Common.csproj b/Common/Common.csproj
index fc7f4c4..bb2ea3b 100644
--- a/Common/Common.csproj
+++ b/Common/Common.csproj
@@ -10,7 +10,7 @@
+To deploy iOS project you will need to create Group ID, App Identifies and Provisioning Profiles. +The project requires a physical device. You can NOT run the project on iOS simulator. You MUST add a device to a devices list. +Unlike with macOS, ALL b ... +
+ +The macOS sample solution consists of 3 projects: container application, an extension project, and a common code.
The container application provides a Menu Bar icon to install/uninstall the file system extension.
-The extension project runs in the background and implements a virtual file system on macOS (File Provider). It processes requests from macOS applications sent via macOS file system API and lists folders content. The macOS extension can be installed only as part of a container application, you can not install the extension application by itself.
+The extension project runs in the background and implements a virtual file system on macOS (File Provider). It processes requests from macOS applications sent via macOS file system API and lists folders content. The macOS extension can be installed only as part of a container application, you can not install the extension application separately.
Note that to use the sample you need both the IT Hit WebDAV Client Library license and IT Hit User File System license.
To run the example, you will need both IT Hit WebDAV Client Library for .NET license and IT Hit User File System Engine for .NET License. You can download a WebDAV Client for .NET trial license in the IT Hit WebDAV Client Library product download area and the User File System trial license in the IT Hit User File System product download area. Note that this sample is fully functional with a trial licenses and does not have any limitations. The trial licenses are valid for one month will stop working after this. You can check the expiration date inside the license file. Download the license files and specify license strings in the WebDAVClientLicense
and UserFileSystemLicense
fields respectively in WebDAVMacApp\Resources\appsettings.json
file. Set the license content directly as a value (NOT as a path to the license file). Do not forget to escape quotes: \":
Note that this sample does NOT require Group ID, App Identifies and Provisioning Profiles configuration for development. It is required only required for production deployment.
To run the sample:
Now you can manage documents using Finder, command prompt or by any other means. You can find the new file system in the 'Locations' sections in Finder.
@@ -55,5 +55,5 @@