From e3392bb948ad53889ad334140952f2acf614668e Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Wed, 6 Dec 2023 22:52:09 -0800 Subject: Some work on news. More UI tweaks across the board. --- .../AppIcon.appiconset/App Icon.png | Bin 8399 -> 8190 bytes .../Assets.xcassets/Hotline.imageset/Contents.json | 55 +++++++++++++++++++++ .../Hotline.imageset/hotline-black.svg | 3 ++ .../Hotline.imageset/hotline-white.svg | 3 ++ .../Assets.xcassets/Image.imageset/Contents.json | 20 ++++++++ 5 files changed, 81 insertions(+) create mode 100644 Hotline/Assets.xcassets/Hotline.imageset/Contents.json create mode 100644 Hotline/Assets.xcassets/Hotline.imageset/hotline-black.svg create mode 100644 Hotline/Assets.xcassets/Hotline.imageset/hotline-white.svg create mode 100644 Hotline/Assets.xcassets/Image.imageset/Contents.json (limited to 'Hotline/Assets.xcassets') diff --git a/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png b/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png index 02d1c69..c81665b 100644 Binary files a/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png and b/Hotline/Assets.xcassets/AppIcon.appiconset/App Icon.png differ 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 @@ + + + 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 @@ + + + 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 + } +} -- cgit