Created
May 19, 2018 05:56
-
-
Save tany3/dd57b4e0590e95f62ece94b5ea6c5c9a to your computer and use it in GitHub Desktop.
[iOS] AppIcon.appiconset
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"images" : [ | |
{ | |
"size" : "20x20", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "20x20", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "3x" | |
}, | |
{ | |
"size" : "29x29", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "29x29", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "3x" | |
}, | |
{ | |
"size" : "40x40", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "40x40", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "3x" | |
}, | |
{ | |
"size" : "60x60", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "60x60", | |
"idiom" : "iphone", | |
"filename" : "[email protected]", | |
"scale" : "3x" | |
}, | |
{ | |
"size" : "20x20", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "1x" | |
}, | |
{ | |
"size" : "20x20", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "29x29", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "1x" | |
}, | |
{ | |
"size" : "29x29", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "40x40", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "1x" | |
}, | |
{ | |
"size" : "40x40", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "76x76", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "1x" | |
}, | |
{ | |
"size" : "76x76", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "83.5x83.5", | |
"idiom" : "ipad", | |
"filename" : "[email protected]", | |
"scale" : "2x" | |
}, | |
{ | |
"size" : "1024x1024", | |
"idiom" : "ios-marketing", | |
"filename" : "Icon.png", | |
"scale" : "1x" | |
} | |
], | |
"info" : { | |
"version" : 1, | |
"author" : "xcode" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment