Github user dblotsky commented on a diff in the pull request:

    https://github.com/apache/cordova-paramedic/pull/4#discussion_r59638892
  
    --- Diff: lib/paramedic.js ---
    @@ -105,10 +116,23 @@ ParamedicRunner.prototype.checkPlatformRequirements = 
function() {
         logger.normal("cordova-paramedic: checking requirements for platform " 
+ this.config.getPlatformId());
         var result = exec('cordova requirements ' + 
this.config.getPlatformId());
     
    -    if (result.code !== 0) 
    +    if (result.code !== 0)
             throw new Error('Platform requirements check has failed!');
     };
     
    +ParamedicRunner.prototype.setPermissions = function() {
    +    if(this.config.getPlatformId() === 'ios'){
    --- End diff --
    
    Does this function only support iOS?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

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

Reply via email to