Skip to content

matiassingers/entitlements

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

check the entitlements of a .app bundle

Resources

License

Stars

Watchers

Forks

Packages

No packages published