From b67ffefbff95c14864d34f28f16b12c6a44982c0 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Fri, 24 May 2024 10:27:34 -0700 Subject: Custom folder icons, including custom icons for dropbox/upload folders and admin folders (all name based like the original client). --- .../Drop Box.imageset/Contents.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Hotline/Assets.xcassets/Drop Box.imageset/Contents.json (limited to 'Hotline/Assets.xcassets/Drop Box.imageset/Contents.json') diff --git a/Hotline/Assets.xcassets/Drop Box.imageset/Contents.json b/Hotline/Assets.xcassets/Drop Box.imageset/Contents.json new file mode 100644 index 0000000..02e78f1 --- /dev/null +++ b/Hotline/Assets.xcassets/Drop Box.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Drop Box.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Drop Box@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Drop Box@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} -- cgit