-
Notifications
You must be signed in to change notification settings - Fork 5
/
README
31 lines (21 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
ZBar
==========
This is a MonoTouch binding for the ZBar iOS SDK which can be found at
http://zbar.sourceforge.net/iphone/sdkdoc/index.html
The current version of this binding is for ZBar iOS SDK 1.2
Compiling ZBar.dll
======================
This binding hasn't been updated since the move from MonoDevelop to Xamarin Studio.
If having trouble building via XS, see here:
https://github.com/tystol/MonoTouch.ZBar/issues/2
Otherwise, simply drop the libzbar.a file into the /binding directory and run the
makefile or open and compile the ZBar.MonoTouch.sln
Using ZBar.dll within your iOS apps
=======================================
Add the ZBar.dll to your project's References list.
For Release builds, currently the native linker has to be explicitly configured to
not strip the NSDictionary key constants. Add the following to the 'additional mtouch arguments'
section of the iPhone Build project settings:
--nosymbolstrip=ZBarReaderControllerResults
See here for details:
http://stackoverflow.com/questions/15150412/