Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-7441

Plugman. .jsproj files should be treated as xml if used with <config-file>

    XMLWordPrintableJSON

Details

    Description

      Create plugin with the following section

      <platform name="windows">
          <config-file target="CordovaApp.Phone.jsproj" parent="/*">
              <ItemGroup>
                  <SDKReference Include="Microsoft.VCLibs, version=12.0" />
              </ItemGroup>
              <ItemGroup>
                  <SDKReference Include="SQLite.WinRT, Version=3.8.2" />
              </ItemGroup>
          </config-file>
      
      ...
      </platform>
      

      Run 'cordova plugin add plugin_location'
      The following error is occurred:

      Processing configuration changes for plugins.
      Failed to install 'com.msopentech.websql':Error: malformed document. First element should be <plist>
      ...
      

      Attachments

        Activity

          People

            sgrebnov Sergey Grebnov
            sgrebnov Sergey Grebnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: