Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0AC7A10079 for ; Tue, 21 Jan 2014 19:08:59 +0000 (UTC) Received: (qmail 27913 invoked by uid 500); 21 Jan 2014 19:08:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 27862 invoked by uid 500); 21 Jan 2014 19:08:58 -0000 Mailing-List: contact commits-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 commits@cordova.apache.org Received: (qmail 27855 invoked by uid 99); 21 Jan 2014 19:08:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jan 2014 19:08:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id A2E2F5448C; Tue, 21 Jan 2014 19:08:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drkemp@apache.org To: commits@cordova.apache.org Message-Id: <334153e28c1c460a914bae69a53edd84@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: add device flag since the default changed Date: Tue, 21 Jan 2014 19:08:57 +0000 (UTC) Updated Branches: refs/heads/master d2af2c568 -> 837efc27d add device flag since the default changed Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/837efc27 Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/837efc27 Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/837efc27 Branch: refs/heads/master Commit: 837efc27dfc83a1d3a588ba569e124d848d8f6bf Parents: d2af2c5 Author: David Kemp Authored: Tue Jan 21 14:08:16 2014 -0500 Committer: David Kemp Committed: Tue Jan 21 14:08:16 2014 -0500 ---------------------------------------------------------------------- src/build/makers/ios/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/837efc27/src/build/makers/ios/deploy.js ---------------------------------------------------------------------- diff --git a/src/build/makers/ios/deploy.js b/src/build/makers/ios/deploy.js index 09ed945..5bed9a9 100644 --- a/src/build/makers/ios/deploy.js +++ b/src/build/makers/ios/deploy.js @@ -59,7 +59,7 @@ function run_through(sha, devices, bundlePath, bundleId, callback) { logged_url=false; log('Install + deploy on ' + d); - var args = ['--id=' + d, '--bundle=' + bundlePath, '--debug']; + var args = ['--id=' + d, '--bundle=' + bundlePath, '--debug --device']; var buf = ''; var fruit = cp.spawn(fruitstrap, args); // set up a timeout in case mobile-spec doesnt deploy or run