Cordova modifying plist -


i have following plugin.xml

<platform name="ios">      <config-file target="*-info.plist" parent="/*">         <key>uistatusbarhidden</key>         <string>yes</string>         <true/>         <key>uiviewcontrollerbasedstatusbarappearance</key>         <false/>         <key>uifilesharingenabled</key>         <true/>     </config-file> </platform> 

i'm trying modify ios app's plist has following:

  • uistatusbarhidden set yes
  • uistatusbarhidden set yes
  • uiviewcontrollerbasedstatusbarappearance set no

the above code doesn't seem work. ideas should doing?


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -

php - $params->set Array between square bracket -