From 39c350a9205a863ba5adb7a4c0e2c13829d49061 Mon Sep 17 00:00:00 2001 From: Alexander Zolotarev Date: Tue, 6 May 2014 10:44:29 +0700 Subject: [PATCH] [ios] Changed provisioning profile after guides migration to MWM acc --- iOS/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/build.sh b/iOS/build.sh index 16f2a90..90a54a9 100644 --- a/iOS/build.sh +++ b/iOS/build.sh @@ -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