Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5421D6C5 for ; Mon, 5 Nov 2012 20:04:50 +0000 (UTC) Received: (qmail 66878 invoked by uid 500); 5 Nov 2012 20:04:50 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 66805 invoked by uid 500); 5 Nov 2012 20:04:50 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 66797 invoked by uid 99); 5 Nov 2012 20:04:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 20:04:50 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shazron@gmail.com designates 209.85.220.175 as permitted sender) Received: from [209.85.220.175] (HELO mail-vc0-f175.google.com) (209.85.220.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Nov 2012 20:04:42 +0000 Received: by mail-vc0-f175.google.com with SMTP id p1so6451479vcq.6 for ; Mon, 05 Nov 2012 12:04:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=ZqFozErnESf0yBj95SGFIP8s57Bl44gidUgU0eMaPCs=; b=u1EfMrlV4R8D3+imut04ao/EPbMRbbx4ocalDmZTgtiSvbIRxdIoTPuwXbsjVyjdJ/ IvhtwOOeL8LcKrOl00TzA5ec7gNnpUZIZZ4CaIJ/sc+1B7mlO+6/2XMQ+yleCPRIAXxK Z0m/HgWgIAweCBMeceUUwfpBx5pTJo+rlhHSCcOr6NA6GfeiQKQEaKyx3UWRotuBuAdx MARQaxxkWBkaY4MsNk8vlRsTPLXpZnPk1j5g8Qqg4jRGtyGcYIJ0HJqWChrkNkfiBB/K s/bSGyO+6cIPqqgMcWUz/C+tj5/YCCIXYXPu+DWnQ1rHA1DO2HBG89sEMS4xEW8EAb7d /3Ew== Received: by 10.52.65.51 with SMTP id u19mr9263907vds.3.1352145861667; Mon, 05 Nov 2012 12:04:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.58.106.114 with HTTP; Mon, 5 Nov 2012 12:03:41 -0800 (PST) In-Reply-To: References: From: Shazron Date: Mon, 5 Nov 2012 12:03:41 -0800 Message-ID: Subject: Re: iOS: Why does the cordova.js filename change? To: "dev@cordova.apache.org" Content-Type: multipart/alternative; boundary=20cf3071d0b2c4ec0004cdc4fd8e X-Virus-Checked: Checked by ClamAV on apache.org --20cf3071d0b2c4ec0004cdc4fd8e Content-Type: text/plain; charset=ISO-8859-1 > I'm thinking we only update: > > CordovaLib/cordova.ios.js with the latest from cordova-js > > > > I think we could do this without the explicit step. > > Ok. > > Then for a release, run a script/Makefile target to update: > > 1. CordovaLibAppTests/www/cordova.ios.js > > > For this, we can add a copy step to the build phases to copy the file in > from CordovaLib on each build > > Not feeling too hot for this, we used to have build phases in the project file. Caused some problems with upgrades and stuff, and was too "hidden" for people to know what is going on. But this was for a regular project not CordovaLibAppTests, so I guess its okay for this case. > > 2. bin/templates/project/www with the versioned .js > > > For this, we can have the create script just grab the .js file from > CordovaLib instead of from the templates directory. That can work. --20cf3071d0b2c4ec0004cdc4fd8e--