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

Python Kivy ListView: How to delete selected ListItemButton? -

asp.net mvc 4 - A specified Include path is not valid. The EntityType '' does not declare a navigation property with the name '' -