diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-13 16:57:56 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-13 16:57:56 -0700 |
| commit | e9fcf8c3b14e77479a6fb471bb51cd82a008147c (patch) | |
| tree | 372614f30b21fc30dd68b1bb047ca991cb2de9bd /Hotline/Assets.xcassets/User.imageset/Contents.json | |
| parent | f04aef1044687253fbc56a0db0f3a905540eb03d (diff) | |
Show generic user icon in user list if user's icon can not be found.
Diffstat (limited to 'Hotline/Assets.xcassets/User.imageset/Contents.json')
| -rw-r--r-- | Hotline/Assets.xcassets/User.imageset/Contents.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Hotline/Assets.xcassets/User.imageset/Contents.json b/Hotline/Assets.xcassets/User.imageset/Contents.json new file mode 100644 index 0000000..0260694 --- /dev/null +++ b/Hotline/Assets.xcassets/User.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "User.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "User@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "User@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} |