Skip to content

Commit

Permalink
[MessageUI] Add support for xcode 15. (#19096)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
  • Loading branch information
mandel-macaque and GitHub Actions Autoformatter authored Sep 26, 2023
1 parent 4a59998 commit 341bbfa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/messageui.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,11 @@ interface MFMessageComposeViewController : UIAppearance {

[Field ("MFMessageComposeViewControllerAttachmentURL")]
NSString AttachmentURL { get; }

[Async]
[iOS (17, 0), NoMacCatalyst, NoWatch, NoTV]
[Export ("setUPIVerificationCodeSendCompletion:")]
void SetUpiVerificationCodeSendCompletion (Action<bool> completion);
}

[BaseType (typeof (NSObject))]
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-MessageUI.todo

This file was deleted.

5 comments on commit 341bbfa

@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.