Skip to content

Commit

Permalink
new asset sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Edson committed Feb 11, 2019
1 parent 88cfd9d commit 07c3ef3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/image-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default class ImageAssets {
.withoutEnlargement()
.toFile(process.env.PWD + "/" + output, function (err) {
if (err) reject(err);

fs.chmodSync(process.env.PWD + "/" + output, '755');

//ImageAssets.incrementBar();
Expand Down Expand Up @@ -204,6 +204,11 @@ export default class ImageAssets {
width: 1536,
height: 2048
},
{
path: "iOS/Assets/Default@2x~universal~anyany.png",
width: 2048,
height: 2048
},
{
path: "iOS/Assets/Default-Landscape-768~ipad.png",
width: 1024,
Expand Down Expand Up @@ -282,6 +287,11 @@ export default class ImageAssets {
width: 152,
height: 152
},
{
path: "iOS/Assets/Icon-83.5@2x.png",
width: 167,
height: 167
},
{
path: "iOS/Assets/Icon-Small.png",
width: 29,
Expand Down

0 comments on commit 07c3ef3

Please sign in to comment.