mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 13:04:05 -08:00
[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
This commit is contained in:
parent
ec506e27be
commit
0481ca04ac
|
@ -1,6 +1,6 @@
|
||||||
ZXing for iOS is a sub-project of zxing project partially maintained by
|
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:
|
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
|
- ZXingWidget: a Library that can be included in any iOS app
|
||||||
- ScanTest: a simple test app for ZXingWidget
|
- 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
|
"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
|
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" !
|
"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 ..
|
5. You're almost ready to go ..
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue