Skip to content

Commit

Permalink
Better msg.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 4, 2021
1 parent de43db7 commit 8710682
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/mobilecoreservices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ interface UTType {
NSString UniversalSceneDescription { get; }

[NoWatch]
[iOS (15,0), Mac(12,0), TV (15,0)]
[iOS (15,0), Mac(12,0), TV (15,0), MacCatalyst (15,0)]
[Field ("kUTTypeUniversalSceneDescriptionMobile", "ModelIO")]
NSString UniversalSceneDescriptionMobile { get; }

Expand Down
8 changes: 4 additions & 4 deletions src/modelio.cs
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,10 @@ NVector3 UpAxis {
[Export ("objectAtIndex:")]
MDLObject GetObject (nuint index);

[Deprecated (PlatformName.iOS, 15, 0, message: "Use the 'Originals' instead.")]
[Deprecated (PlatformName.TvOS, 15, 0, message: "Use the 'Originals' instead.")]
[Deprecated (PlatformName.MacOSX, 12, 0, message: "Use the 'Originals' instead.")]
[Deprecated (PlatformName.MacCatalyst, 15, 0, message: "Use the 'Originals' instead.")]
[Deprecated (PlatformName.iOS, 15, 0, message: "Use the 'Originals' property instead.")]
[Deprecated (PlatformName.TvOS, 15, 0, message: "Use the 'Originals' property instead.")]
[Deprecated (PlatformName.MacOSX, 12, 0, message: "Use the 'Originals' property instead.")]
[Deprecated (PlatformName.MacCatalyst, 15, 0, message: "Use the 'Originals' property instead.")]
[iOS (10,0)]
[Mac (10,12)]
[TV (10,0)]
Expand Down

0 comments on commit 8710682

Please sign in to comment.