breautek commented on code in PR #1563: URL: https://github.com/apache/cordova-ios/pull/1563#discussion_r2417476569
########## README.md: ########## @@ -65,6 +65,21 @@ npm install npm test ``` +## Install Nightly Build + +```bash +cordova platform add ios@nightly +``` + +### Notes + +Nightly builds are **not recommended for production apps**. They are intended for testing purposes—either to check if recent changes in the main branch have fixed existing issues, or to identify new bugs before an official release. Review Comment: ```suggestion Nightly builds are **not recommended for production apps**. They are intended for testing purposes. Either to check if recent changes in the main branch have fixed existing issues, or to identify new bugs before an official release. ``` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
