entitlements

1.3.0 • Public • Published

entitlements Build Status Dependency Status

check the entitlements of a .app bundle

Install

$ npm install --save entitlements

Usage

var entitlements = require('entitlements');
 
entitlements('./Payload/Facebook.app/', function(error, data){
  console.log(data);
  // => { "application-identifier": "com.facebook.facebook",
  //      "get-task-allow": false,
  //      ... }
});
 

CLI

$ npm install --global entitlements
$ entitlements --help
 
  check the entitlements of a .app bundle
 
  Example
    entitlements ./Payload/Facebook.app/
 
    => { "application-identifier""com.facebook.facebook",
         "get-task-allow":false,
         ... }

Related

License

MIT © Matias Singers

/entitlements/

    Package Sidebar

    Install

    npm i entitlements

    Weekly Downloads

    213

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    4.41 kB

    Total Files

    5

    Last publish

    Collaborators

    • matiassingers