dpogue commented on code in PR #1321: URL: https://github.com/apache/cordova-docs/pull/1321#discussion_r1258670162
########## www/_posts/2023-07-10-cordova-ios-7.0.0.md: ########## @@ -0,0 +1,183 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova iOS 7.0.0 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova iOS 7.0.0`! This is one of Cordova's supported platforms for building iOS applications. + +* [[email protected]](https://www.npmjs.com/package/cordova-ios) + +## Release Highlights + +**To upgrade:** + +```bash +cordova platform remove ios +cordova platform add [email protected] +``` + +**To install:** + +```bash +cordova platform add [email protected] +``` + +**BREAKING CHANGES:** Review Comment: Should this be an h3 (`### Breaking Changes`) instead of just bold? -- 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]
