phonegap / node-phonegap-build

PhoneGap Build node module to login, create, and build apps.
Apache License 2.0
25 stars 25 forks source link

remote build doesn't inlcude res/ folder in upload #62

Closed alexlorenzi closed 1 year ago

alexlorenzi commented 8 years ago

The phonegap remote build command doesn't include the resources folder in the zip upload and so the final app doesn't include any icon,splash screen etc assets.

You can reproduce the issue with a fresh Phonegap project -

> phonegap create hello-world --recipe hello-world
> cd hello-world
> phonegap run ios

This installs the app on a connected device with all the icon/splashscreen assets correctly set. However, if you do

> phonegap remote login
> phonegap remote build ios

And then download and install the ipa - No icon or splash screen.