Fix Info.plist path in build_ios_libs.sh

NOTRY=True
BUG=

Review-Url: https://codereview.webrtc.org/1988003002
Cr-Commit-Position: refs/heads/master@{#12784}
This commit is contained in:
tkchin 2016-05-17 23:08:25 -07:00 committed by Commit bot
parent 837dde9f1d
commit 3c5a294b60
2 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,7 @@ if [[ ${BUILD_TYPE} = "framework" ]]; then
strip -x ${OUTPUT_DIR}/${DYLIB_PATH}
# Modify the version number.
INFOPLIST_PATH=${OUTPUT_DIR}/WebRTC.framework/Resources/Info.plist
INFOPLIST_PATH=${OUTPUT_DIR}/WebRTC.framework/Info.plist
MAJOR_MINOR=$(plistbuddy -c "Print :CFBundleShortVersionString" \
${INFOPLIST_PATH})
VERSION_NUMBER="${MAJOR_MINOR}.${POINT_VERSION}"

View File

@ -30,6 +30,7 @@
#import <WebRTC/RTCRtpCodecParameters.h>
#import <WebRTC/RTCRtpEncodingParameters.h>
#import <WebRTC/RTCRtpParameters.h>
#import <WebRTC/RTCRtpReceiver.h>
#import <WebRTC/RTCRtpSender.h>
#import <WebRTC/RTCSSLAdapter.h>
#import <WebRTC/RTCSessionDescription.h>