From 0481ca04ac406d26d5e1a64464465cc04a8861ae Mon Sep 17 00:00:00 2001 From: rpechayr Date: Sun, 14 Nov 2010 15:59:48 +0000 Subject: [PATCH] [iphone] updated README to clearly list the iOS framework to include in a project using ZXingWidget git-svn-id: https://zxing.googlecode.com/svn/trunk@1647 59b500cc-1b3d-0410-9834-0bbf25fbcc57 --- iphone/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/iphone/README b/iphone/README index f6aaec9ad..a8ab58b3b 100644 --- a/iphone/README +++ b/iphone/README @@ -1,6 +1,6 @@ ZXing for iOS is a sub-project of zxing project partially maintained by independent developers. As of 2nd of June 2010, it contains 3 iOS projects: - - BarCodes: Original zxing iOS app. Available on app store. However, the code is currently not maintained + - BarCodes: Original zxing iOS app. Available on app store. However, the code is currently not maintained and does not build - ZXingWidget: a Library that can be included in any iOS app - ScanTest: a simple test app for ZXingWidget @@ -26,6 +26,8 @@ How to include ZXingWidget in a easy and clean way: "Project Settings" and go to the "Build" tab. Look for "Header Search Paths" and double-click it. Add the relative path from your project's directory to the "zxing/iphone/ZXingWidget/Classes" directory. Make sure you click the checkbox "recursive path" ! + + 5. Import the following iOS frameworks: AVFoundation, AudioToolbox, CoreVideo, CoreMedia 5. You're almost ready to go ..