diff options
| author | Dustin Mierau <dustin@mierau.me> | 2023-12-06 22:52:09 -0800 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2023-12-06 22:52:09 -0800 |
| commit | e3392bb948ad53889ad334140952f2acf614668e (patch) | |
| tree | 74937a9202b3bb71f28ef9d8e0b3560bdd195b49 /Hotline/Assets.xcassets | |
| parent | 195af38221d1a4358455ba8501b87e4098da101b (diff) | |
Some work on news. More UI tweaks across the board.
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 + } +} |