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

Unified Diff: tools-webrtc/ios/build_ios_libs.sh

Issue 2676233002: Drop the check for stray mobileprovision (no longer needed) (Closed)
Patch Set: Created 3 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/ios/build_ios_libs.sh
diff --git a/tools-webrtc/ios/build_ios_libs.sh b/tools-webrtc/ios/build_ios_libs.sh
index 285b375b49fec0c06b88dfd50c78b26cb905f4ab..144152750abbde2a130e0e590594cbd509693b9f 100755
--- a/tools-webrtc/ios/build_ios_libs.sh
+++ b/tools-webrtc/ios/build_ios_libs.sh
@@ -181,13 +181,6 @@ elif [[ ${BUILD_TYPE} = "framework" ]]; then
${X64_LIB_PATH}/${DYLIB_PATH} \
-create -output ${SDK_OUTPUT_DIR}/${DYLIB_PATH}
- # Remove stray mobileprovision if it exists until chromium roll lands.
- # See https://codereview.chromium.org/2397433002.
- PROVISION_FILE=${SDK_OUTPUT_DIR}/WebRTC.framework/embedded.mobileprovision
- if [[ -e ${PROVISION_FILE} ]]; then
- rm ${PROVISION_FILE}
- fi
-
# Merge the dSYM slices.
DSYM_PATH="WebRTC.dSYM/Contents/Resources/DWARF/WebRTC"
cp -R ${ARM64_LIB_PATH}/WebRTC.dSYM ${SDK_OUTPUT_DIR}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698