mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
typo
git-svn-id: https://zxing.googlecode.com/svn/trunk@1703 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
667657eb6f
commit
3b498b099a
|
@ -26,7 +26,7 @@ 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. Headers search path 2: You need to add zxing ccp 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. You don't need to make this search path recursive so do not check the "recursive path" option
|
||||
|
||||
6. Import the following iOS frameworks: AVFoundation, AudioToolbox, CoreVideo, CoreMedia and libiconv
|
||||
|
||||
|
|
Loading…
Reference in a new issue