From 7d670c5b63db44e32d33b7db3495b4d792866f86 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 2 Jan 2024 19:14:45 -0800 Subject: Fix banners not loading. First crack at adding a classic icon set with icons painsakenly pulled from the original Hotline client. May try to "remaster" these somehow. --- Hotline/Assets.xcassets/Classic/Contents.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Hotline/Assets.xcassets/Classic/Contents.json (limited to 'Hotline/Assets.xcassets/Classic/Contents.json') diff --git a/Hotline/Assets.xcassets/Classic/Contents.json b/Hotline/Assets.xcassets/Classic/Contents.json new file mode 100644 index 0000000..6e96565 --- /dev/null +++ b/Hotline/Assets.xcassets/Classic/Contents.json @@ -0,0 +1,9 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + }, + "properties" : { + "provides-namespace" : true + } +} -- cgit