Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1342)

Unified Diff: webrtc/build/ios/build_ios_libs.sh

Issue 1988003002: Fix Info.plist path in build_ios_libs.sh (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add missing header to silence umbrella header warning. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/ios/build_ios_libs.sh
diff --git a/webrtc/build/ios/build_ios_libs.sh b/webrtc/build/ios/build_ios_libs.sh
index 8e5f16fd946481d88a1b5ea617561cb89a7b8f61..772fc6824e487b4e62c6ce71ce5b64f2c7088d93 100755
--- a/webrtc/build/ios/build_ios_libs.sh
+++ b/webrtc/build/ios/build_ios_libs.sh
@@ -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}"
« no previous file with comments | « no previous file | webrtc/sdk/objc/Framework/Headers/WebRTC/WebRTC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698