mirror of
https://github.com/zxing/zxing.git
synced 2024-11-10 04:54:04 -08:00
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:
parent
27e9d28f8f
commit
dccbd28954
|
@ -40,7 +40,9 @@ How to include ZXingWidget in a easy and clean way (in XCode4):
|
|||
e. libiconv
|
||||
f. AddressBook
|
||||
g. AddressBookUI
|
||||
This must be done by adding them in the 'Link Libraries with Binary' just like step 2.c.
|
||||
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 ..
|
||||
|
||||
|
|
Loading…
Reference in a new issue