Make icons/splashscreens options consistent with underscores

This commit is contained in:
Slava Kim
2014-10-08 13:29:43 -07:00
parent aaa9bfb048
commit 89ea5afa83
2 changed files with 2 additions and 2 deletions

View File

@@ -3638,7 +3638,7 @@ App.info({
// Set up resources such as icons and launch screens.
App.icons({
'iphone': 'icons/icon-60.png',
'iphone-2x': 'icons/icon-60@2x.png',
'iphone_2x': 'icons/icon-60@2x.png',
// ... more screen sizes and platforms ...
});

File diff suppressed because one or more lines are too long