You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ey...@apache.org on 2015/12/10 03:53:21 UTC

[2/2] ios commit: CB-10162 update reference url for icon images (closes #182)

CB-10162 update reference url for icon images (closes #182)


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

Branch: refs/heads/master
Commit: 58885067ffea1546c51da2d95f2dc6ac30b40bef
Parents: d9d1263
Author: Edna Morales <ed...@gmail.com>
Authored: Wed Dec 9 21:07:47 2015 -0500
Committer: Edna Morales <ed...@gmail.com>
Committed: Wed Dec 9 21:49:12 2015 -0500

----------------------------------------------------------------------
 bin/templates/scripts/cordova/lib/prepare.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/58885067/bin/templates/scripts/cordova/lib/prepare.js
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/lib/prepare.js b/bin/templates/scripts/cordova/lib/prepare.js
index ac94645..62a7c8f 100644
--- a/bin/templates/scripts/cordova/lib/prepare.js
+++ b/bin/templates/scripts/cordova/lib/prepare.js
@@ -262,7 +262,7 @@ function handleIcons(projectConfig, platformRoot) {
     var icons = projectConfig.getIcons('ios');
     var appRoot = path.dirname(projectConfig.path);
 
-    // See https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/LaunchImages.html
+    // See https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/MobileHIG/IconMatrix.html
     // for launch images sizes reference.
     var platformIcons = [
         {dest: 'icon-60.png', width: 60, height: 60},


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