First version of iPhone skeleton app using official iPhone SDK.
authorchristian.brunschen <christian.brunschen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Apr 2008 13:05:17 +0000 (13:05 +0000)
committerchristian.brunschen <christian.brunschen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Wed, 23 Apr 2008 13:05:17 +0000 (13:05 +0000)
commit1ac345c7361d0d1f710762190b174671cc06c656
tree5ca9634cc84b1da5dc4455052fb01970b406259f
parent81282ca29fcbe7a0c688ffcd30d7e29477ed4baa
First version of iPhone skeleton app using official iPhone SDK.
Very much unpolished & a work in progress.

git-svn-id: http://zxing.googlecode.com/svn/trunk@376 59b500cc-1b3d-0410-9834-0bbf25fbcc57
13 files changed:
iphone/ZXing/Classes/Decoder.h [new file with mode: 0644]
iphone/ZXing/Classes/Decoder.m [new file with mode: 0644]
iphone/ZXing/Classes/DecoderDelegate.h [new file with mode: 0644]
iphone/ZXing/Classes/DecoderViewController.h [new file with mode: 0644]
iphone/ZXing/Classes/DecoderViewController.m [new file with mode: 0644]
iphone/ZXing/Classes/ZXingAppDelegate.h [new file with mode: 0644]
iphone/ZXing/Classes/ZXingAppDelegate.m [new file with mode: 0644]
iphone/ZXing/DecoderView.xib [new file with mode: 0644]
iphone/ZXing/Info.plist [new file with mode: 0644]
iphone/ZXing/MainWindow.xib [new file with mode: 0644]
iphone/ZXing/ZXing.xcodeproj/project.pbxproj [new file with mode: 0755]
iphone/ZXing/ZXing_Prefix.pch [new file with mode: 0644]
iphone/ZXing/main.m [new file with mode: 0644]