Skip to content

Commit

Permalink
fix #149 - snowflake image configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Oct 19, 2016
1 parent 19f54c8 commit dd09a2c
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 35 deletions.
33 changes: 0 additions & 33 deletions fastlane/report.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,52 @@
{
"images" : [

{
"extent": "full-screen",
"idiom": "iphone",
"filename": "[email protected]",
"minimum-system-version": "7.0",
"orientation": "portrait",
"scale": "2x",
"subtype": "retina4"
},
{
"extent": "full-screen",
"idiom": "iphone",
"filename": "[email protected]",
"minimum-system-version": "8.0",
"orientation": "portrait",
"scale": "2x",
"subtype": "667h"
},
{
"extent": "full-screen",
"idiom": "iphone",
"filename": "[email protected]",
"minimum-system-version": "8.0",
"orientation": "landscape",
"scale": "3x",
"subtype": "736h"
},
{
"extent": "full-screen",
"idiom": "iphone",
"filename": "[email protected]",
"minimum-system-version": "8.0",
"orientation": "portrait",
"scale": "3x",
"subtype": "736h"
},
{
"extent": "full-screen",
"idiom": "iphone",
"filename": "[email protected]",
"minimum-system-version": "7.0",
"orientation": "portrait",
"scale": "2x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
}
Binary file added src/images/Snowflake-1024.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd09a2c

Please sign in to comment.