zxing/objc
smparkes@smparkes.net ea664a7cf7 add other example to objc readme
git-svn-id: https://zxing.googlecode.com/svn/trunk@2307 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2012-06-08 18:32:55 +00:00
..
ios.xcodeproj don't export symbols since ios doesn't support private frameworks 2012-02-21 16:08:29 +00:00
osx.xcodeproj don't maintain xcode workspace artifacts in svn 2012-03-08 04:04:06 +00:00
src/ZXing remove cap session i/o before release; causes core dumps on 3G 2012-06-05 20:08:09 +00:00
.gitignore prepping for objc merge 2011-05-17 01:52:11 +00:00
ios_Prefix.pch objective c port for iOS and OS X 2011-05-17 02:07:56 +00:00
osx_Prefix.pch change directory name case to match objc convention; add missing includes so that pch aren't needed 2011-05-18 19:13:07 +00:00
README add other example to objc readme 2012-06-08 18:32:55 +00:00

No docs at this point but there's an example macruby app at
https://github.com/smparkes/zxing.app and a cocoa example (moderately
modified) at https://github.com/smparkes/zxing-objc-demo-app.