[ 
https://issues.apache.org/jira/browse/CB-13424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16238678#comment-16238678
 ] 

ASF subversion and git services commented on CB-13424:
------------------------------------------------------

Commit e6f4c6225d2e97347350018bd189b8b1039e76b7 in cordova-osx's branch 
refs/heads/master from [~JoseExposito]
[ https://gitbox.apache.org/repos/asf?p=cordova-osx.git;h=e6f4c62 ]

CB-13424: Replaces undefined "self" with "this"

> [cordova-osx] Not adding plugins to the osx platform
> ----------------------------------------------------
>
>                 Key: CB-13424
>                 URL: https://issues.apache.org/jira/browse/CB-13424
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-osx
>            Reporter: José Expósito
>            Assignee: Tobias Bocanegra
>            Priority: Blocker
>
> cordova plugin add does not work on macOS.
> It is necessary to open "platforms/osx/HelloCordova.xcodeproj" and manually 
> add the plugin to "platforms/osx/HelloCordova/config.xml":
> {code}
> <?xml version='1.0' encoding='utf-8'?>
> <widget id="io.cordova.hellocordova" version="1.0.0" 
> xmlns="http://www.w3.org/ns/widgets"; 
> xmlns:cdv="http://cordova.apache.org/ns/1.0";>
>     [...]
>     <feature name="Device">
>         <param name="osx-package" value="CDVDevice" />
>     </feature>
>     [...]
> </widget>
> {code}
> I noticed this happens with Cordova core plugins with official macOS support 
> like cordova-plugin-device or cordova-plugin-file.
> Also experimented while migrating cordova-plugin-camera:
> https://github.com/apache/cordova-plugin-camera/pull/290



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to