You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/14 06:43:28 UTC

docs commit: Added iPad Pro icon

Repository: cordova-docs
Updated Branches:
  refs/heads/master 8a67a237d -> edff23175


Added iPad Pro icon

 This closes #631


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/edff2317
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/edff2317
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/edff2317

Branch: refs/heads/master
Commit: edff23175ebb3c475a61a3087c3f831938c86dc1
Parents: 8a67a23
Author: monove <ov...@gmail.com>
Authored: Mon Aug 29 15:29:09 2016 -0400
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 13 23:43:16 2016 -0700

----------------------------------------------------------------------
 www/docs/en/dev/config_ref/images.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/edff2317/www/docs/en/dev/config_ref/images.md
----------------------------------------------------------------------
diff --git a/www/docs/en/dev/config_ref/images.md b/www/docs/en/dev/config_ref/images.md
index 34ca475..dabf5de 100644
--- a/www/docs/en/dev/config_ref/images.md
+++ b/www/docs/en/dev/config_ref/images.md
@@ -118,6 +118,8 @@ Icons are not applicable to the Browser platform.
         <!-- 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" />
+        <!-- iPad Pro -->
+        <icon src="res/ios/icon-83.5@2x.png" width="167" height="167" />
     </platform>
 ```
 ###See Also


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