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