How do I sign the ipa file with a provision profile after I generate ipa like the following with a different provision profile? I would like to sign ipa with adhoc provision profile for beta testing, and then the exact ipa with app submission provision profile for app store.
/usr/bin/xcrun -sdk iphoneos PackageApplication -v "${RELEASE_BUILDDIR}/${APPLICATION_NAME}.app" -o "${BUILD_HISTORY_DIR}/${APPLICATION_NAME}.ipa" --sign "${DEVELOPER_NAME}" --embed "${PROVISONING_PROFILE}"
Regards,
Johnny