[ios] Changed provisioning profile after guides migration to MWM acc

This commit is contained in:
Alexander Zolotarev 2014-05-06 10:44:29 +07:00
parent 2eeb7f62df
commit 39c350a920

View file

@ -27,7 +27,7 @@ if [ $# == 1 ]; then
else
RESULT_DIR="${RESULT_DIR}/AppStore-${DATE}"
# To correctly sign Distribution versions from target's XCode project settings, we need to delete AdHoc provisioning
rm "${SYSTEM_PROVISIONING_DIR}"/GuideWithMe_AdHoc.mobileprovision
rm "${SYSTEM_PROVISIONING_DIR}"/MapsWithMe_AdHoc.mobileprovision
fi
if [ -d "$APP_DSYM_FOLDER" ]; then