[
https://issues.apache.org/jira/browse/CB-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Hagendorn resolved CB-5061.
-------------------------------------
Resolution: Invalid
Sorry for the wrong report. I started with a skeleton from 3.0.0 and I think
the property names changes.
When I use the correct preference names for the main config.xml:
* AutoHideSplashScreen
* ShowSplashScreenSpinner
Everything works as expected.
> 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)