Skip to content

Commit

Permalink
[PushToTalk] Add support for Xcode 15 (#19087)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions Autoformatter <[email protected]>
Co-authored-by: Alex Soto <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 6175265 commit 2d7f059
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/pushtotalk.cs
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,11 @@ interface PTChannelManager {
[Async]
[Export ("setTransmissionMode:forChannelUUID:completionHandler:")]
void SetTransmissionMode (PTTransmissionMode transmissionMode, NSUuid channelUuid, [NullAllowed] Action<NSError> completionHandler);

[NoWatch, NoTV, NoMacCatalyst, NoMac, iOS (17, 0)]
[Async]
[Export ("setAccessoryButtonEventsEnabled:forChannelUUID:completionHandler:")]
void SetAccessoryButtonEvents (bool enabled, NSUuid channelUuid, [NullAllowed] Action<NSError> completionHandler);
}

}

This file was deleted.

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

This file was deleted.

5 comments on commit 2d7f059

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