You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/06/01 07:30:35 UTC

[cordova-plugin-splashscreen] branch master updated: chore: add cordova-ios requirement <6.0.0 (#261)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git


The following commit(s) were added to refs/heads/master by this push:
     new ed1db66  chore: add cordova-ios requirement <6.0.0 (#261)
ed1db66 is described below

commit ed1db6650c73ebd958ed69f572cfcc69f3166c29
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon Jun 1 16:30:24 2020 +0900

    chore: add cordova-ios requirement <6.0.0 (#261)
---
 package.json | 3 +++
 plugin.xml   | 1 +
 2 files changed, 4 insertions(+)

diff --git a/package.json b/package.json
index 2813482..68d322f 100644
--- a/package.json
+++ b/package.json
@@ -36,6 +36,9 @@
         "cordova-android": ">=3.6.0",
         "cordova-windows": ">=4.4.0"
       },
+      "<6.0.0": {
+        "cordova-ios": "<6.0.0"
+      },
       "6.0.0": {
         "cordova": ">100"
       }
diff --git a/plugin.xml b/plugin.xml
index 39e635d..08f2f77 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -30,6 +30,7 @@
 
     <engines>
         <engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->
+        <engine name="cordova-ios" version="<6.0.0" />
         <engine name="cordova-windows" version=">=4.4.0" />
     </engines>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org