Github user nikhilkh commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/558#discussion_r56203793
  
    --- Diff: www/docs/en/6.x/config_ref/images.md ---
    @@ -119,6 +120,39 @@ different screen resolutions.
     - [App icon and image size 
guidelines](https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html)
     
     ##Windows
    +
    +For Windows the recommended approach to define app icons is to use 
`target` attribute.
    +
    +```xml
    +    <platform name="windows">
    +        <icon src="res/windows/storelogo.png" target="StoreLogo" />
    +        <icon src="res/windows/smalllogo.png" target="Square30x30Logo" />
    +        <icon src="res/Windows/Square44x44Logo.png" 
target="Square44x44Logo" />
    --- End diff --
    
    I'm confused - does the `target` name have to be this? How does this 
eventually get represented in the manifest - does the target/src filename not 
matter?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to