Cordova iOS 7.1.1 Released!
24 Jul 2024
We are happy to announce that we have just released Cordova iOS 7.1.1
! This is one of Cordova's supported platforms for building iOS applications.
To upgrade:
cordova platform remove ios
cordova platform add ios@7.1.1
To install:
cordova platform add ios@7.1.1
Release Highlights
Fixes
-
Properly uninstall plugins with asset tags
Fixed issues where plugins were not uninstalling properly if the plugin had
<asset>
tags defined inplugin.xml
. -
Version warnings during plugin add
Fixed an issue that displayed version check failure warnings when installing plugins.
-
Moved
CODE_SIGN_ENTITLEMENTS
to the target settings of the application target within the Xcode project.
Please report any issues you find on our Cordova-iOS GitHub issue tracker!
Changes include:
Fixes:
- GH-1446 fix: uninstall plugin with
asset
tag - GH-1435 fix: Fix version checking helper scripts
- GH-1436 fix: Properly set the webview config when it is provided
- GH-1438 fix: Set CodeSigning Entitlements in Xcode Project at Target level
Others: