Skip to content

Commit

Permalink
[CoreNFC] Add support for Xcode 15 beta 7. (#18901)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Sep 3, 2023
1 parent 7128963 commit 14f0ebd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions src/corenfc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public enum NFCTypeNameFormat : byte { // uint8_t
}

//[NoTV, NoWatch, NoMac]
[Deprecated (PlatformName.iOS, 17, 0)]
[Deprecated (PlatformName.MacCatalyst, 17, 0)]
[MacCatalyst (13, 1)]
[BaseType (typeof (NFCReaderSession), Name = "NFCISO15693ReaderSession")]
[DisableDefaultCtor]
Expand Down
3 changes: 0 additions & 3 deletions tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreNFC.todo

This file was deleted.

3 changes: 0 additions & 3 deletions tests/xtro-sharpie/iOS-CoreNFC.todo

This file was deleted.

6 comments on commit 14f0ebd

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

@vs-mobiletools-engineering-service2

This comment was marked as outdated.

Please sign in to comment.