You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/03/22 19:01:08 UTC

ios commit: Added __CORDOVA_IOS__ macro

Updated Branches:
  refs/heads/master ee862a36f -> 9ce85c22c


Added __CORDOVA_IOS__ macro


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

Branch: refs/heads/master
Commit: 9ce85c22c786ee813d1be5766d7e4d974d4e18f3
Parents: ee862a3
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 22 11:01:01 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 22 11:01:01 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVAvailability.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/9ce85c22/CordovaLib/Classes/CDVAvailability.h
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVAvailability.h b/CordovaLib/Classes/CDVAvailability.h
index 23daa7a..947ae2d 100644
--- a/CordovaLib/Classes/CDVAvailability.h
+++ b/CordovaLib/Classes/CDVAvailability.h
@@ -17,6 +17,8 @@
  under the License.
  */
 
+#define __CORDOVA_IOS__
+
 #define __CORDOVA_0_9_6 906
 #define __CORDOVA_1_0_0 10000
 #define __CORDOVA_1_1_0 10100