Skip to content

Commit

Permalink
[xcode15.1] Fix introspection and cecil tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Jan 3, 2024
1 parent d5d749a commit 967ef46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Speech/SFCompat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace Speech {

[Obsolete (Constants.ApiRemovedGeneral)]
[EditorBrowsable (EditorBrowsableState.Never)]
public unsafe partial class SFAnalysisContextTag {

[Obsolete (Constants.ApiRemovedGeneral)]
Expand Down
2 changes: 1 addition & 1 deletion src/passkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2529,7 +2529,7 @@ interface PKIdentityElement : NSCopying {
[Export ("dateOfBirthElement")]
PKIdentityElement DateOfBirthElement { get; }

[iOS (17, 2)]
[iOS (17, 2), MacCatalyst (17, 2)]
[Static]
[Export ("sexElement")]
PKIdentityElement SexElement { get; }
Expand Down

0 comments on commit 967ef46

Please sign in to comment.