Fix public Obj-C header import.
Fixes the Cocoapod. Bug: None Change-Id: If3ace3d01ba111fc83ae18455e8ff1cb5fc7b476 Reviewed-on: https://webrtc-review.googlesource.com/1572 Commit-Queue: Anders Carlsson <andersc@webrtc.org> Reviewed-by: Sami Kalliomäki <sakal@webrtc.org> Reviewed-by: Daniela Jovanoska Petrenko <denicija@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19863}
This commit is contained in:
parent
8d75ac7e3f
commit
8ecfd8022c
@ -96,6 +96,8 @@ if (is_ios || is_mac) {
|
||||
]
|
||||
configs += [ "..:common_objc" ]
|
||||
|
||||
public_configs = [ ":common_config_objc" ]
|
||||
|
||||
deps = [
|
||||
":common_objc",
|
||||
"../rtc_base:rtc_base_approved",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
#import "sdk/objc/Framework/Headers/WebRTC/RTCMacros.h"
|
||||
#import <WebRTC/RTCMacros.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user