mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add “does.not.exist” 1x1 transparent image
This is to silence runtime warnings about missing images for the workaround used to add a11y labels/hints to toolbar buttons.
This commit is contained in:
parent
f9cce6c901
commit
7d99c8afc4
23
Shared/Assets.xcassets/does.not.exist.imageset/Contents.json
vendored
Normal file
23
Shared/Assets.xcassets/does.not.exist.imageset/Contents.json
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "does.not.exist.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "does.not.exist@2x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"filename" : "does.not.exist@3x.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "3x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist.png
vendored
Normal file
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 501 B |
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist@2x.png
vendored
Normal file
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist@2x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 501 B |
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist@3x.png
vendored
Normal file
BIN
Shared/Assets.xcassets/does.not.exist.imageset/does.not.exist@3x.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 502 B |
Loading…
Reference in New Issue
Block a user