apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 209 forks source link

How to use build-app-settings.js? #9

Closed jbeuckm closed 9 years ago

jbeuckm commented 10 years ago

I would like to work on the Settings plist generator. Are you running build-app-settings.js in your Cordova build? If not, how should I run it?

apla commented 10 years ago

yes, i am running node bin/build-app-settings.js inside of cordova 3.x project folder. this script read configuration options from app-settings.json

jbeuckm commented 9 years ago

Thanks.