Add entry to iOS .plist file via Cordova config.xml

后端 未结 15 1465
日久生厌
日久生厌 2020-11-28 21:41

I am new to the Cordova CLI.

I need to perform the following steps programmatically via Cordova.

  1. In the project .plist add a new row
  2. Enter th
15条回答
  •  醉梦人生
    2020-11-28 22:09

    you just need following steps 1.

    Go to Project navigator Select the target Click on info from tab option other option are build setting build phase you will see key type value When you point on any key name you will find + and - sign click on the + sign write Key: GDLibraryMode in key section Type:Stringin tyoe section Value:GDEnterpriseSimulation in value section

提交回复
热议问题