From a60f6315cf3a407ada361ed2dd6badd15d63f5a9 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sat, 11 Oct 2025 23:22:05 +0200 Subject: [PATCH 1/2] fix(ios): set engines --- package.json | 3 +++ plugin.xml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/package.json b/package.json index dc0b20b..2962192 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "engines": { "cordovaDependencies": { "3.0.0": { + "cordova-ios": ">=4.0.0" + }, + "4.0.0": { "cordova": ">100" } } diff --git a/plugin.xml b/plugin.xml index f66345a..119a79d 100644 --- a/plugin.xml +++ b/plugin.xml @@ -29,6 +29,10 @@ https://github.com/apache/cordova-plugin-dialogs https://github.com/apache/cordova-plugin-dialogs/issues + + + + From 2a063d7650c1b0373f728613bb33bda4bd316ef2 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Sat, 11 Oct 2025 23:43:21 +0200 Subject: [PATCH 2/2] should be 4.4.0 --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2962192..e59252b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "engines": { "cordovaDependencies": { "3.0.0": { - "cordova-ios": ">=4.0.0" + "cordova-ios": ">=4.4.0" }, "4.0.0": { "cordova": ">100" diff --git a/plugin.xml b/plugin.xml index 119a79d..a5f6e82 100644 --- a/plugin.xml +++ b/plugin.xml @@ -30,7 +30,7 @@ https://github.com/apache/cordova-plugin-dialogs/issues - +