From 438957e27e171ebe01a6d1aa7649d5e9a7ae4a3c Mon Sep 17 00:00:00 2001 From: Leo Natan Date: Mon, 22 Oct 2018 11:10:12 +0300 Subject: [PATCH] 1.3.7316 --- DetoxInstruments/DetoxInstruments/Info.plist | 4 ++-- Distribution/homebrew-brew | 2 +- Profiler/DTXProfiler/Info.plist | 4 ++-- releaseVersion.sh | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DetoxInstruments/DetoxInstruments/Info.plist b/DetoxInstruments/DetoxInstruments/Info.plist index 4550a8e4..e733c050 100644 --- a/DetoxInstruments/DetoxInstruments/Info.plist +++ b/DetoxInstruments/DetoxInstruments/Info.plist @@ -53,9 +53,9 @@ CFBundleShortVersionString 1.3 CFBundleVersion - 7315 + 7316 DTXBuildDate - 2018-10-22T07:43:07Z + 2018-10-22T08:09:15Z DTXSourceRoot $(DTXSRCROOT) LSMinimumSystemVersion diff --git a/Distribution/homebrew-brew b/Distribution/homebrew-brew index 3f7628be..2b363496 160000 --- a/Distribution/homebrew-brew +++ b/Distribution/homebrew-brew @@ -1 +1 @@ -Subproject commit 3f7628bebd31190495478f5127b97a2b81666ae6 +Subproject commit 2b3634966ee0bbd7396bd19577cb85702af2fa4c diff --git a/Profiler/DTXProfiler/Info.plist b/Profiler/DTXProfiler/Info.plist index 597f62b0..8d0b02f3 100644 --- a/Profiler/DTXProfiler/Info.plist +++ b/Profiler/DTXProfiler/Info.plist @@ -17,9 +17,9 @@ CFBundleShortVersionString 1.3 CFBundleVersion - 7315 + 7316 DTXBuildDate - 2018-10-22T07:43:07Z + 2018-10-22T08:09:15Z NSPrincipalClass diff --git a/releaseVersion.sh b/releaseVersion.sh index dbe0adc8..dd1c824c 100755 --- a/releaseVersion.sh +++ b/releaseVersion.sh @@ -119,13 +119,13 @@ fi echo -e "\033[1;34mUploading ZIP attachment to release\033[0m" if [ -z "$DRY_RUN" ]; then -curl -s --data-binary @"${ZIP_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/DetoxInstruments/releases/${RELEASE_ID}/assets?name=$(basename ${ZIP_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "." &> /dev/null +curl -s --data-binary @"${ZIP_FILE}" -H "Content-Type: application/octet-stream" "https://uploads.github.com/repos/wix/DetoxInstruments/releases/${RELEASE_ID}/assets?name=$(basename ${ZIP_FILE})&access_token=${GITHUB_RELEASES_TOKEN}" | jq "." fi echo -e "\033[1;34mTriggering gh-pages rebuild\033[0m" if [ -z "$DRY_RUN" ]; then -curl -H "Content-Type: application/json; charset=UTF-8" -X PUT -d '{"message": "Rebuild GH Pages", "committer": { "name": "PublishScript", "email": "somefakeaddress@wix.com" }, "content": "LnB1Ymxpc2gK", "sha": "3f949857e8ed4cb106f9744e40b638a7aabf647f", "branch": "gh-pages"}' https://api.github.com/repos/wix/DetoxInstruments/contents/.publish?access_token=${GITHUB_RELEASES_TOKEN} | jq "." &> /dev/null +curl -H "Content-Type: application/json; charset=UTF-8" -X PUT -d '{"message": "Rebuild GH Pages", "committer": { "name": "PublishScript", "email": "somefakeaddress@wix.com" }, "content": "LnB1Ymxpc2gK", "sha": "3f949857e8ed4cb106f9744e40b638a7aabf647f", "branch": "gh-pages"}' https://api.github.com/repos/wix/DetoxInstruments/contents/.publish?access_token=${GITHUB_RELEASES_TOKEN} | jq "." fi echo -e "\033[1;34mOpening archive in Xcode\033[0m"