Skip to content

Commit

Permalink
add not catalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
tj_devel709 committed Oct 16, 2023
1 parent 396f9d0 commit 15ff705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/PassKit/PKPayLaterView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ static void TrampolineValidateAmount (IntPtr block, byte eligible)

#if NET
[SupportedOSPlatform ("ios17.0")]
[UnsupportedOSPlatform ("maccatalyst")]
[UnsupportedOSPlatform ("macos")]
[UnsupportedOSPlatform ("tvos")]
#endif
Expand Down
2 changes: 1 addition & 1 deletion tests/monotouch-test/PassKit/PKPayLaterViewTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if __IOS__
#if __IOS__ && !__MACCATALYST__

using System;
using Foundation;
Expand Down

0 comments on commit 15ff705

Please sign in to comment.