Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D02FB1841C for ; Tue, 28 Apr 2015 09:30:10 +0000 (UTC) Received: (qmail 23224 invoked by uid 500); 28 Apr 2015 09:30:08 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 22419 invoked by uid 500); 28 Apr 2015 09:30:08 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 21345 invoked by uid 99); 28 Apr 2015 09:30:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Apr 2015 09:30:07 +0000 Date: Tue, 28 Apr 2015 09:30:07 +0000 (UTC) From: "John Little (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-8857) cordova prepare doesn't change windows manifest file's version entry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-8857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14516721#comment-14516721 ] John Little commented on CB-8857: --------------------------------- Hi, You are correct I was doing a build for android and iOS but a prepare for windows (don't know why I did that). When I do a build the version number is set in the manifest files. I have setup to hook files that are run as part of the "before_prepare" step. 1 script collects the version number from the config.xml file and increments the 3rd number to give a unique build number. The script also writes a version.js file so I can easily get the version number in my software (it would be nice to have the version number in the cordova object). The second script collects the version number from the config.xml file and modifes the .appxmanifest file It would be nice to have the version number automaticaly set during the prepare phase. > cordova prepare doesn't change windows manifest file's version entry > -------------------------------------------------------------------- > > Key: CB-8857 > URL: https://issues.apache.org/jira/browse/CB-8857 > Project: Apache Cordova > Issue Type: Bug > Components: Windows > Environment: Cordova: 4.3.0 > Windows: 3.8.0 > Reporter: John Little > > When I build/prepare my cordova app for android or iOS the system rebuilds the AndroidManifest.xml and .pfile. Filling in the new version number from the config.xml file. > Unfortunatly for windows the .appxmanifest are not changed. > This means that the app version number is not updated in the manifest. > Would it be possible to have cordova rebuld/modify the windows manifest files with the version information from the config.xml file ? -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org