Previously images dragged into the Xcode asset catalogue could be named as follows ...
Rabbit@2x.png
Rabbit@3x.png
on releasing the drag these images were automatically assigned to the correct 2x & 3x slots within the catalogue.
Now with iOS 13 and Xcode 11 we have the ability to add an alternate set of images for use in dark mode. Does anyone know of if there is a way to specify light / dark as part of the filename so that images automatically end up the light and dark slots.
i.e.
Rabbit@2x.png
Rabbit@3x.png
Rabbit@2x.dark.png
Rabbit@3x.dark.png