X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;ds=sidebyside;f=iphone%2FREADME;fp=iphone%2FREADME;h=cd1aedd8db40ca8743a8c7f07c2813cfaa79bfc5;hb=368183629201a741b7b1ffd1c740196ed3b7f0ad;hp=50cb2385586fa848742ca033a85671a9494d7181;hpb=7fb0393869b7a9b63f8d385fea1df973bb151e13;p=zxing.git diff --git a/iphone/README b/iphone/README index 50cb2385..cd1aedd8 100644 --- a/iphone/README +++ b/iphone/README @@ -27,4 +27,10 @@ How to include ZXingWidget in a easy and clean way: it. Add the relative path from your project's directory to the "zxing/iphone/ZXingWidget/Classes" directory. Make sure you click the checkbox "relative path" ! - 5. You're ready to go. Just #import from anywhere and it should work ! \ No newline at end of file + 5. Ultimately you need to make a tweak so that ZXing actually decodes barcode. In target section, double + click on your project target, and go to the build tab. Look for the "Exported Symbols Files" and + double-click on it. Att the relative path to the exportList files in "/zxing/iphone/ZXingWidget/exportList". + This will tell the linket to actually link with some key classes so that this code registers the necessary + decoders. + + 6. You're ready to go. Just #import from anywhere and it should work ! \ No newline at end of file