hmhmsh
4/1/2016 - 5:49 AM

DeployGate.sh

#if [ "${CONFIGURATION}" = "Release" ]; then
xcrun -sdk iphoneos PackageApplication \
"${BUILD_DIR}/${CONFIGURATION}${EFFECTIVE_PLATFORM_NAME}"/"${WRAPPER_NAME}" \
-o ~/Downloads/"${PRODUCT_NAME}".ipa \
#--embed ~/Library/MobileDevice/Provisioning\ Profiles/<プロファイルのファイル名>

curl -F "token=<API key>" -F "file=@/Users/<Use名>/Downloads/${PRODUCT_NAME}.ipa" -F "message=<メッセージ>" https://deploygate.com/api/users/<deployGateのユーザー名>/apps

#fi