JavaScript library to parse Apple Entitlements, IDE Friendly JSDOC strings included that describes the entitlements :)
npm i https://github.com/selenic-io/entitlements-parser.jsIf you would like to like to contribute, take a look at the list of missing keys, then go to Apple's Developer Docs to find documentation for each entitlement. Then add it to index.js
Make sure you have the following fields in the JSDOC string:
- Entitlement Name
- Entitlement Description
- Supported versions & platforms
Ecample:
/**
* App Installation
* @description The entitlement that enables an app to vend other iOS apps as an alternative app marketplace.
* @type {boolean}
* Supports iOS 17.4+
*/- Enterprise
- Hypervisor
- iCloud
- Journaling Suggestions
- Location
- Managed App Distribution
- Media
- Memory
- Metal
- MessageUI
- Networking
- Notifications
- Privacy
- Push To Talk
- SafetyKit
- Security
- Sensitive Content Analysis
- Sensors
- Siri
- StoreKit
- System (DriverKit, System Extensions)
- TV
- Wallet
- WeatherKit
- Web Browsers
- Wireless Interfaces
- BrowserEngineKit
