diff --git a/TestFairy/Makefile b/TestFairy/Makefile
index 2f1b2dd9..daec6ef1 100644
--- a/TestFairy/Makefile
+++ b/TestFairy/Makefile
@@ -1,3 +1,3 @@
-ASSEMBLY=TestFairy.iOS.dll
+ASSEMBLY=bin/unified/TestFairy.iOS.dll
include ../Rules.make
diff --git a/TestFairy/docs/index.xml b/TestFairy/docs/index.xml
index 83c72725..cef4cc99 100644
--- a/TestFairy/docs/index.xml
+++ b/TestFairy/docs/index.xml
@@ -5,15 +5,9 @@
ObjCRuntime.LinkWith("libTestFairy.a", ObjCRuntime.LinkTarget.Simulator | ObjCRuntime.LinkTarget.ArmV7 | ObjCRuntime.LinkTarget.ArmV7s | ObjCRuntime.LinkTarget.Arm64 | ObjCRuntime.LinkTarget.Simulator64, ForceLoad=true, Frameworks="OpenGLES CoreMedia CoreMotion SystemConfiguration AVFoundation CoreGraphics", IsCxx=true)
-
- System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)
-
System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)
-
- System.Runtime.Versioning.TargetFramework("Xamarin.iOS,Version=v1.0", FrameworkDisplayName="")
-