Answered: Sencha + Phonegap how to build an app using different app.json
Answered: Sencha + Phonegap how to build an app using different app.json
Hi folks!
I wonder if it is possible to build my app using different app.json files.
I am using Sencha + Phonegap + Twitter plugins and the plugins are different for Android/iOS so I was thinking to do:
- Set the app.json an attribute with the platform
- In the app.js check if it is for Android load PluginAndroid if not load PluginIOS
Finally the command should be something like sencha build app [app.json]