This commit is contained in:
wing328 2015-11-30 10:53:31 +08:00
parent aadc07396d
commit 96003a1e90
2 changed files with 17 additions and 2 deletions

View File

@ -112,7 +112,7 @@ public class OnlineGeneratorOptionsTest {
try {
FileUtils.deleteDirectory(dir);
} catch (Exception e) { // directory can't be delete for some reasons
} catch (Exception e) { // directory can't be deleted for some reasons
e.printStackTrace();
}
for (InvocationCounter option : options.values()) {

View File

@ -5,16 +5,31 @@
"size" : "29x29",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "29x29",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "40x40",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ipad",
"size" : "29x29",
@ -50,4 +65,4 @@
"version" : 1,
"author" : "xcode"
}
}
}