Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created February 28, 2017 13:08
Show Gist options
  • Save rolfbjarne/94dbf673e284197845766cc698a64ff3 to your computer and use it in GitHub Desktop.
Save rolfbjarne/94dbf673e284197845766cc698a64ff3 to your computer and use it in GitHub Desktop.
diff --git a/build/ios/AssemblyInfo.cs b/build/ios/AssemblyInfo.cs
index 58f1ff6..ea4d89f 100644
--- a/build/ios/AssemblyInfo.cs
+++ b/build/ios/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:f7d750309b86a9c9c55308d9a813eed1f73c1f1f; git-branch:HEAD")]
+[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:026954b8696001d6419090886702dd668fb1cbf7; git-branch:generator-underlying-enum-type")]
[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 0c85307..f1ce5ca 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 = "10.9.0";
- internal const string Revision = "4 (HEAD: f7d7503)";
+ internal const string Revision = "4 (generator-underlying-enum-type: 026954b)";
public const string SdkVersion = "10.2";
public const string libSystemLibrary = "/usr/lib/libSystem.dylib";
diff --git a/build/ios/compat/ObjCRuntime/Messaging.g.cs b/build/ios/compat/ObjCRuntime/Messaging.g.cs
index cfa2fc6..4218bc2 100644
--- a/build/ios/compat/ObjCRuntime/Messaging.g.cs
+++ b/build/ios/compat/ObjCRuntime/Messaging.g.cs
@@ -4024,14 +4024,6 @@ namespace MonoTouch.ObjCRuntime {
public extern static void void_objc_msgSend_IntPtr_bool_IntPtr (IntPtr receiver, IntPtr selector, IntPtr arg1, bool arg2, IntPtr arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static void void_objc_msgSendSuper_IntPtr_bool_IntPtr (IntPtr receiver, IntPtr selector, IntPtr arg1, bool arg2, IntPtr arg3);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
- public extern static void PointF_objc_msgSend_stret_IntPtr_PointF (out global::System.Drawing.PointF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
- public extern static void PointF_objc_msgSendSuper_stret_IntPtr_PointF (out global::System.Drawing.PointF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
- public extern static global::System.Drawing.PointF PointF_objc_msgSend_IntPtr_PointF (IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
- [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
- public extern static global::System.Drawing.PointF PointF_objc_msgSendSuper_IntPtr_PointF (IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
public extern static void void_objc_msgSend_IntPtr_IntPtr_float (IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, float arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
@@ -4041,6 +4033,14 @@ namespace MonoTouch.ObjCRuntime {
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
public extern static void void_objc_msgSendSuper_IntPtr_PointF_ref_PointF (IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2, ref global::System.Drawing.PointF arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
+ public extern static void PointF_objc_msgSend_stret_IntPtr_PointF (out global::System.Drawing.PointF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
+ public extern static void PointF_objc_msgSendSuper_stret_IntPtr_PointF (out global::System.Drawing.PointF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend")]
+ public extern static global::System.Drawing.PointF PointF_objc_msgSend_IntPtr_PointF (IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper")]
+ public extern static global::System.Drawing.PointF PointF_objc_msgSendSuper_IntPtr_PointF (IntPtr receiver, IntPtr selector, IntPtr arg1, global::System.Drawing.PointF arg2);
+ [DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSend_stret")]
public extern static void SizeF_objc_msgSend_stret_IntPtr_IntPtr_IntPtr (out global::System.Drawing.SizeF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, IntPtr arg3);
[DllImport (LIBOBJC_DYLIB, EntryPoint="objc_msgSendSuper_stret")]
public extern static void SizeF_objc_msgSendSuper_stret_IntPtr_IntPtr_IntPtr (out global::System.Drawing.SizeF retval, IntPtr receiver, IntPtr selector, IntPtr arg1, IntPtr arg2, IntPtr arg3);
diff --git a/build/mac/AssemblyInfo.cs b/build/mac/AssemblyInfo.cs
index 0080a11..3c7d43d 100644
--- a/build/mac/AssemblyInfo.cs
+++ b/build/mac/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("3.3.0.4; git-rev-head:f7d750309b86a9c9c55308d9a813eed1f73c1f1f; git-branch:HEAD")]
+[assembly: AssemblyInformationalVersion ("3.3.0.4; git-rev-head:026954b8696001d6419090886702dd668fb1cbf7; git-branch:generator-underlying-enum-type")]
[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 ac3a008..15231e2 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 = "3.3.0";
- internal const string Revision = "4 (HEAD: f7d7503)";
+ internal const string Revision = "4 (generator-underlying-enum-type: 026954b)";
public const string SdkVersion = "10.12";
public const string AddressBookLibrary = "/System/Library/Frameworks/AddressBook.framework/AddressBook";
diff --git a/build/tvos/AssemblyInfo.cs b/build/tvos/AssemblyInfo.cs
index 802a456..92d3896 100644
--- a/build/tvos/AssemblyInfo.cs
+++ b/build/tvos/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:f7d750309b86a9c9c55308d9a813eed1f73c1f1f; git-branch:HEAD")]
+[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:026954b8696001d6419090886702dd668fb1cbf7; git-branch:generator-underlying-enum-type")]
[assembly: AssemblyTitle ("Xamarin.TVOS")]
[assembly: AssemblyProduct ("Xamarin.TVOS")]
// FIXME: Probably need to add Copyright 2009-2011 Novell Inc.
diff --git a/build/tvos/Constants.cs b/build/tvos/Constants.cs
index 9ba3dd7..b823416 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 = "10.9.0";
- internal const string Revision = "4 (HEAD: f7d7503)";
+ internal const string Revision = "4 (generator-underlying-enum-type: 026954b)";
public const string SdkVersion = "10.1";
public const string libSystemLibrary = "/usr/lib/libSystem.dylib";
diff --git a/build/watch/AssemblyInfo.cs b/build/watch/AssemblyInfo.cs
index 70ecb87..047e416 100644
--- a/build/watch/AssemblyInfo.cs
+++ b/build/watch/AssemblyInfo.cs
@@ -9,7 +9,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
-[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:f7d750309b86a9c9c55308d9a813eed1f73c1f1f; git-branch:HEAD")]
+[assembly: AssemblyInformationalVersion ("10.9.0.4; git-rev-head:026954b8696001d6419090886702dd668fb1cbf7; git-branch:generator-underlying-enum-type")]
[assembly: AssemblyTitle ("Xamarin.WatchOS")]
[assembly: AssemblyProduct ("Xamarin.WatchOS")]
// FIXME: Probably need to add Copyright 2009-2011 Novell Inc.
diff --git a/build/watch/Constants.cs b/build/watch/Constants.cs
index 1670892..81096fb 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 = "10.9.0";
- internal const string Revision = "4 (HEAD: f7d7503)";
+ internal const string Revision = "4 (generator-underlying-enum-type: 026954b)";
public const string SdkVersion = "3.1";
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