0.0.10 • Published 6 years ago

mobileprovision v0.0.10

Weekly downloads
359
License
MIT
Repository
github
Last release
6 years ago

Install mobileprovision file to Mac OS

Notice

  • Only work on Mac OS
  • Async

Usage

$ npm install mobileprovision --save
var mp = require('mobileprovision');
mp('PATH-TO-YOUT-MOBILEPROVISION-FILE')
    .then(function (value) {
        console.log(value);
    })
    .catch(function (error) {
        console.log(error);
    });

Return value

Success

{ success: true,
  message: '0f529860-04f4-4ff1-a692-63ee6dffdbb2.mobileprovision add success',
  UUID: '0f529860-04f4-4f**-a692-63ee6dffdbb2',
  TeamIdentifier: '5C8*****SN',
  ExpirationDate: 2017-04-06T00:39:59.000Z,
  TeamName: 'Shanghai Boke Information Technology Co., Ltd.' 
}

Fail

{ success: false,
  message: 'Read file ./ceotest1.mobileprovision error. \nDetail: Error: ENOENT: no such file or directory, open \'./ceotest1.mobileprovision\'' 
}

cli

mp install $FILE-PATH

The above command will print the UUID, which will be used in below command.

mp remove $UUID
0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.1.0

9 years ago