Skip to content

Commit

Permalink
Switched from using universal to iPhone & iPad.
Browse files Browse the repository at this point in the history
  • Loading branch information
kcoop committed Oct 15, 2013
1 parent 6be580b commit c0c6644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ and the iOS Contents.json file will look like this, so you'll have generated fil
{
"images": [
{
"idiom": "universal",
"idiom": "iphone",
"scale": "1x",
"fileName": "test.png"
},
{
"idiom": "universal",
"idiom": "iphone",
"scale": "2x",
"fileName": "[email protected]"
},
Expand Down
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,8 +399,8 @@
}

var iosDensities = [
{suffix: "", scale: 1, idiom: "universal", iosScale: "1x" },
{suffix: "@2x", scale: 2.0, idiom: "universal", iosScale: "2x" },
{suffix: "", scale: 1, idiom: "iphone", iosScale: "1x" },
{suffix: "@2x", scale: 2.0, idiom: "iphone", iosScale: "2x" },
{suffix: "@2x", scale: 2.0, idiom: "ipad", iosScale: "1x" },
{suffix: "@2x~ipad", scale: 4.0, idiom: "ipad", iosScale: "2x" }
];
Expand Down

0 comments on commit c0c6644

Please sign in to comment.