You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2026. It is now read-only.
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.
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 ..>inconfig.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.