You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/01 12:57:14 UTC

[cordova-docs] branch master updated: (ios) Add small@3x icon to list of iOS icon resources (#933)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new c15eda5  (ios) Add small@3x icon to list of iOS icon resources (#933)
c15eda5 is described below

commit c15eda56fa58a0877c81b3a303a39ed2c2df1d59
Author: Nate Eagleson <na...@nateeag.com>
AuthorDate: Fri Mar 1 07:57:09 2019 -0500

    (ios) Add small@3x icon to list of iOS icon resources (#933)
    
    In cordova-ios 4.5.x, if the other sizes are defined but this previously-undocumented
    one is not, the default Cordova icon seems to be dropped in place for it.
    
    That seems unlikely to be the result anyone using custom icons will actually want, so
    I added it to the list.
    
    ### Platforms affected
    
    Documentation (iOS)
    
    ### What does this PR do?
    
    Adds small@3x icon to list of iOS icon resources in the docs.
    
    ### What testing has been done on this change?
    
    None.
    
    ### Checklist
    - [X] Commit message follows the format: "GH-3232: (android) Fix bug with resolving file paths", where GH-xxxx is the GitHub issue ID & "android" is the platform affected.
    - [X] Added automated test coverage as appropriate for this change.
---
 www/docs/en/dev/config_ref/images.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/docs/en/dev/config_ref/images.md b/www/docs/en/dev/config_ref/images.md
index 337c95b..cdeb040 100644
--- a/www/docs/en/dev/config_ref/images.md
+++ b/www/docs/en/dev/config_ref/images.md
@@ -174,6 +174,7 @@ Icons are not applicable to the Browser platform.
         <!-- iPhone Spotlight and Settings Icon -->
         <icon src="res/ios/icon-small.png" width="29" height="29" />
         <icon src="res/ios/icon-small@2x.png" width="58" height="58" />
+        <icon src="res/ios/icon-small@3x.png" width="87" height="87" />
         <!-- iPad Spotlight and Settings Icon -->
         <icon src="res/ios/icon-50.png" width="50" height="50" />
         <icon src="res/ios/icon-50@2x.png" width="100" height="100" />


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org