dpogue commented on code in PR #1331: URL: https://github.com/apache/cordova-docs/pull/1331#discussion_r1317267797
########## www/_posts/2023-09-06-cordova-ios-7.0.1.md: ########## @@ -0,0 +1,43 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova iOS 7.0.1 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova iOS 7.0.1`! This is one of Cordova's supported platforms for building iOS applications. + +* [cordova-ios@7.0.1](https://www.npmjs.com/package/cordova-ios) + +## Release Highlights + +**To upgrade:** + +```bash +cordova platform remove ios +cordova platform add ios@7.0.1 +``` + +**To install:** + +```bash +cordova platform add ios@7.0.1 +``` + +**Fixes:** Review Comment: I think it's also worth calling out the fix to the Xcode project paths, since that was causing plugin installation issues for people. > * **Fix paths in the Xcode pbxproj** > > Cordova-iOS 7.0.0's Xcode project file was missing path information for some files. While this worked fine within the Xcode app, it caused problems for plugins and hooks that were attempting to modify the project file programmatically. We've fixed this issue by ensuring that all files in the Xcode project include a path property. ########## www/_posts/2023-09-06-cordova-ios-7.0.1.md: ########## @@ -0,0 +1,43 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova iOS 7.0.1 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova iOS 7.0.1`! This is one of Cordova's supported platforms for building iOS applications. + +* [cordova-ios@7.0.1](https://www.npmjs.com/package/cordova-ios) + +## Release Highlights + +**To upgrade:** + +```bash +cordova platform remove ios +cordova platform add ios@7.0.1 +``` + +**To install:** + +```bash +cordova platform add ios@7.0.1 +``` + +**Fixes:** + +* **Building on Xcode 11** + + "Cordova-iOS 7 is documented to support Xcode 11 and later. However, due to recent changes to support `LimitsNavigationsToAppBoundDomains`, builds fail on Xcode 11. To address this issue, we have added conditional checks to ensure that the app can be built with Xcode 11. Please note that the `LimitsNavigationsToAppBoundDomains` feature will not be available when building with Xcode 11. Review Comment: Unnecessary quotation mark at the start of this line -- 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: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org