Skip to content

Commit 5fe7f92

Browse files
committed
Fix jacked up build
1 parent 4c6e4d5 commit 5fe7f92

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ReactiveUI/Cocoa/ReactiveNSViewController.cs

+3
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ public override void ViewDidDisappear(bool animated)
130130
#endif
131131
}
132132

133+
// TODO: Update this once we support 64-bit Xamarin.Mac
134+
#if UIKIT || UNIFIED
133135
static class UIViewControllerMixins
134136
{
135137
internal static void ActivateSubviews(this UIViewController This, bool activate)
@@ -150,4 +152,5 @@ static void ActivateSubviews(this UIView This, bool activate)
150152
}
151153
}
152154
}
155+
#endif
153156
}

packages/repositories.config

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<repository path="../ReactiveUI.AndroidSupport/packages.config" />
1313
<repository path="../ReactiveUI.Events/packages.ReactiveUI.Events_Android_XS.config" />
1414
<repository path="../ReactiveUI.Events/packages.ReactiveUI.Events_iOS_XS.config" />
15+
<repository path="../ReactiveUI.Events/packages.ReactiveUI.Events_iOS64.config" />
1516
<repository path="../ReactiveUI.Events/packages.ReactiveUI.Events_Mac.config" />
1617
<repository path="../ReactiveUI.Testing/packages.ReactiveUI.Testing_Android.config" />
1718
<repository path="../ReactiveUI.Testing/packages.ReactiveUI.Testing_iOS.config" />

0 commit comments

Comments
 (0)