xamarin-macios/tests/bindings-framework-test/XTest.framework.linkwith.cs

14 строки
320 B
C#

using System;
#if __UNIFIED__
using ObjCRuntime;
#else
using MonoTouch.ObjCRuntime;
#endif
using System.Runtime.InteropServices;
#if __UNIFIED__
[assembly: LinkWith ("XTest.framework")]
[assembly: LinkWith ("XStaticObjectTest.framework", LinkerFlags = "-lz")]
[assembly: LinkWith ("XStaticArTest.framework")]
#endif