tighten iphone readme wording

git-svn-id: https://zxing.googlecode.com/svn/trunk@1985 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2011-10-20 15:20:19 +00:00
parent 8cc8d7b078
commit 0e6aad1092

View file

@ -30,7 +30,7 @@ How to include ZXingWidget in a easy and clean way (in XCode4):
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. Headers search path 2: You need to add zxing cpp headers to your headers search path, do this similarly as previous step to point the path to cpp/core/src/ where the 'zxing' directory is. You don't need to make this search path recursive so do not check the "recursive path" option
5. Headers search path 2: You need to add zxing cpp headers to your headers search path, do this similarly as previous step to point the path to cpp/core/src/ where the 'zxing' directory is. Do not check the "recursive path" option for this path.
6. Import the following iOS frameworks:
a. AVFoundation