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:
parent
837dde9f1d
commit
3c5a294b60
@ -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}"
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user