Skip to content

Commit

Permalink
Merge pull request #20 from viviedu/master
Browse files Browse the repository at this point in the history
Add new icon/splash sizes for Xcode 9
  • Loading branch information
alexblom authored Nov 16, 2017
2 parents c1bf74e + 82be6ac commit 63f068d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 8 additions & 1 deletion src/platform-icon-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,14 @@ module.exports = {
{ size: 120, id: 'icon-120' },
{ size: 240, id: 'icon-120@2x' },
{ size: 152, id: 'icon-152' },
{ size: 304, id: 'icon-152@2x' }
{ size: 304, id: 'icon-152@2x' },
{ size: 20, id: 'icon-20' },
{ size: 48, id: 'icon-24@2x' },
{ size: 55, id: 'icon-27.5@2x' },
{ size: 88, id: 'icon-44@2x' },
{ size: 172, id: 'icon-86@2x' },
{ size: 196, id: 'icon-98@2x' },
{ size: 1024, id: 'icon-1024' }
]
},

Expand Down
5 changes: 4 additions & 1 deletion src/platform-splash-sizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ module.exports = {
{ width: 2048, height: 1536, id: '2048-1536' },

{ width: 2048, height: 2732, id: '2048-2732' },
{ width: 2732, height: 2048, id: '2732-2048' }
{ width: 2732, height: 2048, id: '2732-2048' },

{ width: 1125, height: 2436, id: '1125-2436' },
{ width: 2436, height: 1125, id: '2436-1125' }
]
},

Expand Down

0 comments on commit 63f068d

Please sign in to comment.