This is an automated email from the ASF dual-hosted git repository.
dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
The following commit(s) were added to refs/heads/master by this push:
new 6e71f547 fix: Add missing cordova versions to CDVAvailability.h (#1360)
6e71f547 is described below
commit 6e71f5470ed7280c2f8ba4348b0188563ca3c6a4
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Jul 20 15:55:25 2023 +0200
fix: Add missing cordova versions to CDVAvailability.h (#1360)
---
CordovaLib/include/Cordova/CDVAvailability.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CordovaLib/include/Cordova/CDVAvailability.h
b/CordovaLib/include/Cordova/CDVAvailability.h
index 5f1eab5a..c0fd9265 100644
--- a/CordovaLib/include/Cordova/CDVAvailability.h
+++ b/CordovaLib/include/Cordova/CDVAvailability.h
@@ -78,6 +78,8 @@
#define __CORDOVA_6_0_0 60000
#define __CORDOVA_6_1_0 60100
#define __CORDOVA_6_2_0 60200
+#define __CORDOVA_6_3_0 60300
+#define __CORDOVA_7_0_0 70000
/* coho:next-version,insert-before */
#define __CORDOVA_NA 99999 /* not available */
@@ -90,7 +92,7 @@
*/
#ifndef CORDOVA_VERSION_MIN_REQUIRED
/* coho:next-version-min-required,replace-after */
- #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_6_2_0
+ #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_7_0_0
#endif
/*
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]