Skip to content

AVFoundation macOS xcode9 beta6

Sebastien Pouliot edited this page Aug 21, 2017 · 2 revisions

#AVFoundation.framework

diff -ruN /Applications/Xcode9-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.h /Applications/Xcode9-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.h
--- /Applications/Xcode9-beta5.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.h	2017-08-08 16:10:33.000000000 -0400
+++ /Applications/Xcode9-beta6.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/AVFoundation.framework/Headers/AVFoundation.h	2017-08-14 20:03:59.000000000 -0400
@@ -85,7 +85,9 @@
 #import <AVFoundation/AVPlayerLooper.h>
 #import <AVFoundation/AVPlayerMediaSelectionCriteria.h>
 #import <AVFoundation/AVQueuedSampleBufferRendering.h>
-//#import <AVFoundation/AVRouteDetector.h>
+#if (TARGET_OS_EMBEDDED || TARGET_OS_IPHONE)
+#import <AVFoundation/AVRouteDetector.h>
+#endif
 #import <AVFoundation/AVSampleBufferAudioRenderer.h>
 #import <AVFoundation/AVSampleBufferDisplayLayer.h>
 #import <AVFoundation/AVSampleBufferRenderSynchronizer.h>
Clone this wiki locally