Connor Pearson created CB-8457:
----------------------------------

             Summary: Version specifier causes platform add hook to not run
                 Key: CB-8457
                 URL: https://issues.apache.org/jira/browse/CB-8457
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib
         Environment: OSX 10.10
            Reporter: Connor Pearson


Using cordova 4.2.0, I have a hook in config.xml defined like this:

<platform name="ios">
    <hook type="after_platform_add" src="build/script.rb" />
</platform>

Running 'cordova platform add ios' causes this script to be run, but 'cordova 
platform add ios@3.6.3' does not. If this is intended behavior, how can I set 
up the hook to run on any platform add of ios?



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

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

Reply via email to