[ios] Added and renamed signing profiles
This commit is contained in:
parent
3f870d4dc9
commit
692f33e256
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ cp "$GUIDES_PROVISIONING_DIR"/* "${SYSTEM_PROVISIONING_DIR}"
|
|||
if [ $# == 1 ]; then
|
||||
RESULT_DIR="${RESULT_DIR}/Adhoc-${DATE}"
|
||||
# To correctly sign AdHoc versions from target's XCode project settings, we need to delete all Distribution provisioning
|
||||
rm "${SYSTEM_PROVISIONING_DIR}"/*_GuideWithMe_Distribution.mobileprovision
|
||||
rm "${SYSTEM_PROVISIONING_DIR}"/*_GuideWithMe.mobileprovision
|
||||
else
|
||||
RESULT_DIR="${RESULT_DIR}/AppStore-${DATE}"
|
||||
# To correctly sign Distribution versions from target's XCode project settings, we need to delete AdHoc provisioning
|
||||
|
|
Reference in a new issue