mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make icons/splashscreens options consistent with underscores
This commit is contained in:
@@ -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
Reference in New Issue
Block a user