Skip to content

Instantly share code, notes, and snippets.

@hmhmsh
Created April 1, 2016 05:49
Show Gist options
  • Save hmhmsh/08c811fdac3c7e9303ef5d17347fb0fe to your computer and use it in GitHub Desktop.
Save hmhmsh/08c811fdac3c7e9303ef5d17347fb0fe to your computer and use it in GitHub Desktop.
#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
@hmhmsh
Copy link
Author

hmhmsh commented Apr 1, 2016

~/ダウンロードに一時保存されます

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment