This is an automated email from the ASF dual-hosted git repository. manuelbeck pushed a commit to branch pr-increase-cordova-ios-to-7 in repository https://gitbox.apache.org/repos/asf/cordova-plugin-camera.git
commit 38aa0e728ea2a67de62ff73320afa2e5ecaf38f3 Author: Manuel Beck <[email protected]> AuthorDate: Sat Dec 6 19:13:49 2025 +0100 feat(ios): increase cordova-ios version to 7.x for version 8.0.1 - cordova-ios 7 supports minimum iOS 11 which should be enough --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index cff3dee..c6e0de1 100644 --- a/package.json +++ b/package.json @@ -61,6 +61,11 @@ "cordova-ios": ">=5.1.0", "cordova": ">=9.0.0" }, + "8.0.1": { + "cordova-android": ">=12.0.0", + "cordova-ios": ">=7.0.0", + "cordova": ">=10.0.0" + }, "9.0.0": { "cordova": ">100" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
