diff options
Diffstat (limited to 'Hotline/Assets.xcassets/Hotline.imageset/Contents.json')
| -rw-r--r-- | Hotline/Assets.xcassets/Hotline.imageset/Contents.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Hotline.imageset/Contents.json b/Hotline/Assets.xcassets/Hotline.imageset/Contents.json new file mode 100644 index 0000000..ebc37a0 --- /dev/null +++ b/Hotline/Assets.xcassets/Hotline.imageset/Contents.json @@ -0,0 +1,55 @@ +{ + "images" : [ + { + "filename" : "hotline-black.svg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "filename" : "hotline-white.svg", + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + }, + { + "appearances" : [ + { + "appearance" : "luminosity", + "value" : "dark" + } + ], + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "preserves-vector-representation" : true + } +} |