Skip to content

Instantly share code, notes, and snippets.

@spouliot
Created January 2, 2018 15:57
Show Gist options
  • Save spouliot/1c91d6ee7c084a06890e5f3f2a475001 to your computer and use it in GitHub Desktop.
Save spouliot/1c91d6ee7c084a06890e5f3f2a475001 to your computer and use it in GitHub Desktop.
Reversed
diff --git a/build/ios/AssemblyInfo.cs b/build/ios/AssemblyInfo.cs
index 4c8dbe9..8e514ef 100644
--- a/build/ios/AssemblyInfo.cs
+++ b/build/ios/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("11.9.0.0; git-rev-head:02042741db77ddacb3c1c2d76715d6cbfbd6077a; git-branch:missing-designated-initializer")]
+[assembly: AssemblyInformationalVersion ("11.9.0.0; git-rev-head:3ea8ad404124b87b8500575edb09770a2df7cb6b; git-branch:bug58350")]
[assembly: AssemblyTitle ("Xamarin.iOS")]
[assembly: AssemblyProduct ("Xamarin.iOS")]
// FIXME: Probably need to add Copyright 2009-2011 Novell Inc.
diff --git a/build/ios/Constants.cs b/build/ios/Constants.cs
index 8d3503a..6bcc248 100644
--- a/build/ios/Constants.cs
+++ b/build/ios/Constants.cs
@@ -7,7 +7,7 @@ namespace MonoTouch {
#endif
public static partial class Constants {
public const string Version = "11.9.0";
- internal const string Revision = "0 (missing-designated-initializer: 02042741)";
+ internal const string Revision = "0 (bug58350: 3ea8ad40)";
public const string SdkVersion = "11.2";
public const string libSystemLibrary = "/usr/lib/libSystem.dylib";
diff --git a/build/ios/compat/MapKit/MKAnnotationView.g.cs b/build/ios/compat/MapKit/MKAnnotationView.g.cs
index a5dc8d6..0d7b5a2 100644
--- a/build/ios/compat/MapKit/MKAnnotationView.g.cs
+++ b/build/ios/compat/MapKit/MKAnnotationView.g.cs
@@ -129,7 +129,7 @@ namespace MonoTouch.MapKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.MacOSX, 10,13, PlatformArchitecture.Arch64)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForDisplay ()
{
global::MonoTouch.UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/compat/UIKit/UIApplication.g.cs b/build/ios/compat/UIKit/UIApplication.g.cs
index 076de02..42bfd21 100644
--- a/build/ios/compat/UIKit/UIApplication.g.cs
+++ b/build/ios/compat/UIKit/UIApplication.g.cs
@@ -87,7 +87,6 @@ namespace MonoTouch.UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual int BeginBackgroundTask ([BlockProxy (typeof (MonoTouch.ObjCRuntime.Trampolines.NIDNSAction))]NSAction backgroundTimeExpired)
{
BlockLiteral *block_ptr_backgroundTimeExpired;
@@ -116,7 +115,6 @@ namespace MonoTouch.UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 7,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual int BeginBackgroundTask (string taskName, [BlockProxy (typeof (MonoTouch.ObjCRuntime.Trampolines.NIDNSAction))]NSAction expirationHandler)
{
if (taskName == null)
@@ -242,7 +240,6 @@ namespace MonoTouch.UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public virtual void EndBackgroundTask (int taskId)
{
if (IsDirectBinding) {
diff --git a/build/ios/compat/UIKit/UIScrollView.g.cs b/build/ios/compat/UIKit/UIScrollView.g.cs
index 1ae7e44..84ae11b 100644
--- a/build/ios/compat/UIKit/UIScrollView.g.cs
+++ b/build/ios/compat/UIKit/UIScrollView.g.cs
@@ -103,7 +103,7 @@ namespace MonoTouch.UIKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.TvOS, 11,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void AdjustedContentInsetDidChange ()
{
global::MonoTouch.UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/compat/UIKit/UITableViewCell.g.cs b/build/ios/compat/UIKit/UITableViewCell.g.cs
index d1b9a9b..a478972 100644
--- a/build/ios/compat/UIKit/UITableViewCell.g.cs
+++ b/build/ios/compat/UIKit/UITableViewCell.g.cs
@@ -142,7 +142,6 @@ namespace MonoTouch.UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void PrepareForReuse ()
{
global::MonoTouch.UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/compat/UIKit/UITableViewHeaderFooterView.g.cs b/build/ios/compat/UIKit/UITableViewHeaderFooterView.g.cs
index 0dffcfa..18335d1 100644
--- a/build/ios/compat/UIKit/UITableViewHeaderFooterView.g.cs
+++ b/build/ios/compat/UIKit/UITableViewHeaderFooterView.g.cs
@@ -118,7 +118,7 @@ namespace MonoTouch.UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForReuse ()
{
global::MonoTouch.UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/native/MapKit/MKAnnotationView.g.cs b/build/ios/native/MapKit/MKAnnotationView.g.cs
index d9d65d3..4d614bb 100644
--- a/build/ios/native/MapKit/MKAnnotationView.g.cs
+++ b/build/ios/native/MapKit/MKAnnotationView.g.cs
@@ -132,7 +132,7 @@ namespace MapKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.MacOSX, 10,13, PlatformArchitecture.Arch64)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForDisplay ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/native/UIKit/UIApplication.g.cs b/build/ios/native/UIKit/UIApplication.g.cs
index 074509c..d9b5022 100644
--- a/build/ios/native/UIKit/UIApplication.g.cs
+++ b/build/ios/native/UIKit/UIApplication.g.cs
@@ -81,7 +81,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual nint BeginBackgroundTask ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAction))]global::System.Action backgroundTimeExpired)
{
BlockLiteral *block_ptr_backgroundTimeExpired;
@@ -110,7 +109,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 7,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual nint BeginBackgroundTask (string taskName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAction))]global::System.Action expirationHandler)
{
if (taskName == null)
@@ -236,7 +234,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public virtual void EndBackgroundTask (nint taskId)
{
if (IsDirectBinding) {
diff --git a/build/ios/native/UIKit/UIScrollView.g.cs b/build/ios/native/UIKit/UIScrollView.g.cs
index a61111f..b87057b 100644
--- a/build/ios/native/UIKit/UIScrollView.g.cs
+++ b/build/ios/native/UIKit/UIScrollView.g.cs
@@ -106,7 +106,7 @@ namespace UIKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.TvOS, 11,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void AdjustedContentInsetDidChange ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/native/UIKit/UITableViewCell.g.cs b/build/ios/native/UIKit/UITableViewCell.g.cs
index 4a88aad..774c41a 100644
--- a/build/ios/native/UIKit/UITableViewCell.g.cs
+++ b/build/ios/native/UIKit/UITableViewCell.g.cs
@@ -183,7 +183,6 @@ namespace UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void PrepareForReuse ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/ios/native/UIKit/UITableViewHeaderFooterView.g.cs b/build/ios/native/UIKit/UITableViewHeaderFooterView.g.cs
index 9b48a4a..f34975a 100644
--- a/build/ios/native/UIKit/UITableViewHeaderFooterView.g.cs
+++ b/build/ios/native/UIKit/UITableViewHeaderFooterView.g.cs
@@ -135,7 +135,7 @@ namespace UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForReuse ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/mac/AssemblyInfo.cs b/build/mac/AssemblyInfo.cs
index 95b0541..a9621aa 100644
--- a/build/mac/AssemblyInfo.cs
+++ b/build/mac/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("4.3.0.0; git-rev-head:02042741db77ddacb3c1c2d76715d6cbfbd6077a; git-branch:missing-designated-initializer")]
+[assembly: AssemblyInformationalVersion ("4.3.0.0; git-rev-head:3ea8ad404124b87b8500575edb09770a2df7cb6b; git-branch:bug58350")]
[assembly: AssemblyTitle ("Xamarin.Mac")]
[assembly: AssemblyProduct ("Xamarin.Mac")]
// FIXME: Probably need to add Copyright 2009-2011 Novell Inc.
diff --git a/build/mac/Constants.cs b/build/mac/Constants.cs
index 91f9ed3..5ec6194 100644
--- a/build/mac/Constants.cs
+++ b/build/mac/Constants.cs
@@ -31,7 +31,7 @@ namespace MonoMac {
#endif
public static partial class Constants {
public const string Version = "4.3.0";
- internal const string Revision = "0 (missing-designated-initializer: 02042741)";
+ internal const string Revision = "0 (bug58350: 3ea8ad40)";
public const string SdkVersion = "10.13";
public const string AddressBookLibrary = "/System/Library/Frameworks/AddressBook.framework/AddressBook";
diff --git a/build/mac/full/AppKit/NSScrubberArrangedView.g.cs b/build/mac/full/AppKit/NSScrubberArrangedView.g.cs
index f8801f5..ca5fcc8 100644
--- a/build/mac/full/AppKit/NSScrubberArrangedView.g.cs
+++ b/build/mac/full/AppKit/NSScrubberArrangedView.g.cs
@@ -101,7 +101,6 @@ namespace AppKit {
[Export ("applyLayoutAttributes:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ApplyLayoutAttributes (NSScrubberLayoutAttributes layoutAttributes)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/AppKit/NSScrubberLayout.g.cs b/build/mac/full/AppKit/NSScrubberLayout.g.cs
index 2941987..85c9776 100644
--- a/build/mac/full/AppKit/NSScrubberLayout.g.cs
+++ b/build/mac/full/AppKit/NSScrubberLayout.g.cs
@@ -142,7 +142,6 @@ namespace AppKit {
[Export ("invalidateLayout")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void InvalidateLayout ()
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/AppKit/NSSplitViewController.g.cs b/build/mac/full/AppKit/NSSplitViewController.g.cs
index 45f1b0c..d768951 100644
--- a/build/mac/full/AppKit/NSSplitViewController.g.cs
+++ b/build/mac/full/AppKit/NSSplitViewController.g.cs
@@ -174,7 +174,6 @@ namespace AppKit {
[Export ("splitView:canCollapseSubview:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool CanCollapse (NSSplitView splitView, NSView subview)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -219,7 +218,6 @@ namespace AppKit {
[Export ("splitView:additionalEffectiveRectOfDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual CGRect GetAdditionalEffectiveRect (NSSplitView splitView, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -244,7 +242,6 @@ namespace AppKit {
[Export ("splitView:effectiveRect:forDrawnRect:ofDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual CGRect GetEffectiveRect (NSSplitView splitView, CGRect proposedEffectiveRect, CGRect drawnRect, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -377,7 +374,6 @@ namespace AppKit {
[Export ("splitView:shouldCollapseSubview:forDoubleClickOnDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldCollapseForDoubleClick (NSSplitView splitView, NSView subview, nint doubleClickAtDividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -394,7 +390,6 @@ namespace AppKit {
[Export ("splitView:shouldHideDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldHideDivider (NSSplitView splitView, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/AppKit/NSTabViewController.g.cs b/build/mac/full/AppKit/NSTabViewController.g.cs
index 9b8f012..37e1fd2 100644
--- a/build/mac/full/AppKit/NSTabViewController.g.cs
+++ b/build/mac/full/AppKit/NSTabViewController.g.cs
@@ -186,7 +186,6 @@ namespace AppKit {
[Export ("toolbarAllowedItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] AllowedItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -201,7 +200,6 @@ namespace AppKit {
[Export ("toolbarDefaultItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] DefaultItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -230,7 +228,6 @@ namespace AppKit {
[Export ("tabView:didSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void DidSelect (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -307,7 +304,6 @@ namespace AppKit {
[Export ("toolbarSelectableItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] SelectableItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -322,7 +318,6 @@ namespace AppKit {
[Export ("tabView:shouldSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldSelectTabViewItem (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -353,7 +348,6 @@ namespace AppKit {
[Export ("toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual NSToolbarItem WillInsertItem (NSToolbar toolbar, string itemIdentifier, bool willBeInserted)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -376,7 +370,6 @@ namespace AppKit {
[Export ("tabView:willSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void WillSelect (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/AppKit/NSTitlebarAccessoryViewController.g.cs b/build/mac/full/AppKit/NSTitlebarAccessoryViewController.g.cs
index 4b65caa..5b2d2fe 100644
--- a/build/mac/full/AppKit/NSTitlebarAccessoryViewController.g.cs
+++ b/build/mac/full/AppKit/NSTitlebarAccessoryViewController.g.cs
@@ -237,7 +237,6 @@ namespace AppKit {
[Export ("viewDidAppear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidAppear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -250,7 +249,6 @@ namespace AppKit {
[Export ("viewDidDisappear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidDisappear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -263,7 +261,6 @@ namespace AppKit {
[Export ("viewWillAppear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewWillAppear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/AppKit/NSVisualEffectView.g.cs b/build/mac/full/AppKit/NSVisualEffectView.g.cs
index d8e5796..5f1eb5e 100644
--- a/build/mac/full/AppKit/NSVisualEffectView.g.cs
+++ b/build/mac/full/AppKit/NSVisualEffectView.g.cs
@@ -125,7 +125,6 @@ namespace AppKit {
[Export ("viewDidMoveToWindow")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidMove ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -138,7 +137,6 @@ namespace AppKit {
[Export ("viewWillMoveToWindow:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewWillMove (NSWindow newWindow)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/full/MapKit/MKAnnotationView.g.cs b/build/mac/full/MapKit/MKAnnotationView.g.cs
index 37eb9e7..da2ce0e 100644
--- a/build/mac/full/MapKit/MKAnnotationView.g.cs
+++ b/build/mac/full/MapKit/MKAnnotationView.g.cs
@@ -256,7 +256,7 @@ namespace MapKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.MacOSX, 10,13, PlatformArchitecture.Arch64)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForDisplay ()
{
if (IsDirectBinding) {
diff --git a/build/mac/full/ObjCRuntime/Messaging.g.cs b/build/mac/full/ObjCRuntime/Messaging.g.cs
index 695d997..dea6b49 100644
--- a/build/mac/full/ObjCRuntime/Messaging.g.cs
+++ b/build/mac/full/ObjCRuntime/Messaging.g.cs
@@ -2775,13 +2775,13 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static void void_objc_msgSendSuper_float_nint (IntPtr receiver, IntPtr selector, float arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static CGRect CGRect_objc_msgSend_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ public extern static nfloat nfloat_objc_msgSend_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static CGRect CGRect_objc_msgSendSuper_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
- public extern static void CGRect_objc_msgSend_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
- public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ public extern static nfloat nfloat_objc_msgSendSuper_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static void void_objc_msgSend_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static void void_objc_msgSendSuper_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static CGRect CGRect_objc_msgSend_IntPtr_CGRect_CGRect_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, CGRect arg2, CGRect arg3, nint arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
@@ -2791,13 +2791,13 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_CGRect_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, CGRect arg2, CGRect arg3, nint arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static nfloat nfloat_objc_msgSend_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static nfloat nfloat_objc_msgSendSuper_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static void void_objc_msgSend_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ public extern static CGRect CGRect_objc_msgSend_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static void void_objc_msgSendSuper_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ public extern static CGRect CGRect_objc_msgSendSuper_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
+ public extern static void CGRect_objc_msgSend_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
+ public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static void void_objc_msgSend_IntPtr_int (IntPtr receiver, IntPtr selector, IntPtr arg1, int arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
diff --git a/build/mac/mobile/AppKit/NSScrubberArrangedView.g.cs b/build/mac/mobile/AppKit/NSScrubberArrangedView.g.cs
index 3134ec9..232561c 100644
--- a/build/mac/mobile/AppKit/NSScrubberArrangedView.g.cs
+++ b/build/mac/mobile/AppKit/NSScrubberArrangedView.g.cs
@@ -102,7 +102,6 @@ namespace AppKit {
[Export ("applyLayoutAttributes:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ApplyLayoutAttributes (NSScrubberLayoutAttributes layoutAttributes)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/AppKit/NSScrubberLayout.g.cs b/build/mac/mobile/AppKit/NSScrubberLayout.g.cs
index 4d2d65f..cfe5136 100644
--- a/build/mac/mobile/AppKit/NSScrubberLayout.g.cs
+++ b/build/mac/mobile/AppKit/NSScrubberLayout.g.cs
@@ -143,7 +143,6 @@ namespace AppKit {
[Export ("invalidateLayout")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void InvalidateLayout ()
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/AppKit/NSSplitViewController.g.cs b/build/mac/mobile/AppKit/NSSplitViewController.g.cs
index ce1f0a8..e4e113d 100644
--- a/build/mac/mobile/AppKit/NSSplitViewController.g.cs
+++ b/build/mac/mobile/AppKit/NSSplitViewController.g.cs
@@ -175,7 +175,6 @@ namespace AppKit {
[Export ("splitView:canCollapseSubview:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool CanCollapse (NSSplitView splitView, NSView subview)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -220,7 +219,6 @@ namespace AppKit {
[Export ("splitView:additionalEffectiveRectOfDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual CGRect GetAdditionalEffectiveRect (NSSplitView splitView, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -245,7 +243,6 @@ namespace AppKit {
[Export ("splitView:effectiveRect:forDrawnRect:ofDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual CGRect GetEffectiveRect (NSSplitView splitView, CGRect proposedEffectiveRect, CGRect drawnRect, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -378,7 +375,6 @@ namespace AppKit {
[Export ("splitView:shouldCollapseSubview:forDoubleClickOnDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldCollapseForDoubleClick (NSSplitView splitView, NSView subview, nint doubleClickAtDividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -395,7 +391,6 @@ namespace AppKit {
[Export ("splitView:shouldHideDividerAtIndex:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldHideDivider (NSSplitView splitView, nint dividerIndex)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/AppKit/NSTabViewController.g.cs b/build/mac/mobile/AppKit/NSTabViewController.g.cs
index 8783cf5..cefe824 100644
--- a/build/mac/mobile/AppKit/NSTabViewController.g.cs
+++ b/build/mac/mobile/AppKit/NSTabViewController.g.cs
@@ -187,7 +187,6 @@ namespace AppKit {
[Export ("toolbarAllowedItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] AllowedItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -202,7 +201,6 @@ namespace AppKit {
[Export ("toolbarDefaultItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] DefaultItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -231,7 +229,6 @@ namespace AppKit {
[Export ("tabView:didSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void DidSelect (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -308,7 +305,6 @@ namespace AppKit {
[Export ("toolbarSelectableItemIdentifiers:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual string[] SelectableItemIdentifiers (NSToolbar toolbar)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -323,7 +319,6 @@ namespace AppKit {
[Export ("tabView:shouldSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual bool ShouldSelectTabViewItem (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -354,7 +349,6 @@ namespace AppKit {
[Export ("toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual NSToolbarItem WillInsertItem (NSToolbar toolbar, string itemIdentifier, bool willBeInserted)
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -377,7 +371,6 @@ namespace AppKit {
[Export ("tabView:willSelectTabViewItem:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void WillSelect (NSTabView tabView, NSTabViewItem item)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/AppKit/NSTitlebarAccessoryViewController.g.cs b/build/mac/mobile/AppKit/NSTitlebarAccessoryViewController.g.cs
index 4ea3a53..6c38272 100644
--- a/build/mac/mobile/AppKit/NSTitlebarAccessoryViewController.g.cs
+++ b/build/mac/mobile/AppKit/NSTitlebarAccessoryViewController.g.cs
@@ -238,7 +238,6 @@ namespace AppKit {
[Export ("viewDidAppear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidAppear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -251,7 +250,6 @@ namespace AppKit {
[Export ("viewDidDisappear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidDisappear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -264,7 +262,6 @@ namespace AppKit {
[Export ("viewWillAppear")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewWillAppear ()
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/AppKit/NSVisualEffectView.g.cs b/build/mac/mobile/AppKit/NSVisualEffectView.g.cs
index 7d9c6d8..3eba6f5 100644
--- a/build/mac/mobile/AppKit/NSVisualEffectView.g.cs
+++ b/build/mac/mobile/AppKit/NSVisualEffectView.g.cs
@@ -126,7 +126,6 @@ namespace AppKit {
[Export ("viewDidMoveToWindow")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewDidMove ()
{
global::AppKit.NSApplication.EnsureUIThread ();
@@ -139,7 +138,6 @@ namespace AppKit {
[Export ("viewWillMoveToWindow:")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void ViewWillMove (NSWindow newWindow)
{
global::AppKit.NSApplication.EnsureUIThread ();
diff --git a/build/mac/mobile/MapKit/MKAnnotationView.g.cs b/build/mac/mobile/MapKit/MKAnnotationView.g.cs
index 686fbb0..c0c3b23 100644
--- a/build/mac/mobile/MapKit/MKAnnotationView.g.cs
+++ b/build/mac/mobile/MapKit/MKAnnotationView.g.cs
@@ -257,7 +257,7 @@ namespace MapKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.MacOSX, 10,13, PlatformArchitecture.Arch64)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForDisplay ()
{
if (IsDirectBinding) {
diff --git a/build/mac/mobile/ObjCRuntime/Messaging.g.cs b/build/mac/mobile/ObjCRuntime/Messaging.g.cs
index 7b5cb49..fc0943b 100644
--- a/build/mac/mobile/ObjCRuntime/Messaging.g.cs
+++ b/build/mac/mobile/ObjCRuntime/Messaging.g.cs
@@ -2776,13 +2776,13 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static void void_objc_msgSendSuper_float_nint (IntPtr receiver, IntPtr selector, float arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static CGRect CGRect_objc_msgSend_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ public extern static nfloat nfloat_objc_msgSend_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static CGRect CGRect_objc_msgSendSuper_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
- public extern static void CGRect_objc_msgSend_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
- public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ public extern static nfloat nfloat_objc_msgSendSuper_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static void void_objc_msgSend_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static void void_objc_msgSendSuper_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static CGRect CGRect_objc_msgSend_IntPtr_CGRect_CGRect_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, CGRect arg2, CGRect arg3, nint arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
@@ -2792,13 +2792,13 @@ namespace ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_CGRect_CGRect_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, CGRect arg2, CGRect arg3, nint arg4);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static nfloat nfloat_objc_msgSend_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static nfloat nfloat_objc_msgSendSuper_IntPtr_nfloat_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nfloat arg2, nint arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static void void_objc_msgSend_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ public extern static CGRect CGRect_objc_msgSend_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static void void_objc_msgSendSuper_IntPtr_CGSize (IntPtr receiver, IntPtr selector, IntPtr arg1, CGSize arg2);
+ public extern static CGRect CGRect_objc_msgSendSuper_IntPtr_nint (IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
+ public extern static void CGRect_objc_msgSend_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
+ public extern static void CGRect_objc_msgSendSuper_stret_IntPtr_nint (out CGRect retval, IntPtr receiver, IntPtr selector, IntPtr arg1, nint arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static void void_objc_msgSend_IntPtr_int (IntPtr receiver, IntPtr selector, IntPtr arg1, int arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
diff --git a/build/tvos/Constants.cs b/build/tvos/Constants.cs
index ee644a7..0334ba2 100644
--- a/build/tvos/Constants.cs
+++ b/build/tvos/Constants.cs
@@ -1,7 +1,7 @@
namespace ObjCRuntime {
public static partial class Constants {
public const string Version = "11.9.0";
- internal const string Revision = "0 (missing-designated-initializer: 02042741)";
+ internal const string Revision = "0 (bug58350: 3ea8ad40)";
public const string SdkVersion = "11.2";
public const string libSystemLibrary = "/usr/lib/libSystem.dylib";
diff --git a/build/tvos/tvos/MapKit/MKAnnotationView.g.cs b/build/tvos/tvos/MapKit/MKAnnotationView.g.cs
index 0eca722..680e463 100644
--- a/build/tvos/tvos/MapKit/MKAnnotationView.g.cs
+++ b/build/tvos/tvos/MapKit/MKAnnotationView.g.cs
@@ -122,7 +122,7 @@ namespace MapKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.MacOSX, 10,13, PlatformArchitecture.Arch64)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForDisplay ()
{
if (IsDirectBinding) {
diff --git a/build/tvos/tvos/UIKit/UIApplication.g.cs b/build/tvos/tvos/UIKit/UIApplication.g.cs
index 13bda16..63f4ee7 100644
--- a/build/tvos/tvos/UIKit/UIApplication.g.cs
+++ b/build/tvos/tvos/UIKit/UIApplication.g.cs
@@ -73,7 +73,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual nint BeginBackgroundTask ([BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAction))]global::System.Action backgroundTimeExpired)
{
BlockLiteral *block_ptr_backgroundTimeExpired;
@@ -102,7 +101,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 7,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public unsafe virtual nint BeginBackgroundTask (string taskName, [BlockProxy (typeof (ObjCRuntime.Trampolines.NIDAction))]global::System.Action expirationHandler)
{
if (taskName == null)
@@ -182,7 +180,6 @@ namespace UIKit {
[ThreadSafe]
[Introduced (PlatformName.iOS, 4,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
public virtual void EndBackgroundTask (nint taskId)
{
if (IsDirectBinding) {
diff --git a/build/tvos/tvos/UIKit/UIScrollView.g.cs b/build/tvos/tvos/UIKit/UIScrollView.g.cs
index 0cc4204..5445790 100644
--- a/build/tvos/tvos/UIKit/UIScrollView.g.cs
+++ b/build/tvos/tvos/UIKit/UIScrollView.g.cs
@@ -98,7 +98,7 @@ namespace UIKit {
[Introduced (PlatformName.iOS, 11,0, PlatformArchitecture.All)]
[Introduced (PlatformName.TvOS, 11,0, PlatformArchitecture.All)]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void AdjustedContentInsetDidChange ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/tvos/tvos/UIKit/UITableViewCell.g.cs b/build/tvos/tvos/UIKit/UITableViewCell.g.cs
index 557b4b7..2990d72 100644
--- a/build/tvos/tvos/UIKit/UITableViewCell.g.cs
+++ b/build/tvos/tvos/UIKit/UITableViewCell.g.cs
@@ -152,7 +152,6 @@ namespace UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
public virtual void PrepareForReuse ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/tvos/tvos/UIKit/UITableViewHeaderFooterView.g.cs b/build/tvos/tvos/UIKit/UITableViewHeaderFooterView.g.cs
index b4a0ac0..7e131fd 100644
--- a/build/tvos/tvos/UIKit/UITableViewHeaderFooterView.g.cs
+++ b/build/tvos/tvos/UIKit/UITableViewHeaderFooterView.g.cs
@@ -127,7 +127,7 @@ namespace UIKit {
[Export ("prepareForReuse")]
[CompilerGenerated]
- [RequiresSuper]
+ [Advice (@"You must call the base method when overriding.")]
public virtual void PrepareForReuse ()
{
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/build/watch/Constants.cs b/build/watch/Constants.cs
index e7c45e4..13817bd 100644
--- a/build/watch/Constants.cs
+++ b/build/watch/Constants.cs
@@ -1,7 +1,7 @@
namespace ObjCRuntime {
public static partial class Constants {
public const string Version = "11.9.0";
- internal const string Revision = "0 (missing-designated-initializer: 02042741)";
+ internal const string Revision = "0 (bug58350: 3ea8ad40)";
public const string SdkVersion = "4.2";
public const string libSystemLibrary = "/usr/lib/libSystem.dylib";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment