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

ASF GitHub Bot commented on CB-9033:
------------------------------------

Github user TimBarham commented on the pull request:

    https://github.com/apache/cordova-lib/pull/219#issuecomment-109377681
  
    It's certainly a common JavaScript recommendation to always use strict 
equality / inequality operators so you don't accidentally get an invalid match 
because of type conversion. It can also be much faster (because no type 
conversion), though that is unlikely to be significant in most of the stuff we 
do. So it can be a good habit to form, but in this particular scenario I can't 
see it making a difference. Ultimately as long as we're *intentional* about 
which we use in each situation, all is good (personally my approach is to 
always use the strict operators unless I have a specific, intentional reason 
not to).


> Plugins fail to install on Apple Watch based Cordova project
> ------------------------------------------------------------
>
>                 Key: CB-9033
>                 URL: https://issues.apache.org/jira/browse/CB-9033
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>    Affects Versions: 5.0.0
>            Reporter: Olivier Goguel
>
> After having added the Watch Kit target to an iOS Cordova project, plugins 
> cannot be added any more through the CLI.
> An error is thrown "'could not find -Info.plist file, or config.xml file." as 
> the plugin manager is confused by the plist files from the WatchKit App and 
> WatchKit Extension and fails to find the proper plist file of the projet.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to