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/23 01:05:23 UTC

[13/13] ios commit: Merge branch 'refs/heads/CB-1285'

Merge branch 'refs/heads/CB-1285'


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

Branch: refs/heads/master
Commit: b586157fae2c3f38859a7bebecdaac4675aa27c2
Parents: 268e852 24e7373
Author: Shazron Abdullah <sh...@apache.org>
Authored: Fri Mar 22 16:55:30 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Fri Mar 22 16:55:30 2013 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVCamera.m                  |   71 +++-
 CordovaLib/Classes/CDVExif.h                    |   43 ++
 CordovaLib/Classes/CDVJpegHeaderWriter.h        |   60 +++
 CordovaLib/Classes/CDVJpegHeaderWriter.m        |  472 ++++++++++++++++++
 CordovaLib/CordovaLib.xcodeproj/project.pbxproj |   12 +
 CordovaLibTests/ExifTests.h                     |   27 +
 CordovaLibTests/ExifTests.m                     |  155 ++++++
 7 files changed, 826 insertions(+), 14 deletions(-)
----------------------------------------------------------------------