-
-
Save vs-mobiletools-engineering-service2/02ecd72449d8f5b29130dd58590d8b3c to your computer and use it in GitHub Desktop.
generator-diff/generator.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
index f8d9b84..3039668 100644 | |
--- a/old/dotnet/ios/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ b/new/dotnet/ios/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
@@ -52,7 +52,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("macos13.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
[Native] | |
public enum NSFileProviderContentPolicy : long { | |
Inherited = 0, | |
diff --git a/old/dotnet/maccatalyst/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs b/old/dotnet/maccatalyst/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
deleted file mode 100644 | |
index a8bc5e4..0000000 | |
--- a/old/dotnet/maccatalyst/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ /dev/null | |
@@ -1,71 +0,0 @@ | |
-// | |
-// Auto-generated from generator.cs, do not edit | |
-// | |
-// We keep references to objects, so warning 414 is expected | |
-#pragma warning disable 414 | |
-using System; | |
-using System.Drawing; | |
-using System.Diagnostics; | |
-using System.ComponentModel; | |
-using System.Threading.Tasks; | |
-using System.Runtime.Versioning; | |
-using System.Runtime.InteropServices; | |
-using System.Diagnostics.CodeAnalysis; | |
-using UIKit; | |
-using Metal; | |
-using CoreML; | |
-using AppKit; | |
-using MapKit; | |
-using Photos; | |
-using ModelIO; | |
-using Network; | |
-using SceneKit; | |
-using Contacts; | |
-using Security; | |
-using CloudKit; | |
-using Messages; | |
-using AudioUnit; | |
-using CoreVideo; | |
-using CoreMedia; | |
-using QuickLook; | |
-using CoreImage; | |
-using SpriteKit; | |
-using Foundation; | |
-using CoreMotion; | |
-using ObjCRuntime; | |
-using AddressBook; | |
-using MediaPlayer; | |
-using GameplayKit; | |
-using CoreGraphics; | |
-using CoreLocation; | |
-using AVFoundation; | |
-using FileProvider; | |
-using CoreAnimation; | |
-using CoreFoundation; | |
-using NetworkExtension; | |
-using MetalPerformanceShadersGraph; | |
-#nullable enable | |
-#if !NET | |
-using NativeHandle = System.IntPtr; | |
-#endif | |
-namespace FileProvider { | |
- [SupportedOSPlatform ("ios16.0")] | |
- [SupportedOSPlatform ("macos13.0")] | |
- [UnsupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("maccatalyst16.0")] | |
- [Native] | |
- public enum NSFileProviderContentPolicy : long { | |
- Inherited = 0, | |
- [UnsupportedOSPlatform ("ios")] | |
- [UnsupportedOSPlatform ("maccatalyst")] | |
- [UnsupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("macos13.0")] | |
- DownloadLazily = 1, | |
- DownloadLazilyAndEvictOnRemoteUpdate = 2, | |
- [UnsupportedOSPlatform ("ios")] | |
- [UnsupportedOSPlatform ("maccatalyst")] | |
- [UnsupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("macos13.0")] | |
- DownloadEagerlyAndKeepDownloaded = 3, | |
- } | |
-} | |
diff --git a/old/dotnet/macos/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs b/new/dotnet/macos/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
index 59e0485..61ebd63 100644 | |
--- a/old/dotnet/macos/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ b/new/dotnet/macos/generated-sources/FileProvider/NSFileProviderContentPolicy.g.cs | |
@@ -47,7 +47,7 @@ namespace FileProvider { | |
[SupportedOSPlatform ("ios16.0")] | |
[SupportedOSPlatform ("macos13.0")] | |
[UnsupportedOSPlatform ("tvos")] | |
- [SupportedOSPlatform ("maccatalyst16.0")] | |
+ [UnsupportedOSPlatform ("maccatalyst")] | |
[Native] | |
public enum NSFileProviderContentPolicy : long { | |
Inherited = 0, | |
diff --git a/old/ios/native/FileProvider/NSFileProviderContentPolicy.g.cs b/new/ios/native/FileProvider/NSFileProviderContentPolicy.g.cs | |
index af824af..6cc2b7b 100644 | |
--- a/old/ios/native/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ b/new/ios/native/FileProvider/NSFileProviderContentPolicy.g.cs | |
@@ -52,16 +52,14 @@ namespace FileProvider { | |
[Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)] | |
+ [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[Native] | |
public enum NSFileProviderContentPolicy : long { | |
Inherited = 0, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadLazily = 1, | |
DownloadLazilyAndEvictOnRemoteUpdate = 2, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadEagerlyAndKeepDownloaded = 3, | |
} | |
} | |
diff --git a/old/mac/full/FileProvider/NSFileProviderContentPolicy.g.cs b/new/mac/full/FileProvider/NSFileProviderContentPolicy.g.cs | |
index b965791..86b524d 100644 | |
--- a/old/mac/full/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ b/new/mac/full/FileProvider/NSFileProviderContentPolicy.g.cs | |
@@ -47,16 +47,14 @@ namespace FileProvider { | |
[Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)] | |
+ [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[Native] | |
public enum NSFileProviderContentPolicy : long { | |
Inherited = 0, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadLazily = 1, | |
DownloadLazilyAndEvictOnRemoteUpdate = 2, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadEagerlyAndKeepDownloaded = 3, | |
} | |
} | |
diff --git a/old/mac/mobile/FileProvider/NSFileProviderContentPolicy.g.cs b/new/mac/mobile/FileProvider/NSFileProviderContentPolicy.g.cs | |
index b965791..86b524d 100644 | |
--- a/old/mac/mobile/FileProvider/NSFileProviderContentPolicy.g.cs | |
+++ b/new/mac/mobile/FileProvider/NSFileProviderContentPolicy.g.cs | |
@@ -47,16 +47,14 @@ namespace FileProvider { | |
[Introduced (PlatformName.MacOSX, 13,0, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All)] | |
[Unavailable (PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Introduced (PlatformName.MacCatalyst, 16,0, ObjCRuntime.PlatformArchitecture.All)] | |
+ [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
[Native] | |
public enum NSFileProviderContentPolicy : long { | |
Inherited = 0, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadLazily = 1, | |
DownloadLazilyAndEvictOnRemoteUpdate = 2, | |
[Unavailable (PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All)] | |
- [Unavailable (PlatformName.MacCatalyst, ObjCRuntime.PlatformArchitecture.All)] | |
DownloadEagerlyAndKeepDownloaded = 3, | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment