// 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 ("libMyLibrary.a", SmartLink = true, ForceLoad = true)] [assembly: LinkWith("libMyLibrary.a", LinkerFlags = "-lz", IsCxx = true, Frameworks = "AVFoundation CoreGraphics UIKit CoreMedia AudioToolbox VideoToolbox GLKit OpenAL MobileCoreServices SystemConfiguration CoreTelephony AVFoundation WebKit",
 SmartLink = true, ForceLoad = true)]