diff options
Diffstat (limited to 'Hotline/Assets.xcassets')
| -rw-r--r-- | Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png | bin | 8399 -> 8190 bytes | |||
| -rw-r--r-- | Hotline/Assets.xcassets/Hotline.imageset/Contents.json | 55 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/Hotline.imageset/hotline-black.svg | 3 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/Hotline.imageset/hotline-white.svg | 3 | ||||
| -rw-r--r-- | Hotline/Assets.xcassets/Image.imageset/Contents.json | 20 |
5 files changed, 81 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png b/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png Binary files differindex 02d1c69..c81665b 100644 --- a/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png +++ b/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png 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 + } +} diff --git a/Hotline/Assets.xcassets/Hotline.imageset/hotline-black.svg b/Hotline/Assets.xcassets/Hotline.imageset/hotline-black.svg new file mode 100644 index 0000000..5c98c36 --- /dev/null +++ b/Hotline/Assets.xcassets/Hotline.imageset/hotline-black.svg @@ -0,0 +1,3 @@ +<svg width="80" height="160" viewBox="0 0 80 160" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path fill-rule="evenodd" clip-rule="evenodd" d="M0 23L30 0V64H50V23L80 23L80 136L50 160V95.1256L30 95.0595V137H0V23Z" fill="black"/> +</svg> diff --git a/Hotline/Assets.xcassets/Hotline.imageset/hotline-white.svg b/Hotline/Assets.xcassets/Hotline.imageset/hotline-white.svg new file mode 100644 index 0000000..967ea62 --- /dev/null +++ b/Hotline/Assets.xcassets/Hotline.imageset/hotline-white.svg @@ -0,0 +1,3 @@ +<svg width="80" height="160" viewBox="0 0 80 160" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path fill-rule="evenodd" clip-rule="evenodd" d="M0 23L30 0V64H50V23L80 23L80 136L50 160V95.1256L30 95.0595V137H0V23Z" fill="white"/> +</svg> diff --git a/Hotline/Assets.xcassets/Image.imageset/Contents.json b/Hotline/Assets.xcassets/Image.imageset/Contents.json new file mode 100644 index 0000000..a19a549 --- /dev/null +++ b/Hotline/Assets.xcassets/Image.imageset/Contents.json @@ -0,0 +1,20 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |