The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
| var _ = require('underscore')._; | |
| module.exports = function(grunt) { | |
| grunt.initConfig({ | |
| settings: { | |
| appName: 'YourAppName', | |
| ppUuid: 'uuid', /* Provisioning profile UUID */ | |
| distributionName: 'cert_name', /* Distr. certificate name */ | |
| keystoreLocation: '/Users/path/to/android.keystore', /* path to keystore */ | |
| storePassword: 'keystore_password', /* keystore password */ |