[ios] Changed provisioning profile after guides migration to MWM acc
This commit is contained in:
parent
2eeb7f62df
commit
39c350a920
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue