Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cordova Wiki" for 
change notification.

The "config/cordova.xml" page has been changed by jbondc:
https://wiki.apache.org/cordova/config/cordova.xml?action=diff&rev1=11&rev2=12

   <!-- default/global configuration of application -->
   <name>Some app</name>
   <version>1.0.1</version>
-  <icon></icon>
- 
+  <icons>
+     <img src="path/app.png" width="58" height="58" />
+     <img src="path/app.png" width="96" height="96" />
+  </icons>
+  <splash>
+     <img src="path/splash.png" width="1024" height="768" />
+  </splash>
   
   <!-- platform specific config and/or overrides  -->
   <platform name="ios">
      <version build="2">1.0.1</version>
-     <icon id="foo@2x">path</icon>    
+     <icons>
+       <img src="path/app.png" width="120" height="120" />
+     </icons>
   </platform>
  
   <platform name="android">
@@ -29, +36 @@

       <!-- runtime specific config and/or overrides  -->
      <runtime name="chromeview">
          <name>Some app (beta!)</name>
-         <dosomething />    
+         <custom />    
      </runtime>
  
   </platform>
  
-   <!-- Rename cordova/worklight... "engine" to view?  -->
+   <!-- Particular cordova/engine config  -->
    <view name="cordova">
       <content src="index.html" />
       <access origin="*" />
    </view>
- 
-   <!-- <engine name="cordova" ..> ? -->
-   <!-- <webview name="cordova" ..> ? -->
-   <!-- <api name="cordova" ..> -->
-   <!-- <context name="cordova" ..> ? -->
-   <!-- <env name="cordova" ..> ? -->
-   <!-- <js-env name="cordova" ..> ? -->
-   <!-- <hostenv name="cordova" ..> ? -->
    
  </app>
  }}}
  
- Could keep 'config.xml' and create new "cordova" namespace:
+ Could keep 'config.xml' and create "cdv" namespace:
  
  
http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/
  
@@ -71, +70 @@

  "WAT" --> "Web app technology? Existing configs:
   * http://dev.w3.org/2006/waf/widgets/
   * https://developer.mozilla.org/en-US/Apps/Developing/Manifest
+  * http://www.w3.org/TR/2013/WD-appmanifest-20131217/
  
  Typically this would be loaded by the WebView / browser.
  
@@ -146, +146 @@

   * Braden
   * Jonathan
  
-  * -1  Jesse
- 
  === Preference for JSON only as user config ===
   * Braden
   * Josh

Reply via email to