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 EA45C18CAC for ; Wed, 1 Jul 2015 21:15:59 +0000 (UTC) Received: (qmail 23121 invoked by uid 500); 1 Jul 2015 21:15:59 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 23095 invoked by uid 500); 1 Jul 2015 21:15:59 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 23086 invoked by uid 99); 1 Jul 2015 21:15:59 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jul 2015 21:15:59 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4BE9E048E; Wed, 1 Jul 2015 21:15:59 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nikhilkh@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-windows git commit: CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest. These capabilities are no longer required as they no longer cause a crash in later flights of the OS.. This closes #95 Date: Wed, 1 Jul 2015 21:15:59 +0000 (UTC) Repository: cordova-windows Updated Branches: refs/heads/master 99107c627 -> b4eb9d76b CB-9271: Removed the unnecessary device capabilities from the Windows 10 app manifest. These capabilities are no longer required as they no longer cause a crash in later flights of the OS.. This closes #95 Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/b4eb9d76 Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/b4eb9d76 Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/b4eb9d76 Branch: refs/heads/master Commit: b4eb9d76b9cc9b15a1f9d84dffe9d9bbbf55f527 Parents: 99107c6 Author: Rob Paveza Authored: Tue Jun 30 16:15:51 2015 -0700 Committer: Nikhil Khandelwal Committed: Wed Jul 1 14:14:26 2015 -0700 ---------------------------------------------------------------------- template/package.windows10.appxmanifest | 10 ---------- 1 file changed, 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b4eb9d76/template/package.windows10.appxmanifest ---------------------------------------------------------------------- diff --git a/template/package.windows10.appxmanifest b/template/package.windows10.appxmanifest index a435b14..e59e019 100644 --- a/template/package.windows10.appxmanifest +++ b/template/package.windows10.appxmanifest @@ -68,16 +68,6 @@ - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org