Drop the check for stray mobileprovision (no longer needed)

BUG=webrtc:7049

Review-Url: https://codereview.webrtc.org/2676233002
Cr-Commit-Position: refs/heads/master@{#16444}
This commit is contained in:
oprypin 2017-02-06 03:43:58 -08:00 committed by Commit bot
parent 61202ac2ea
commit 873fcb958f

View File

@ -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}