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
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: