diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-06-30 17:46:30 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-06-30 17:46:30 -0700 |
| commit | 038df124a9c9d0ec7e7f3a7387669d5273a5bf49 (patch) | |
| tree | 47f9c39c14a4b48e83be1c42885d92bd88384d47 /Hotline/Assets.xcassets/Section Files.imageset/Contents.json | |
| parent | 3c352f194c7d14cc8a1ee23ec8fb7b834132d9a0 (diff) | |
A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item disable states. Don't request banner from older servers. Cleanup News list display.
Diffstat (limited to 'Hotline/Assets.xcassets/Section Files.imageset/Contents.json')
| -rw-r--r-- | Hotline/Assets.xcassets/Section Files.imageset/Contents.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/Section Files.imageset/Contents.json b/Hotline/Assets.xcassets/Section Files.imageset/Contents.json new file mode 100644 index 0000000..9882c24 --- /dev/null +++ b/Hotline/Assets.xcassets/Section Files.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Section Files.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Section Files@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Section Files@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |