PrivacyScreenPlugin icon indicating copy to clipboard operation
PrivacyScreenPlugin copied to clipboard

Loading wrong imageName

Open seriyvolk83 opened this issue 6 years ago • 0 comments

The plugin tries to load images with names like "Default-667h", etc. If I provide the name of the image in "UILaunchImageFile" it still adds suffixes like "LaunchImage-800-667h".

I added <splash ..> in config.xml, but it modifies versions of "LaunchImage" in "Images.xcssets". But, the plugin does not uses "LaunchImage" it tries to load "LaunchImage-800-667h" which is obviously missing.

I have no idea how to make it work - how to provide custom image that will be used to capture the screen.

seriyvolk83 avatar Apr 25 '19 15:04 seriyvolk83