Add image place holder for dark mode
This commit is contained in:
parent
e332b1f3be
commit
c1a28b4988
4 changed files with 20 additions and 0 deletions
|
|
@ -3,6 +3,26 @@
|
|||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "id-card.pdf"
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "id-card-light.pdf",
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "light"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "id-card-dark.pdf",
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
|
|
|
|||
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/id-card-dark.pdf
vendored
Normal file
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/id-card-dark.pdf
vendored
Normal file
Binary file not shown.
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/id-card-light.pdf
vendored
Normal file
BIN
pass/Assets.xcassets/PasswordImagePlaceHolder.imageset/id-card-light.pdf
vendored
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue