You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "chris (JIRA)" <ji...@apache.org> on 2014/07/07 08:32:34 UTC

[jira] [Created] (CB-7083) Missing SDKReference support on Windows Phone

chris created CB-7083:
-------------------------

             Summary: Missing SDKReference support on Windows Phone
                 Key: CB-7083
                 URL: https://issues.apache.org/jira/browse/CB-7083
             Project: Apache Cordova
          Issue Type: Bug
          Components: WP8
    Affects Versions: 3.5.0
         Environment: Windows 8.1
            Reporter: chris
            Assignee: Jesse MacFadyen


I'm reporting this as a bug because CB-6115/Tools Release Feb 26, 2014 mentions:

plugman@0.20.0
    Win8/WP: Added SDKReference support via 'lib-file' tags

yet in cordova\node_modules\cordova-lib\src\plugman\platforms\wp8.js I see:

    "lib-file": {
        install:function(source_el, plugin_dir, project_dir, plugin_id) {
            events.emit('verbose', 'lib-file.install is not supported for wp8');
        },
        uninstall:function(source_el, project_dir, plugin_id) {
            events.emit('verbose', 'lib-file.uninstall is not supported for wp8');
        }

I need it to add a reference to the MS Advertising SDK which requires SDKReference.



--
This message was sent by Atlassian JIRA
(v6.2#6252)