| @@ -2683,26 +2683,31 @@ private: | |||
| { | |||
| AppIconType types[] = | |||
| { | |||
| { "iphone", "29x29", "Icon-29.png", "1x", 29 }, | |||
| { "iphone", "29x29", "Icon-29@2x.png", "2x", 58 }, | |||
| { "iphone", "29x29", "Icon-29@3x.png", "3x", 87 }, | |||
| { "iphone", "40x40", "Icon-Spotlight-40@2x.png", "2x", 80 }, | |||
| { "iphone", "40x40", "Icon-Spotlight-40@3x.png", "3x", 120 }, | |||
| { "iphone", "57x57", "Icon.png", "1x", 57 }, | |||
| { "iphone", "57x57", "Icon@2x.png", "2x", 114 }, | |||
| { "iphone", "60x60", "Icon-60@2x.png", "2x", 120 }, | |||
| { "iphone", "60x60", "Icon-@3x.png", "3x", 180 }, | |||
| { "ipad", "29x29", "Icon-Small-1.png", "1x", 29 }, | |||
| { "ipad", "29x29", "Icon-Small@2x-1.png", "2x", 58 }, | |||
| { "ipad", "40x40", "Icon-Spotlight-40.png", "1x", 40 }, | |||
| { "ipad", "40x40", "Icon-Spotlight-40@2x-1.png", "2x", 80 }, | |||
| { "ipad", "50x50", "Icon-Small-50.png", "1x", 50 }, | |||
| { "ipad", "50x50", "Icon-Small-50@2x.png", "2x", 100 }, | |||
| { "ipad", "72x72", "Icon-72.png", "1x", 72 }, | |||
| { "ipad", "72x72", "Icon-72@2x.png", "2x", 144 }, | |||
| { "ipad", "76x76", "Icon-76.png", "1x", 76 }, | |||
| { "ipad", "76x76", "Icon-76@2x.png", "2x", 152 }, | |||
| { "ipad", "83.5x83.5", "Icon-83.5@2x.png", "2x", 167 } | |||
| { "iphone", "20x20", "Icon-Notification-20@2x.png", "2x", 40 }, | |||
| { "iphone", "20x20", "Icon-Notification-20@3x.png", "3x", 60 }, | |||
| { "iphone", "29x29", "Icon-29.png", "1x", 29 }, | |||
| { "iphone", "29x29", "Icon-29@2x.png", "2x", 58 }, | |||
| { "iphone", "29x29", "Icon-29@3x.png", "3x", 87 }, | |||
| { "iphone", "40x40", "Icon-Spotlight-40@2x.png", "2x", 80 }, | |||
| { "iphone", "40x40", "Icon-Spotlight-40@3x.png", "3x", 120 }, | |||
| { "iphone", "57x57", "Icon.png", "1x", 57 }, | |||
| { "iphone", "57x57", "Icon@2x.png", "2x", 114 }, | |||
| { "iphone", "60x60", "Icon-60@2x.png", "2x", 120 }, | |||
| { "iphone", "60x60", "Icon-@3x.png", "3x", 180 }, | |||
| { "ipad", "20x20", "Icon-Notifications-20.png", "1x", 20 }, | |||
| { "ipad", "20x20", "Icon-Notifications-20@2x.png", "2x", 40 }, | |||
| { "ipad", "29x29", "Icon-Small-1.png", "1x", 29 }, | |||
| { "ipad", "29x29", "Icon-Small@2x-1.png", "2x", 58 }, | |||
| { "ipad", "40x40", "Icon-Spotlight-40.png", "1x", 40 }, | |||
| { "ipad", "40x40", "Icon-Spotlight-40@2x-1.png", "2x", 80 }, | |||
| { "ipad", "50x50", "Icon-Small-50.png", "1x", 50 }, | |||
| { "ipad", "50x50", "Icon-Small-50@2x.png", "2x", 100 }, | |||
| { "ipad", "72x72", "Icon-72.png", "1x", 72 }, | |||
| { "ipad", "72x72", "Icon-72@2x.png", "2x", 144 }, | |||
| { "ipad", "76x76", "Icon-76.png", "1x", 76 }, | |||
| { "ipad", "76x76", "Icon-76@2x.png", "2x", 152 }, | |||
| { "ipad", "83.5x83.5", "Icon-83.5@2x.png", "2x", 167 }, | |||
| { "ios-marketing", "1024x1024", "Icon-AppStore-1024.png", "1x", 1024 } | |||
| }; | |||
| return Array<AppIconType> (types, numElementsInArray (types)); | |||