1
2
3
4
5
6
7
8
9
10
11
12
| // WARNING: This feature is deprecated. Use the "Native References" folder instead.
| // Right-click on the "Native References" folder, select "Add Native Reference",
| // and then select the static library or framework that you'd like to bind.
| //
| // Once you've added your static library or framework, right-click the library or
| // framework and select "Properties" to change the LinkWith values.
|
| using ObjCRuntime;
|
| [assembly: LinkWith ("libEZviz.a", LinkerFlags = "-lz", IsCxx = true,
| Frameworks = "AVFoundation CoreGraphics UIKit CoreMedia AudioToolbox VideoToolbox GLKit OpenAL MobileCoreServices SystemConfiguration CoreTelephony AVFoundation",
| SmartLink = true, ForceLoad = true)]
|
|