You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/06/18 02:48:07 UTC

[1/2] git commit: updated ios references

Updated Branches:
  refs/heads/master 24745d51b -> 8464891cc


updated ios references


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/fdf72480
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/fdf72480
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/fdf72480

Branch: refs/heads/master
Commit: fdf724801d5c2cade1ae8fa97841d8bd3387e3ba
Parents: 4c4514a
Author: Steven Gill <st...@gmail.com>
Authored: Mon Jun 17 17:47:40 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Jun 17 17:47:40 2013 -0700

----------------------------------------------------------------------
 src/ios/CDVDevice.h | 2 +-
 src/ios/CDVDevice.m | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/fdf72480/src/ios/CDVDevice.h
----------------------------------------------------------------------
diff --git a/src/ios/CDVDevice.h b/src/ios/CDVDevice.h
index fd6ea12..a146d88 100644
--- a/src/ios/CDVDevice.h
+++ b/src/ios/CDVDevice.h
@@ -18,7 +18,7 @@
  */
 
 #import <UIKit/UIKit.h>
-#import "CDVPlugin.h"
+#import <Cordova/CDVPlugin.h>
 
 @interface CDVDevice : CDVPlugin
 {}

http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/fdf72480/src/ios/CDVDevice.m
----------------------------------------------------------------------
diff --git a/src/ios/CDVDevice.m b/src/ios/CDVDevice.m
index a331b81..7e18d92 100644
--- a/src/ios/CDVDevice.m
+++ b/src/ios/CDVDevice.m
@@ -20,7 +20,8 @@
 #include <sys/types.h>
 #include <sys/sysctl.h>
 
-#import "CDV.h"
+#import <Cordova/CDV.h>
+#import "CDVDevice.h"
 
 @implementation UIDevice (ModelVersion)
 


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device

Posted by st...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/8464891c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/8464891c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/8464891c

Branch: refs/heads/master
Commit: 8464891cc1b6ee0d4d37eb8be3c88ee81ac8fb0e
Parents: fdf7248 24745d5
Author: Steven Gill <st...@gmail.com>
Authored: Mon Jun 17 17:47:48 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Jun 17 17:47:48 2013 -0700

----------------------------------------------------------------------
 plugin.xml            |  8 +------
 www/android/device.js | 60 ----------------------------------------------
 www/device.js         |  4 +---
 3 files changed, 2 insertions(+), 70 deletions(-)
----------------------------------------------------------------------