jamf / PPPC-Utility

Privacy Preferences Policy Control (PPPC) Utility
MIT License
735 stars 46 forks source link

Help buttons list related codesigning entitlements (#105, #104) #108

Closed macblazer closed 2 years ago

macblazer commented 2 years ago

Created a JSON file listing all of the PPPC Service keys that are provided by Apple. It uses the English names and descriptions from this other Apple document.

This is a step towards having the UI be programmatically generated instead of having these PPPC Services hard-coded in both the UI and code.

I looked through a couple of different Apple docs on entitlements to pull any that seemed related to the PPPC Services.

Implements the help info update part of #105.

macblazer commented 2 years ago

Also fixes #104 at the same time.