When deploying Notability on macOS using Jamf Pro, administrators should be aware that Managed App Configuration is not supported for macOS deployments. Instead, follow the guide below on creating a Configuration Profile.
1. Navigate to Computers > Configuration Profiles.
2. Click “+ New”
3. Enter a Name (eg. “Notability Configuration”) and optional Description for this configuration profile.
4. Click Application & Custom Settings in the middle column, then External Applications.
5. Click “+ Add”
6. Select “Custom Schema” from the “Choose source” menu.
7. Enter “com.gingerlabs.notability” in the Preference Domain field
8. Click “+ Add schema”
9. Paste the following schema into the Custom Schema field that appears, then click Save:
{
"title": "Notability",
"description": "MDM Configurable Settings for Notability.",
"properties": {
"com.apple.configuration.managed": {
"title": "Notability Configuration",
"description": "MDM Configurable Settings for Notability.",
"type": "object",
"properties": {
"License Key": {
"title": "License Key",
"description": "Required for access. Found in the Notability admin panel on our website.",
"type": "string"
},
"iCloud Allowed": {
"title": "iCloud Allowed",
"description": "Allows iCloud Sync",
"type": "boolean",
"default": true
},
"Link Sharing Allowed": {
"title": "Link Sharing Allowed",
"description": "Allows note sharing via links.",
"type": "boolean",
"default": true
},
"Note Gallery Allowed": {
"title": "Note Gallery Allowed",
"description": "Allows publishing/downloading notes from the Notability community.",
"type": "boolean",
"default": true
},
"GIF Library Allowed": {
"title": "GIF Library Allowed",
"description": "Allows use of Tenor GIFs in notes.",
"type": "boolean",
"default": true
},
"Locked Subjects Allowed": {
"title": "Locked Subjects Allowed",
"description": "Allows password protection of Subjects.",
"type": "boolean",
"default": true
},
"Photo Library Allowed": {
"title": "Photo Library Allowed",
"description": "Allows importing photos from Camera Roll.",
"type": "boolean",
"default": true
},
"Web Clip Allowed": {
"title": "Web Clip Allowed",
"description": "Allows inserting webpage previews in notes.",
"type": "boolean",
"default": true
},
"Allowed Export Options": {
"title": "Allowed Export Options",
"description": "Allowed export/import options. Supported Values: Google Drive, Dropbox, OneDrive, Box, WebDAV, Email, AirDrop, OpenIn",
"type": "array",
"items": {
"type": "string",
"title": "Export Option"
},
"default": ["GoogleDrive", "Dropbox", "OneDrive", "Box", "WebDAV", "Email", "AirDrop", "OpenIn"]
}
}
}
}
}
10. Enter your License Key in the License Key field, complete any other configuration selections that you wish to make.
11. Open the Scope tab.
12. Add your deployment targets, and click Save in the bottom right. Jamf will deploy the configuration profile to the selected devices.