[
https://issues.apache.org/jira/browse/CB-7083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14055692#comment-14055692
]
ASF GitHub Bot commented on CB-7083:
------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/cordova-lib/pull/53
> 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:
> [email protected]
> 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)