Build Settings Dont Work For Status Bar

Is this a valid layout as it doesnt seem to do anything (beta 4)

– build.settings

settings =
{
iphone =
{
plist=
{
UIHiddenStatusBar=“YES”,
},
},
}
The above doesnt work and more so the iphone sdk says the plist setting is “UIStatusBarHidden” and not “UIHiddenStatusBar” but neither do a thing [import]uid: 5354 topic_id: 1088 reply_id: 301088[/import]

the original code is from the beta 2 pdf supplied by Ansca [import]uid: 5354 topic_id: 1088 reply_id: 2738[/import]

I might be doing all the hard work here but sometimes the plist generator needs to add a rather than a YES

are you doing this as it seems UIHiddenStatusBar=“YES” wont work and would never as it should be set like that

<key>UIStatusBarHidden</key>  
<true></true>  

These are your instructions I am following, ones that dont seem to work, P24 of the beta 2 guide. [import]uid: 5354 topic_id: 1088 reply_id: 2739[/import]

Case #216, will be resolved in next beta drop. [import]uid: 54 topic_id: 1088 reply_id: 2741[/import]