From 141ba771eddd2e504a0f29bafd7b9f7c032b72c0 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 22 Dec 2023 22:27:36 -0800 Subject: Add icon to Servers window. Add a simple app icon for macOS. --- Hotline/Assets.xcassets/Image.imageset/Contents.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Hotline/Assets.xcassets/Image.imageset/Contents.json (limited to 'Hotline/Assets.xcassets/Image.imageset/Contents.json') diff --git a/Hotline/Assets.xcassets/Image.imageset/Contents.json b/Hotline/Assets.xcassets/Image.imageset/Contents.json deleted file mode 100644 index a19a549..0000000 --- a/Hotline/Assets.xcassets/Image.imageset/Contents.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "images" : [ - { - "idiom" : "universal", - "scale" : "1x" - }, - { - "idiom" : "universal", - "scale" : "2x" - }, - { - "idiom" : "universal", - "scale" : "3x" - } - ], - "info" : { - "author" : "xcode", - "version" : 1 - } -} -- cgit