Generate iOS framework umbrella header.

Instead of keeping the umbrella header in sync manually and needing
ifdefs to make it include the correct headers depending on platform,
generate it based on the headers we include in the framework target.

Can also be used to only include internal software codec headers when
compiling with support for them.

Bug: webrtc:7925
Change-Id: I63f97af1efc8710cfd62d527fcb343fed05daae2
Reviewed-on: https://webrtc-review.googlesource.com/38702
Commit-Queue: Anders Carlsson <andersc@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Reviewed-by: Kári Helgason <kthelgason@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21613}
This commit is contained in:
Anders Carlsson
2018-01-15 13:31:03 +01:00
committed by Commit Bot
parent 2b82ee7a01
commit dc6b477fb4
5 changed files with 88 additions and 70 deletions

View File

@ -12,7 +12,7 @@
#import <Foundation/Foundation.h>
#import <WebRTC/WebRTC.h>
#import <WebRTC.h>
@interface RTCDoNotPutCPlusPlusInFrameworkHeaders : XCTestCase
@end