Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created August 1, 2023 14:38
Show Gist options
  • Save vs-mobiletools-engineering-service2/c172cde2f26c2bc830e4d7ded602728d to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c172cde2f26c2bc830e4d7ded602728d to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
index 2d3810c..5b7277e 100644
--- a/old/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/ios/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -58,6 +58,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("SKCloudServiceController");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
diff --git a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKCloudServiceController.g.cs
index 34f7c70..8bba1d6 100644
--- a/old/dotnet/maccatalyst/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -58,6 +58,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("SKCloudServiceController");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
diff --git a/old/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs
index dba429e..f851967 100644
--- a/old/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/macos/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -74,6 +74,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("SKCloudServiceController");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.Init), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.Init), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
diff --git a/old/dotnet/tvos/generated-sources/StoreKit/SKCloudServiceController.g.cs b/new/dotnet/tvos/generated-sources/StoreKit/SKCloudServiceController.g.cs
index a3f2578..3d9e7b9 100644
--- a/old/dotnet/tvos/generated-sources/StoreKit/SKCloudServiceController.g.cs
+++ b/new/dotnet/tvos/generated-sources/StoreKit/SKCloudServiceController.g.cs
@@ -49,6 +49,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly NativeHandle class_ptr = Class.GetHandle ("SKCloudServiceController");
public override NativeHandle ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
diff --git a/old/tvos/tvos/StoreKit/SKCloudServiceController.g.cs b/new/tvos/tvos/StoreKit/SKCloudServiceController.g.cs
index 967d877..7752c4a 100644
--- a/old/tvos/tvos/StoreKit/SKCloudServiceController.g.cs
+++ b/new/tvos/tvos/StoreKit/SKCloudServiceController.g.cs
@@ -48,6 +48,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly IntPtr class_ptr = Class.GetHandle ("SKCloudServiceController");
public override IntPtr ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
diff --git a/old/watch/watch/StoreKit/SKCloudServiceController.g.cs b/new/watch/watch/StoreKit/SKCloudServiceController.g.cs
index 3080ecb..951f64b 100644
--- a/old/watch/watch/StoreKit/SKCloudServiceController.g.cs
+++ b/new/watch/watch/StoreKit/SKCloudServiceController.g.cs
@@ -39,6 +39,18 @@ namespace StoreKit {
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static readonly IntPtr class_ptr = Class.GetHandle ("SKCloudServiceController");
public override IntPtr ClassHandle { get { return class_ptr; } }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [EditorBrowsable (EditorBrowsableState.Advanced)]
+ [Export ("init")]
+ public SKCloudServiceController () : base (NSObjectFlag.Empty)
+ {
+ if (IsDirectBinding) {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSend (this.Handle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ } else {
+ InitializeHandle (global::ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper (this.SuperHandle, global::ObjCRuntime.Selector.GetHandle ("init")), "init");
+ }
+ }
+
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[EditorBrowsable (EditorBrowsableState.Advanced)]
protected SKCloudServiceController (NSObjectFlag t) : base (t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment