This is an automated email from the ASF dual-hosted git repository. jcesarmobile pushed a commit to branch jcesarmobile-patch-1 in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
commit a810e609d2ac5e0e5cd829e7896c387ce85f60c8 Author: jcesarmobile <[email protected]> AuthorDate: Thu Jul 20 12:36:26 2023 +0200 fix: Add missing cordova versions to CDVAvailability.h --- 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]
