Skip to content

Instantly share code, notes, and snippets.

@vs-mobiletools-engineering-service2
Created September 1, 2022 23:31
Show Gist options
  • Save vs-mobiletools-engineering-service2/c186071656c57e6a66c5dbd2e70e8203 to your computer and use it in GitHub Desktop.
Save vs-mobiletools-engineering-service2/c186071656c57e6a66c5dbd2e70e8203 to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
diff --git a/old/dotnet/ios/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs b/new/dotnet/ios/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
index bd88cb7..d13c49e 100644
--- a/old/dotnet/ios/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/dotnet/ios/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
@@ -555,6 +555,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public static NSString ItuR_709_Hlg {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[SupportedOSPlatform ("macos12.1")]
diff --git a/old/dotnet/maccatalyst/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs b/new/dotnet/maccatalyst/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
index 794488c..e41f04e 100644
--- a/old/dotnet/maccatalyst/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/dotnet/maccatalyst/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
@@ -555,6 +555,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public static NSString ItuR_709_Hlg {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[SupportedOSPlatform ("macos12.1")]
diff --git a/old/dotnet/macos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs b/new/dotnet/macos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
index 5bff046..c92d514 100644
--- a/old/dotnet/macos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/dotnet/macos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
@@ -622,6 +622,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public static NSString ItuR_709_Hlg {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[SupportedOSPlatform ("macos12.1")]
diff --git a/old/dotnet/projects/MacCatalyst/MacCatalyst.csproj b/new/dotnet/projects/MacCatalyst/MacCatalyst.csproj
index 689103d..f32b3f6 100644
--- a/old/dotnet/projects/MacCatalyst/MacCatalyst.csproj
+++ b/new/dotnet/projects/MacCatalyst/MacCatalyst.csproj
@@ -275,6 +275,7 @@
<Compile Include="../../../../CoreFoundation/CFType.cs" Link="sources/CoreFoundation/CFType.cs"/>
<Compile Include="../../../../CoreFoundation/CFUrl.cs" Link="sources/CoreFoundation/CFUrl.cs"/>
<Compile Include="../../../../CoreFoundation/CFWriteStream.cs" Link="sources/CoreFoundation/CFWriteStream.cs"/>
+ <Compile Include="../../../../CoreFoundation/CGAffineTransformComponents.cs" Link="sources/CoreFoundation/CGAffineTransformComponents.cs"/>
<Compile Include="../../../../CoreFoundation/Dispatch.cs" Link="sources/CoreFoundation/Dispatch.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchBlock.cs" Link="sources/CoreFoundation/DispatchBlock.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchData.cs" Link="sources/CoreFoundation/DispatchData.cs"/>
diff --git a/old/dotnet/projects/iOS/iOS.csproj b/new/dotnet/projects/iOS/iOS.csproj
index 76f7712..17c7a11 100644
--- a/old/dotnet/projects/iOS/iOS.csproj
+++ b/new/dotnet/projects/iOS/iOS.csproj
@@ -220,6 +220,7 @@
<Compile Include="../../../../CoreFoundation/CFType.cs" Link="sources/CoreFoundation/CFType.cs"/>
<Compile Include="../../../../CoreFoundation/CFUrl.cs" Link="sources/CoreFoundation/CFUrl.cs"/>
<Compile Include="../../../../CoreFoundation/CFWriteStream.cs" Link="sources/CoreFoundation/CFWriteStream.cs"/>
+ <Compile Include="../../../../CoreFoundation/CGAffineTransformComponents.cs" Link="sources/CoreFoundation/CGAffineTransformComponents.cs"/>
<Compile Include="../../../../CoreFoundation/Dispatch.cs" Link="sources/CoreFoundation/Dispatch.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchBlock.cs" Link="sources/CoreFoundation/DispatchBlock.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchData.cs" Link="sources/CoreFoundation/DispatchData.cs"/>
diff --git a/old/dotnet/projects/macOS/macOS.csproj b/new/dotnet/projects/macOS/macOS.csproj
index 53f4f60..2c3fada 100644
--- a/old/dotnet/projects/macOS/macOS.csproj
+++ b/new/dotnet/projects/macOS/macOS.csproj
@@ -269,6 +269,7 @@
<Compile Include="../../../../CoreFoundation/CFType.cs" Link="sources/CoreFoundation/CFType.cs"/>
<Compile Include="../../../../CoreFoundation/CFUrl.cs" Link="sources/CoreFoundation/CFUrl.cs"/>
<Compile Include="../../../../CoreFoundation/CFWriteStream.cs" Link="sources/CoreFoundation/CFWriteStream.cs"/>
+ <Compile Include="../../../../CoreFoundation/CGAffineTransformComponents.cs" Link="sources/CoreFoundation/CGAffineTransformComponents.cs"/>
<Compile Include="../../../../CoreFoundation/Dispatch.cs" Link="sources/CoreFoundation/Dispatch.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchBlock.cs" Link="sources/CoreFoundation/DispatchBlock.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchData.cs" Link="sources/CoreFoundation/DispatchData.cs"/>
diff --git a/old/dotnet/projects/tvOS/tvOS.csproj b/new/dotnet/projects/tvOS/tvOS.csproj
index 0b7eb10..0524bd9 100644
--- a/old/dotnet/projects/tvOS/tvOS.csproj
+++ b/new/dotnet/projects/tvOS/tvOS.csproj
@@ -184,6 +184,7 @@
<Compile Include="../../../../CoreFoundation/CFType.cs" Link="sources/CoreFoundation/CFType.cs"/>
<Compile Include="../../../../CoreFoundation/CFUrl.cs" Link="sources/CoreFoundation/CFUrl.cs"/>
<Compile Include="../../../../CoreFoundation/CFWriteStream.cs" Link="sources/CoreFoundation/CFWriteStream.cs"/>
+ <Compile Include="../../../../CoreFoundation/CGAffineTransformComponents.cs" Link="sources/CoreFoundation/CGAffineTransformComponents.cs"/>
<Compile Include="../../../../CoreFoundation/Dispatch.cs" Link="sources/CoreFoundation/Dispatch.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchBlock.cs" Link="sources/CoreFoundation/DispatchBlock.cs"/>
<Compile Include="../../../../CoreFoundation/DispatchData.cs" Link="sources/CoreFoundation/DispatchData.cs"/>
diff --git a/old/dotnet/tvos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs b/new/dotnet/tvos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
index 80e35ab..489908a 100644
--- a/old/dotnet/tvos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/dotnet/tvos/generated-sources/CoreGraphics/CGColorSpaceNames.g.cs
@@ -546,6 +546,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ public static NSString ItuR_709_Hlg {
+ [SupportedOSPlatform ("macos13.0")]
+ [SupportedOSPlatform ("ios16.0")]
+ [SupportedOSPlatform ("tvos16.0")]
+ [SupportedOSPlatform ("maccatalyst16.0")]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[SupportedOSPlatform ("macos12.1")]
diff --git a/old/ios/native/CoreGraphics/CGColorSpaceNames.g.cs b/new/ios/native/CoreGraphics/CGColorSpaceNames.g.cs
index 771ccff..a5bf356 100644
--- a/old/ios/native/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/ios/native/CoreGraphics/CGColorSpaceNames.g.cs
@@ -457,6 +457,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ public static NSString ItuR_709_Hlg {
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[Introduced (PlatformName.MacOSX, 12,1, ObjCRuntime.PlatformArchitecture.All)]
diff --git a/old/mac/full/CoreGraphics/CGColorSpaceNames.g.cs b/new/mac/full/CoreGraphics/CGColorSpaceNames.g.cs
index 8abe048..1b57cae 100644
--- a/old/mac/full/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/mac/full/CoreGraphics/CGColorSpaceNames.g.cs
@@ -524,6 +524,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ public static NSString ItuR_709_Hlg {
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[Introduced (PlatformName.MacOSX, 12,1, ObjCRuntime.PlatformArchitecture.All)]
diff --git a/old/mac/mobile/CoreGraphics/CGColorSpaceNames.g.cs b/new/mac/mobile/CoreGraphics/CGColorSpaceNames.g.cs
index 8abe048..1b57cae 100644
--- a/old/mac/mobile/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/mac/mobile/CoreGraphics/CGColorSpaceNames.g.cs
@@ -524,6 +524,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ public static NSString ItuR_709_Hlg {
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[Introduced (PlatformName.MacOSX, 12,1, ObjCRuntime.PlatformArchitecture.All)]
diff --git a/old/tvos/tvos/CoreGraphics/CGColorSpaceNames.g.cs b/new/tvos/tvos/CoreGraphics/CGColorSpaceNames.g.cs
index 61b712d..8d0fcbe 100644
--- a/old/tvos/tvos/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/tvos/tvos/CoreGraphics/CGColorSpaceNames.g.cs
@@ -448,6 +448,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ public static NSString ItuR_709_Hlg {
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[Introduced (PlatformName.MacOSX, 12,1, ObjCRuntime.PlatformArchitecture.All)]
diff --git a/old/watch/watch/CoreGraphics/CGColorSpaceNames.g.cs b/new/watch/watch/CoreGraphics/CGColorSpaceNames.g.cs
index 7a1d995..d018541 100644
--- a/old/watch/watch/CoreGraphics/CGColorSpaceNames.g.cs
+++ b/new/watch/watch/CoreGraphics/CGColorSpaceNames.g.cs
@@ -439,6 +439,24 @@ namespace CoreGraphics {
}
}
[BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
+ static NSString? _ItuR_709_Hlg;
+ [Field ("kCGColorSpaceITUR_709_HLG", "CoreGraphics")]
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ public static NSString ItuR_709_Hlg {
+ [Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.iOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.TvOS, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)]
+ get {
+ if (_ItuR_709_Hlg is null)
+ _ItuR_709_Hlg = Dlfcn.GetStringConstant (Libraries.CoreGraphics.Handle, "kCGColorSpaceITUR_709_HLG")!;
+ return _ItuR_709_Hlg;
+ }
+ }
+ [BindingImpl (BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
static NSString? _ItuR_709_PQ;
[Field ("kCGColorSpaceITUR_709_PQ", "CoreGraphics")]
[Introduced (PlatformName.MacOSX, 12,1, ObjCRuntime.PlatformArchitecture.All)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment