Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B0F39200C2C for ; Fri, 3 Mar 2017 20:15:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id AF80D160B6D; Fri, 3 Mar 2017 19:15:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 05A42160B5E for ; Fri, 3 Mar 2017 20:15:53 +0100 (CET) Received: (qmail 29095 invoked by uid 500); 3 Mar 2017 19:15:53 -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 29082 invoked by uid 99); 3 Mar 2017 19:15:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2017 19:15:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C816D18C37F for ; Fri, 3 Mar 2017 19:15:52 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.347 X-Spam-Level: X-Spam-Status: No, score=-2.347 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 3VhkFoRyvn3d for ; Fri, 3 Mar 2017 19:15:52 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E00A35F4AC for ; Fri, 3 Mar 2017 19:15:50 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 91C5FE0A2B for ; Fri, 3 Mar 2017 19:15:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 4F9192415C for ; Fri, 3 Mar 2017 19:15:46 +0000 (UTC) Date: Fri, 3 Mar 2017 19:15:46 +0000 (UTC) From: "Jesse MacFadyen (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CB-8008) [wp8] Icons & splash assets not copied into platform folder MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 03 Mar 2017 19:15:54 -0000 [ https://issues.apache.org/jira/browse/CB-8008?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-8008. --------------------------------- Resolution: Won't Fix WP8 is deprecated, focusing on windows-uwp going forwards. > [wp8] Icons & splash assets not copied into platform folder > ----------------------------------------------------------- > > Key: CB-8008 > URL: https://issues.apache.org/jira/browse/CB-8008 > Project: Apache Cordova > Issue Type: Bug > Components: WP8 (deprecated) > Affects Versions: 4.0.0 > Environment: Windows Pro 8 > Reporter: Gabriel Montes > Assignee: Jesse MacFadyen > Priority: Minor > > The documentation at http://cordova.apache.org/docs/en/4.0.0/config_ref_images.md.html specifies how to set icons and splash for wp8 platform. In addition, http://msdn.microsoft.com/en-us/library/dn757053.aspx adds information on the res folder. > Following that information, created a res folder in the root of the project, at the same level as platforms folder, with icons/wp8 and screens/wp8 folders inside containing the images. The main config.xml was updated with the following code: > > > > > > After cordova prepare wp8 or cordova build wp8, the config.xml in the platform/wp8 folder is updated but neither the icons not the splash images are copied. The default ones are still being used. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org