Deploy Screenproof with Addigy
Custom Software for the PKG, a custom MDM profile for the app.screenproof managed preferences. Deploy the PKG first.
Validation status Addigy is the console we have the least first-hand detail on. The steps below follow Addigy's standard Custom Software and custom-profile flows; the profile payload and PKG are the same validated artifacts used on other MDMs. Run a one-device trial before rolling fleet-wide.
1. Deploy the PKG
- Create a Custom Software item and upload
Screenproof-<version>.pkg(download the current build fromhttps://updates.screenproof.app/Screenproof-latest.pkg) as the installation package. - Assign it to the target policy so it installs on the covered devices.
No install script is needed â the PKG is a single flat component package. It installs /Applications/Screenproof.app and /Library/LaunchAgents/app.screenproof.agent.plist (per-user agent, RunAtLoad â starts at each user's next login, not at boot). The installer is signed Developer ID Installer, team S65X5KY399, and notarized.
2. Deploy the managed-preferences profile
- Build your profile: start from
examples/managed-preferences.mobileconfigor the Profile Creator. - Under MDM Profiles, create a custom profile from the
.mobileconfigand assign it to the same policy. The payload must reach the device unmodified (payload typecom.apple.ManagedClient.preferences).
Deploy the optional restrictions and PPPC profiles the same way.
3. Verify on a target Mac
- Open Screenproof â Settings â Managed: the managed banner appears with your org's enforced values.
- In the Privacy / Export / License tabs, rows forced by the profile show lock icons and read "Managed by your organization".
- Open Policy Diagnostics: each forced key lists a MANAGED source.
sudo /usr/libexec/mdmclient QueryInstalledProfiles # profile present
defaults read /Library/Managed\ Preferences/app.screenproof
Policy changes Screenproof reads managed keys at policy-resolution time â no daemon restart required in principle. Confirm in your trial deploy: change one key, re-push the profile, and check Policy Diagnostics picks up the new value without a relaunch.
Next steps
- Screen Recording permission â the one-time user approval MDM cannot skip, plus native-capture lockdown.
- Fleet licensing â add
LicenseKeyto the same profile. - Updates â silent Sparkle updates via three more keys.