Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created January 19, 2023 13:07
Show Gist options
  • Save vs-mobiletools-engineering-service2/5593e5a6f44b52ab6d15fb8e5d46fac9 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/5593e5a6f44b52ab6d15fb8e5d46fac9 to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
index 67cd4b5..f747865 100644
--- a/old/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/ios/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -981,16 +981,16 @@ namespace GameKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler {
[return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V90))]
[Export ("authenticateHandler", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -1004,9 +1004,9 @@ namespace GameKit {
}
[param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V90))]
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
index 87eeb4b..9ec0a3f 100644
--- a/old/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -937,16 +937,16 @@ namespace GameKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler {
[return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V83))]
[Export ("authenticateHandler", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -960,9 +960,9 @@ namespace GameKit {
}
[param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V83))]
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
diff --git a/old/dotnet/tvos/generated-sources/GameKit/GKLocalPlayer.g.cs b/new/dotnet/tvos/generated-sources/GameKit/GKLocalPlayer.g.cs
index cf720b1..3cb8712 100644
--- a/old/dotnet/tvos/generated-sources/GameKit/GKLocalPlayer.g.cs
+++ b/new/dotnet/tvos/generated-sources/GameKit/GKLocalPlayer.g.cs
@@ -579,16 +579,16 @@ namespace GameKit {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
public unsafe virtual global::System.Action<global::UIKit.UIViewController, NSError>? AuthenticateHandler {
[return: DelegateProxy (typeof (ObjCRuntime.Trampolines.SDActionArity2V58))]
[Export ("authenticateHandler", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
get {
global::UIKit.UIApplication.EnsureUIThread ();
@@ -602,9 +602,9 @@ namespace GameKit {
}
[param: BlockProxy (typeof (ObjCRuntime.Trampolines.NIDActionArity2V58))]
[Export ("setAuthenticateHandler:", ArgumentSemantic.Copy)]
+ [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("ios")]
[SupportedOSPlatform ("tvos")]
- [SupportedOSPlatform ("macos")]
[SupportedOSPlatform ("maccatalyst")]
set {
global::UIKit.UIApplication.EnsureUIThread ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment