Generate umbrella header for macOS framework.

Similarly to how it is done for iOS.

Bug: webrtc:9627
Change-Id: I7e4e3495d28a0a098531250bfdcf93d272e27b9d
Reviewed-on: https://webrtc-review.googlesource.com/98162
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Anders Carlsson <andersc@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24594}
This commit is contained in:
Anders Carlsson
2018-09-05 16:29:27 +02:00
committed by Commit Bot
parent ae9e188e67
commit 37bbf799d2
4 changed files with 152 additions and 105 deletions

View File

@ -14,8 +14,8 @@
#import <AppKit/NSOpenGLView.h>
#import "RTCVideoRenderer.h"
#import "RTCVideoViewShading.h"
#import "base/RTCVideoRenderer.h"
NS_ASSUME_NONNULL_BEGIN