erisu commented on issue #917: URL: https://github.com/apache/cordova-ios/issues/917#issuecomment-648642734
If you are talking about our nightly builds, you can install it like this: ```bash cordova platform add ios@nightly ``` But nightly builds have not been officially voted for release and is not recommended to be used in production environment. Nightly builds may contain bugs. Using nightly is only recommended for testing upcoming releases and so that you could discover and report issues back to us. You could also install the `6.1.0` tag from GitHub but again this tag `6.1.0` is not the official release. ```bash cordova platform add github:apache/cordova-ios#6.1.0 ``` An official release tag would be `rel/6.1.0` but is not yet created but typically once that tag is created, it will be uploaded to the npm registry as well. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
