tunapanda / funzo-app

Cordova app running ember and h5p
2 stars 3 forks source link

update version in cordova config on build #119

Closed usernamenumber closed 8 years ago

usernamenumber commented 8 years ago

Set the app version in config/custom/default.js (or config/custom/{development,production}.js) Currently this value is reported in xapi statements. This branch makes it also set as the version in cordova's config during build. That way the version in the app stores is more likely to match what's in the xapi reports it generates.

usernamenumber commented 8 years ago

This PR now also replaces all (or at least most) Certell-specific content with placeholder or Funzo content, with Certell (or any other app) content going in an override file like config/custom/default.js. This will make the app better suited for use as a framework for other apps.

The PR also now updates the app name, description, and author based on config settings provided to Ember. cordova/config.xml is now generated from cordova/TEMPLATE-config.xml when ember build is run.

usernamenumber commented 8 years ago

No comments from anyone, all these changes are in the latest app versions sent to android/ios, so merging.