Christian Hagendorn created CB-5061:
---------------------------------------
Summary: Some preference values are wrong set
Key: CB-5061
URL: https://issues.apache.org/jira/browse/CB-5061
Project: Apache Cordova
Issue Type: Bug
Components: CLI
Environment: npm version: 3.1.0-0.1.0,
platforms: iOS
Reporter: Christian Hagendorn
I use the current version from npm (3.1.0-0.1.0) and when I run "cordova build
ios". The preferences "show-splash-screen-spinner" and
"auto-hide-splash-screen" are not set correctly to the target config for iOS.
These are the values from my config.xml in the root "www":
<preference name="show-splash-screen-spinner" value="false" />
<preference name="auto-hide-splash-screen" value="false" />
The CLI generates these values in "platforms/ios/APP_NAME/":
<preference name="AutoHideSplashScreen" value="true" />
<preference name="ShowSplashScreenSpinner" value="true" />
I would expect that the values are also set to false on the target config.xml
for iOS.
--
This message was sent by Atlassian JIRA
(v6.1#6144)