Software Archive
Read-only legacy content
17060 Discussions

Splash screen files duplicated in iOS package

Guillaume_D_1
Beginner
271 Views

I configure my splash screen normaly in XDK (Launch Icons and Splash Screens) . 
PNG files are located in my project
/www/splash/1334x750.png
/www/splash/2208x1242.png
/www/splash/2048x1536.png

...

I use "Build" tab to compile and it's working good. But ... in iOS package (ipa), png files are duplicated.

  • Location ONE : in IPA / Payload / {id}.app/www/splash/*.png
  • Location TWO : in IPA / Payload / {id}.app/www/Default*.png

This increase package size drastically.

There is a command in Cordova to remove file in build package?

------

Intel XDK version 3400

0 Kudos
2 Replies
PaulF_IntelCorp
Employee
271 Views

Our next release modifies the way icons and splash screens are managed so the image sources do not have to be stored in the www directory. Until that version is released, you will have some duplication of files in your application package.

0 Kudos
Guillaume_D_1
Beginner
271 Views

Great!

When is your next version?

0 Kudos
Reply