When I try to upload an app to Krooshal from Adobe “build.phonegap.com“, not a Phonegap app, but one from their build service. I get this error when creating a new app in Krooshal:
Unable to find Info.plist
I assume that the Adobe build service does not include this file, since I am not an objective c developer, I am not sure what this files does or if there a way I can manually include it in my WWW folder before I send to the build service.
Thanks in advance for any help!
~Red
In the plist generated by build.phonegap.com, it appears that CFBundleShortVersionString is not populated, CFBundleVersion is. CFBundleShortVersionString represents release, whereas CFBundleVersion represents any build. Krooshal supports both attributes now.