app binary handling utilities
npm install node-fastlane
npm install node-fastlane
npm test
- coverage report is generated under
docs/coverage/index.html
sudo gem install jsduck
npm run docs
var sigh = new Sigh();
sigh.resign({
ipa: 'test.ipa',
profile: 'profile.mobileprovision',
/**
* (optional) identity
* will response with this identity if prompted for an identity
*/
identity: 'iPhone Distribution: Your Company'
})
.then(function() {
deferred.resolve();
}, deferred.reject);
- documentation is generated under
docs/index.html