Changes between Version 3 and Version 4 of DeveloperGuidelines/EdenMobile/DevelopmentEnvironment


Ignore:
Timestamp:
04/04/17 18:41:03 (8 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/EdenMobile/DevelopmentEnvironment

    v3 v4  
    4343
    44446. Build for Release
    45  - @ToDo: configure the default server if-required
    46 
     45 - Configure the default server, if-required: {{{www/config/settings.js}}}
     46{{{
     47'url': {
     48        type: 'url',
     49        defaultValue: 'http://my.server.org/eden',
     50        writable: false,
     51}}}
     52 - create the non-debug APK
    4753{{{
    4854cd eden_mobile
    4955cordova build --release android
    5056}}}
    51  - distribute the file {{{platforms/android/build/outputs/android-release-unsigned.apk}}}
     57 - Distribute the file {{{platforms/android/build/outputs/android-release-unsigned.apk}}}
    5258 - @ToDo: Signing https://cordova.apache.org/docs/en/latest/guide/platforms/android/