Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit799cf06

Browse files
authored
[coreaudiokit] Update for Xcode 11 beta 1 (#6582)
No change in beta 2 and beta 3
1 parenta495077 commit799cf06

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/coreaudiokit.cs‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ interface CABTMidiLocalPeripheralViewController {
174174
}
175175

176176
[iOS(8,0)]
177+
[Deprecated(PlatformName.iOS,13,0,message:"Use 'AudioUnit' instead.")]
178+
[Unavailable(PlatformName.UIKitForMac)][Advice("This API is not available when using UIKit on macOS.")]
177179
[BaseType(typeof(UIView))]
178180
interfaceCAInterAppAudioSwitcherView{
179181
[Export("initWithFrame:")]
@@ -190,6 +192,8 @@ interface CAInterAppAudioSwitcherView {
190192
}
191193

192194
[iOS(8,0)]
195+
[Deprecated(PlatformName.iOS,13,0,message:"Use 'AudioUnit' instead.")]
196+
[Unavailable(PlatformName.UIKitForMac)][Advice("This API is not available when using UIKit on macOS.")]
193197
[BaseType(typeof(UIView))]
194198
interfaceCAInterAppAudioTransportView{
195199
[Export("initWithFrame:")]

‎tests/xtro-sharpie/iOS-CoreAudioKit.todo‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp