instructions to weak link AVFF

git-svn-id: https://zxing.googlecode.com/svn/trunk@2301 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2012-05-31 19:05:43 +00:00
parent 27e9d28f8f
commit dccbd28954

View file

@ -39,8 +39,10 @@ How to include ZXingWidget in a easy and clean way (in XCode4):
d. CoreMedia
e. libiconv
f. AddressBook
g. AddressBookUI
This must be done by adding them in the 'Link Libraries with Binary' just like step 2.c.
g. AddressBookUI
This must be done by adding them in the 'Link Libraries with Binary' just like step 2.c. If you are
supporting iOS 4, for AVFoundation, you must select 'Optional' in the pull down to the right in order to
weak link the framework. (Some symbols used in ZXing didn't exist before iOS 5.)
7. You're almost ready to go ..