You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2015/03/19 17:56:07 UTC

[18/50] [abbrv] ios commit: CB-8640 - Template-ize CDVAvailability.h for coho release tool

CB-8640 - Template-ize CDVAvailability.h for coho release tool


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/1e500ce9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/1e500ce9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/1e500ce9

Branch: refs/heads/unplug-whitelist
Commit: 1e500ce9ff5b986a79e6508934795153264c0b5a
Parents: 98fcf66
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Mar 16 17:19:38 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Mar 16 17:19:38 2015 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVAvailability.h | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/1e500ce9/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 41b3457..40d5489 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -56,16 +56,18 @@
 #define __CORDOVA_3_7_0 30700
 #define __CORDOVA_3_8_0 30800
 #define __CORDOVA_4_0_0 40000
+/* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
 /*
- #if CORDOVA_VERSION_MIN_REQUIRED >= __CORDOVA_1_7_0
-    // do something when its at least 1.7.0
+ #if CORDOVA_VERSION_MIN_REQUIRED >= __CORDOVA_4_0_0
+    // do something when its at least 4.0.0
  #else
-    // do something else (non 1.7.0)
+    // do something else (non 4.0.0)
  #endif
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
+    /* coho:next-version-min-required,replace-after */
     #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_0_0
 #endif
 


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